body {
	color:#7f7f7f;
	line-height:170%;
	font-family:arial, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	background-color:#a8a9ad;
	background-image:url("../images/main_bg.jpg");
	background-repeat:repeat-x;
	
}
a {
	color:#249;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;

}
#wrapper {
	width:850px;
	margin:0 auto;	
}
h1#title {
	margin:0px;
	text-indent:-9999px;
	height:185px;
	width:850px;
	background-image:url("../images/header_v2.jpg");
	background-repeat:no-repeat;
}
#nav {
	width:100%;
	background-color:#7f7f7f;
}
/*
#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top:3px;
}
#nav ul li {
	display:inline;
	margin:0px 20px;
}
#nav ul li a {
	color:#fff;
	text-transform:lowercase;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}
*/
#header {
	width:100%;
	background-color:#e5e5e5;
}



#content {
	font-family:helvetica, sans-serif;
	min-height:400px;
	padding:5px 0px 5px 15px;
	background-color:#fffeec;
	float:left;
	background-image:url("../images/main_site_bg.jpg");
	background-repeat:no-repeat;
	background-position:300px 0px;
	/*
	background-image:url("../images/bottom_right.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	*/
}
#main {
	margin-left:200px;
	margin-right:200px;
	line-height:120%;
	width:435px;
}
#right {
	float:right;
	width:200px;
	min-height:500px;
}
#right .center img {
	border:1px solid #246;
}
#left {
	float:left;
	width:200px;
	background-image:url("../images/left_bg.jpg");
	background-repeat:no-repeat;
	min-height:400px;
}
#left ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:75px;
	width:120px;
	margin-left:20px;
}
#left ul li {
	border-bottom:1px solid #676735;

}
#left ul li a {
	color:#676735;
	padding:5px 0px;
	text-transform:uppercase;
	font-size:11px;
	display:block;
}
.center {
	text-align:center;
}
#footer {
	min-height:100px;
	clear:both;
	background-color:#0a4776;
	background-image:url("../images/footer_bg.jpg");
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:50px;
	text-align:center;
	color:#fff;
	font-size:11px;

}
#footer p {
	margin:0px;
	padding:0px;
	line-height:100%;
	color:#fffeec;
}
#footer p strong {
	font-size:14px;
}
#footer a {
	color:#fffeec;
}
#footer ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#footer ul li {
	text-transform:uppercase;
	display:inline;
	padding:0px 5px;
	margin:0px;
}

