@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	background-color: #677718;
}

#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#lcolumn {
	width: 225px;
	float: left;
	padding: 75px 0 50px 0;
}

#rcolumn {
	width: 575px;
	float: left;
	text-align: left;
	line-height: 18px;
	padding: 70px 0 0 0;
}

.spectext {
	text-align: left;
	line-height: 18px;
}

.imagepad {
	padding: 0 22px 0 0;
}

.thumb {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}

.thumbtext {
	color: #FFFFFF;
	padding: 5px;
	background-color: #5a471b;
	margin: 0;
	text-decoration: none;
}

.backbutton {
	color: #FFFFFF;
	padding: 5px;
	background-color: #5a471b;
	margin: 0;
	text-decoration: none;
	width: 135px;
	text-align: center;
}

a {
	color: #FFFFFF;
}

/* Menu */

#nav{
	width: 575px;
	height: 25px;
	margin: 0 auto 0 auto;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li
{
	list-style: none;
	display: inline;
	color: #FFFFFF;

}

#nav ul li a
{
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	padding: 5px;
	background-color: #5a471b;
	border-left: #FFFFFF solid 1px;
}

#nav ul li a:hover
{
	text-decoration: none;
	float: left;
	padding: 5px;
	background-color: #5b6a14;
}

body#home a#homenav,
body#siteplan a#siteplannav,
body#floorplans a#floorplansnav,
body#location a#locationnav,
body#specification a#specificationnav,
body#prices a#pricesnav,
body#back a#backnav,
body#gallery a#gallerynav {
	text-decoration: none;
	float: left;
	padding: 5px;
	background-color: #5b6a14;
}
