body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFAF0;
	font-family: Tahoma;
	font-size: 11px;
	color: #996600;
	line-height: 15px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996600;
	text-decoration: none;
	line-height: 15px;
}
.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFF6E4;
	height: 18px;
	width: 120px;
	border: 1px solid #000000;
}
.txtarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFF6E4;
	height: 80px;
	width: 200px;
	border: 1px solid #CCB27F;
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CCB27F;
	height: 18px;
	width: 75px;
	border: 1px solid #FFF6E4;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#bannerContainer
{
	width: 780px;
	height: 180px;
}

#introBanner
{
	background-image: url(images/mainBanner.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 180px;
	float: left;
}

#houseBanner
{
	background-image: url(images/banner_theHouse.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 180px;
	float: left;
}

#plansBanner
{
	background-image: url(images/banner_houseplans.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 180px;
	float: left;
}

#galleryBanner
{
	background-image: url(images/banner_PhotoGallery.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 180px;
	float: left;
}

#activitiesBanner
{
	background-image: url(images/banner_Activities.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 180px;
	float: left;
}

#rentalBanner
{
	background-image: url(images/banner_RentalInfo.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 180px;
	float: left;
}

#mapBanner
{
	background-image: url(images/banner_Map.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 180px;
	float: left;
}

#logoContent
{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	float: right;
	width: 200px;
	height: 180px;
}

#menuContainer
{
	width: 780px;
	height: 18px;
	background-color: #996600;
}

#mainContainer
{
	width: 780px;
}

#leftContent
{
	width: 370px;
	padding: 30px;
	padding-right: 20px;
	float: left;
}

#rightContent
{
	padding-top: 30px;
	width: 350px;
	float: right;
	height: 200px;
}

#mainContent
{
    padding-top: 30px;
    padding-left: 30px;
}

a:link 
{
	color: #000000;
	text-decoration: none;
}
a:visited 
{
	color: #000000;
	text-decoration: none;
}
a:hover 
{
	color: #000000;
	text-decoration: underline;
}
a:active 
{
	color: #000000;
	text-decoration: none;
}

.picBorder
{
	border: 1px solid #996600;
}

ul
{
    padding-left: 15px;
    margin-left:0px;
}

#introPic
{
    border: 1px solid #996600;
    margin-top:2px; 
    width:348px; 
    height:232px; 
    background-image:url(images/introPic.jpg); 
    background-repeat:no-repeat;
}



