body{
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 12px;
	line-height: 150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	
	
}

a{
	color: #755a39;
}

h2{
	color: #755a39;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 0;
}

#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header{
	height: 409px;
	background: url('images/header.jpg');
}

#menubar{
	height: 18px;
	width: 672px;
	text-align: center;
}

#content{
	width: 672px;
	border-top: 3px solid #755a39;
	background: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	float: left;
}

#content_secondary{
	width: 900px;
	border-top: 3px solid #755a39;
	background: url(images/secondarybg.jpg);
	background-repeat: repeat-y;
}



#sidebar{
	width: 186px;
	background: #b48b57;
	float: left;
}

#sidebar a{
	color: #FFFFFF;
	text-decoration: none;
}

#main{
	width: 466px;
	float: right;
	background: #FFFFFF;
	color: #000000;
	padding: 10px;
	background-repeat: no-repeat;
}

#main_secondary{
	width: 671px;
	float: right;
	background: #FFFFFF;
	color: #000000;
	padding: 10px;
}

.frame{
	background: url(images/frame.jpg);
	width: 326px;
	height: 288px;
	margin: 0 auto;
	padding: 50px 0 0 70px;
	background-repeat:no-repeat;
}

#right{
	width: 205px;
	float: right;
}

#footer{
	clear:both;
	background: #232323;
	height: 20px;
	padding: 10px 0;
	width: 100%;
	color: #EFEFEF;
	text-align:center
}

#footer a{
	color: #EFEFEF;
	text-decoration:none;
}

.areanames {color: #755A39; font-weight: bold;}

.floatRight{
	float: right;
	padding: 0 10px 10px 0;
}

.builders td {
	border-top: 1px #bbbbbb solid;
	padding-bottom: 20px;
	}