@charset "UTF-8";
body {
	background-color: #000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

	
.top_nav a:link {
	color: #000;
	text-decoration: none;
}
.top_nav a:visited {
	text-decoration: none;
	color: #333;
}
.top_nav a:hover {
	text-decoration: none;
	color: #930;
}
.top_nav a:active {
	text-decoration: none;
	color: #930;
}

#header {
	background-image:url(images/cement_bg.gif);
	background-repeat:repeat-x;
	height:71px;
}
.top_nav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	width: 200px;
	display:inline;
	padding-left:15px;
	
}

.left_nav {
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-y;
	padding-left:9px;
	width:220px;
}

.subhead {
	color:#930;
	size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left:71px;
	text-transform: uppercase;
}

#content {
	background-image:url(images/text_bg.jpg);
	background-repeat:no-repeat;
	height:381px;
	
}

.bodycopy {
	color:#FFFFFF;
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left:71px;
	line-height:130%;
	
}
.bodycopy_plain {
	color:#FFFFFF;
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:130%;
	
}
.bodycopy a:link {
	color:#930;
	text-decoration:none;
}
.bodycopy a:visited {
	color:#FFF;
	text-decoration:none;
}


#section_image {
	background-color:#000;
	width:285px;
	height:381px;
}

.menu_item {
	display:block;
	height:15px;
	width:217px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FFF;
	padding-top:8px;
	padding-bottom:5px;
	
}

.left_nav a:link {
	
	color:#FFF;
	text-decoration:none;
	
}
.left_nav a:hover {
	
	color:#930;
	text-decoration:none;
	
}
.menu_item a:visited {
	
	color:#FFF;
	text-decoration:none;
	
}


	#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 160%;
	color: #B69D7F;
	clear:both;
	padding: 10px;
}
#footer a:link {
	color:#B69D7F;
	text-decoration:none;

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

#divider {
	background-color:#FFF;
	height:8px;
	padding:0px;
	margin:0px;
	clear:both;
}