@charset "utf-8";
/* CSS Document */

body { font-family:Verdana, Geneva, sans-serif; font-size:1.0em; color:#fff; background:#80a3d0; }
a { color:#a96d2b; text-decoration:none; }
a:hover { color:#a96d2b; text-decoration:none; }
img { border:none; }
h1 { font-size:20px; }
h2 { font-size:18px; }

.blue { color:#88a1ad !important; }
.orange { color:#a96d2b !important; }

#wrapper {
	width:1100px;
	height:750px;
	margin:auto;
	background:#2a373d;
}

#header {
	width:1100px;
	height:150px;
	border-bottom:5px solid #8cadae;
	background:url(images/logo.png) 200px bottom no-repeat;
}

#nav {
	width:1100px;
	height:50px;
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#nav ul li {
	padding:5px;
	margin:23px;
	color:#fff;
	float:left;
}

#nav ul li a { color:#fff; }
#nav ul li a:hover { color:#a96d2b; }

#nav ul li a.first { color:#a96d2b; }
#nav ul li a.first:hover { color:#fff; }

#content {
	height:520px;
	width:1100px;
	float:left;
}

#sub_footer {
	width:1100px;
	height:75px;
	border-top:1px solid #a96d2b;
	background:#2a373d;
	margin:0 auto;
}

#footer {
	width:1100px;
	height:25px;
	margin:0 auto;
	color:#333;
	font-size:0.8em;
}

#footer a { color:#333; text-decoration:none; }
#footer a:hover { color:#000; text-decoration:underline; }