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

* { 
	padding: 0; 
	margin: 0; 
}

body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	background: #fff;
	color: #000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #91b2c6;
}

#wrapper { 
 	margin: 30px auto;
 	width: 910px;
	height: auto;
 	background: #fff;
	border: none;
}

#header {
	width: 903px;
	height: 111px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background: #fff url(../images/header.jpg) no-repeat center;
}

#content { 
 	float: left;
	width: 500px;
	height: auto;
 	color: #000;
 	border: none;
 	background: #fff;
 	margin: 10px 0px 5px 0px;
 	padding: 0px 10px 5px 10px;
}

#sidebar { 
	float: right;
	width: 300px;
	height: auto;
 	color: #000;
 	border: none;
 	background: #fff;
 	margin: 0px 0px 5px 0px;
 	padding: 0px 5px 10px 5px;
}

#nav {
	width: 120px;
	height: 30px;
	background: #86c1d3;
	float: right;
	margin: 60px 480px 0px 0px;
}

ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	list-style: none;
	width: 580px;
}

ul li {
	float: left;
	margin: 0px 5px 0px 0px;
	text-transform: uppercase;
	padding: 5px;
}

#nav a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #b6df00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

p {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
}

p a {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
}

.active {
	color: #b6df00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	color: #fff;
	clear: both;
	float: left;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

