

body {
	margin-top: 0px;
	background-color: #727272;
}

.text { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 17px; color: #000000; }

.heading { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; line-height: 17px; color: #000000; }


h1 {
	font-size: 16px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;

}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
}

a:link, a:visited {
	
	text-decoration: underline;
}
a:hover, a:active{
	color: #000000;
	text-decoration: underline;
}

.Footer {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* SPRITE NAVIGATION */

.navcontainer {
	width:100%;
	height:231px;
	float:left;
	background: #596537;
}

.homenav, .aboutnav, .photosnav, .testimonialsnav, .linksnav, .blognav, .contactnav {
	width:128px;
	height:231px;
	display:block;
	float:left;
}

.homenav {
	background:url(http://www.historichouseguy.com/images/home_sprite.jpg) no-repeat;
}

.aboutnav {
	background:url(http://www.historichouseguy.com/images/about_sprite.jpg) no-repeat;
}

.photosnav {
	background:url(http://www.historichouseguy.com/images/photos_sprite.jpg) no-repeat;
}

.testimonialsnav {
	background:url(http://www.historichouseguy.com/images/testimonials_sprite.jpg) no-repeat;
}

.linksnav {
	background:url(http://www.historichouseguy.com/images/links_sprite.jpg) no-repeat;
}

.blognav {
	background:url(http://www.historichouseguy.com/images/blog_sprite.jpg) no-repeat;
}

.contactnav {
	background:url(http://www.historichouseguy.com/images/contact_sprite.jpg) no-repeat;
}

.homenav:hover,
.aboutnav:hover,
.photosnav:hover,
.testimonialsnav:hover,
.linksnav:hover,
.blognav:hover,
.contactnav:hover {
	background-position: 0px -231px;
}


.bodycontainer {
	width:898px;
	margin:0px auto;
	background:#596537;
}

.main {
	width:868px;
	padding:15px;
	background:#f7ffe1;
}

