body {
	background: #563A0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #DCC970;
	margin: 0;
	padding: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #DCC970;
}

a:hover {
	font-weight: bold;
}

#container {
	width: 810px;
}

#header {
	width: 810px;
}

#menu {
	background: url('images/menu.jpg');
	width: 810px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 0 0 0;
}

#menu a {
	margin: 8px;
	color: #DCC970;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#text {
	position: relative;
	float: right;
	width: 470px;
	left: -40px;
	top: 20px;
	text-align: left;
}

#counter {
	position: relative;
	float: left;
	width: 300px;
	left: 80px;
	top: 50px;
	text-align: center;
}

#forsale {
	margin-top: 10px;
	width: 810px;
}

#forsale td {
	text-align: center;
	vertical-align: top;
}

#contact {
	width: 810px;
	margin-top: 40px;
	line-height: 23px;
}

#puppies {
	width: 650px;
	margin-top: 10px;
	}



.contactpic { 
	position: relative;
	float: left;
	margin-top: 10px;
	left: 100px;
}

.leftPic {
	position: relative;
	margin: 10px 20px 0 0;
}

.rightPic {
	position: relative;
	left: 150px;
	margin: 10px;
}

.title {
	margin: 8px;
	text-decoration: underline;
}

.strikethrough { text-decoration: line-through; }

.sold { color: #FF0000; }

.testimonial { font-style: italic; }

#testimonialtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	float: left;
	width: 480px;
	left: 175px;
	top: 20px;
	text-align: left;
}