@import url(nav.css);
@import url(text.css);

body {
	background:#363531 url(../images/bkgd.jpg) repeat-y top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	margin:0;
	padding:0;
}
body a {
	color:#444;
}
body a:hover {
	color:#227083;
}
body a img  {
	border:none;
}

#top_shadow {
	background:transparent url(../images/bkgd_top.jpg) no-repeat center;
	width:100%;
	height:143px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#wrapper {
	width:800px;
	margin:0 auto;
	position:relative;
	top:0;
	left:0;
	z-index:2;
}
#wrapper div {
	float:left;
}

#footer {
	width:800px;
	padding:5px 0 10px 0;
	background:#FDFEFB url(../images/content_bottom.jpg) no-repeat bottom left;
	color:#555;
}
#footer a {
	text-decoration:none;
}
#footer #footer_top {
	width:800px;
	font-size:10px;
	text-align:center;
}
#footer #footer_top a {
	color:#64B913;
}
#footer #footer_top a:hover {
	color:#ccc;
}
#footer #footer_bottom {
	width:800px;
	padding:10px 0 0 0;
	font-size:9px;
}
#footer #footer_bottom a {
	color:#666;
}
#footer #footer_bottom a:hover {
	color:#4789C6;
}
#footer #footer_bottom #fb_left {
	width:370px;
	padding-left:30px;
	text-align:left;
}
#footer #footer_bottom #fb_right {
	width:370px;
	padding-right:30px;
	text-align:right;
}