body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #A49E90;
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size:13px;
	
}

#header {
	width: 800px;
	margin: 0 auto;
	height: 152px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#navigation {
	width: 800px;
	margin: 0 auto;
	height: 224px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#flash {
	width: 489px;
	height: 223px;
	float: left;
	background-color: #2E282A;
}

#nav {
	width: 291px;
	float: right;
	line-height: 25px;
	padding: 0px 0px 0px 20px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
}

#nav a:hover {
	color: #999999;
	text-decoration: none;
	list-style-type: none;
}

#break {
	width: 800px;
	height: 6px;
	margin: 0 auto;
	background-image: url(../images/break.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#middle {
	width:800px;
	clear:both;
}

#sidebar {
	float:left;
	margin:23px 0px 20px 0px;
	width:210px;
	color:#FFFFFF;
	list-style-image: url(../images/bullet.jpg);
	line-height: 20px;
}

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

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

#sidebar a:hover {
	color:#423E3D;
	text-decoration:none;
}

#content {
	float:right;
	margin:20px 0px 20px 0px;
	width:559px;
	line-height:19px;
	color:#221E1F;
	padding:0px 0px 0px 30px;
	border-left:#70685B solid 1px;
}

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

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

#content a:hover {
	color:#423E3D;
	text-decoration:none;
}

#legal {
	/* border-bottom:#70685B solid 1px; */
	padding:20px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	
}

/*
#recent {
	border-right:#70685B solid 1px;
	padding:20px 30px 20px 0px;
	width:230px;
	float:left;
	margin: 0px 0px 20px 0px;
}


#offices {
	padding:20px 0px 20px 30px;
	width:267px;
	float:right;
}
*/

#footer {
	height:60px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	color:#FFFFFF;
	clear:both;
	text-align:center;
	padding:20px 80px 0px 80px;
	line-height:13px;
	margin:0 auto;
}

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

#footer a:hover {
	color:#CCCCCC;
}

#cms_content {
    width: 500px;
}

.disclaimer {
	font-size: 10px;
}
