/* CSS Document */
body {
	background: #52462E url(../images/backgrounds/body.jpg) repeat-y top left;
	margin: 0;
	padding: 0;
	padding-bottom: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
/* @group Main boxes */
div#mainholder {
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 450px;
	padding: 0px;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #52462E;
}
div#mainbox {
	width: 820px;
	background: url(../images/backgrounds/main.jpg) repeat-x;
}
div#left {
	width: 175px;
	float: left;
	position: relative;
	padding-left: 15px;
}
div#content {
	margin-left: 200px;
	padding-top: 60px;
}
/* @group Page backgrounds */
body#home div#mainholder {
	background-image: url(../images/backgrounds/photos/7.jpg);
}
body#about div#mainholder {
	background-image: url(../images/backgrounds/photos/5.jpg);
}
body#contact div#mainholder {
	background-image: url(../images/backgrounds/photos/2.jpg);
}
body#showcase div#mainholder {
	background-image: url(../images/backgrounds/photos/3.jpg);
}
body#forsale div#mainholder {
	background-image: url(../images/backgrounds/photos/4.jpg);
}
body#customer div#mainholder, body#testimonials div#mainholder {
	background-image: url(../images/backgrounds/photos/6.jpg);
}
/* @end */
/* @group Page header */
h1 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	margin-left: -5px;
	height: 39px;
}
body#home h1 {
	background-image: url(../images/pagetitles/home.png);
}
body#about h1 {
	background-image: url(../images/pagetitles/about.png);
}
body#contact h1 {
	background-image: url(../images/pagetitles/contact.png);
}
body#showcase h1 {
	background-image: url(../images/pagetitles/showcase.png);
}
body#forsale h1 {
	background-image: url(../images/pagetitles/forsale.png);
}
body#customer h1 {
	background-image: url(../images/pagetitles/customer.png);
}
body#testimonials h1 {
	background-image: url(../images/pagetitles/testimonials.png);
}
/* @end */
p#logo {
	margin: 0;
	text-indent: -9999px;
	display: block;
	background: url(../images/logos/dkthomes.png) no-repeat;
	height: 103px;
	width: 130px;
	margin-top: 13px;
}
/* Footer */
div#footer {
	color: #FFFFBE;
	padding-left: 10px;
	font-size: 90%;
	line-height: 150%;
	border-top: 1px solid #52462E;
	margin-top: 3px;
	clear: both;
}
/* @group Sidebar testimonials */
div#testimonial {
	margin-top: 30px;
	width: 150px;
	color: #FFFFBE;
	font-size: 1em;
	margin-bottom: 10px;
}
body#testimonials div#testimonial {
	display: none;
}
div#testimonial blockquote {
	margin: 0;
	padding: 0;
}
/* @end */
