@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bg.jpg) #666;
	margin:0;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:12px
}
#wrapper {
	width:945px; 
	margin:0 auto; 
}
#container {
	width:945px;
	float:left;
	background:url(../images/page-bg.jpg) repeat-y;
}
#header {
	width:945px;
	background: url(../images/header.jpg) no-repeat;
	height:250px;
}
#header ul {
	list-style:none;
	float:right;
	margin:10px 30px 0 0;
	padding:0;
}
#header ul li {
	display:inline;
}
#header ul li a {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	padding-left:22px;
}
#header ul li a:hover {
	color: #030;
	text-decoration:underline;
}
#list {
	width:915px;
	height:26px;
	padding:10px 0 0 30px;
	background: url(../images/list-bg.jpg) no-repeat;
}
#list2 {
	width:945px;
	float:left;
	height:26px;
	padding:10px 0 0 30px;
	background: url(../images/list-bg.jpg) no-repeat;
}
#main {
	width:945px;
	float:left;
}
#nav {
	width:200px;
	color:#000;
	margin:20px 15px 30px 15px;
	float:left;
	
}
#nav ul {
	margin:0;
	padding:0;
	line-height:170%;
	padding-bottom:20px;
}
#nav li {
	list-style: none;
}
#nav h2 {
	color: #039;
	width:190px;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px #CCC solid;
}
#nav p {
	padding-bottom:20px;	
}
#nav a {
	text-decoration:none;
	color:#093;
}
#nav a:hover {
	color: #060;
	text-decoration:underline;
}
#content {
	float:left;
	width:490px;
	margin:20px 0 20px 0;
	padding-bottom:25px;
	line-height:180%;
}
#content h1 {
	color: #039;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
}
#content h2 {
	color: #006;
	font-size:13px;
	text-decoration:none;
}
#feature {
	float:right;
	width:200px;
	margin:20px 0 0 15px;
}
#feature h2 {
	color: #039;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
#footer {
	background: url(../images/footer-bg.jpg);
	float:left;
	padding:10px 0 0 30px;
	width:905px;
	height:80px;
}
#footer p {
	margin:0;
	padding:15px 0 0 0;
}
#footer a {
	color:#444;
}
#map {
	height: 500px;
	margin: 0 0 30px 5px;
	border:#000 solid 1px;
}