html{background-color: #B9B6B1; margin:0; padding:0;}

body{
	width:800px;
	margin:0 auto;
	padding:0;
	font-family:"Trebuchet MS";
	font-size: 14px;
	background: #2986E8 url(img/mainbg.gif) no-repeat;
}

a { color: #FFFFFF; text-decoration:none;}
a:hover{ color: #000000; text-decoration:underline;}

#header{
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	width: 800px;
	height: 200px;
}

#header ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#header #menu {
	display: inline;
	float: left;
}

#header a {
	display: block;	
	height: 22px;
	padding: 7px 12px 6px 12px;
	text-decoration: none;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

#header h1{
	text-indent: -9999px;
	height: 130px;
}

#header a:hover {
	color: #5B6371;
}

#content{
	margin: 0px;
	padding:0px;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	width: 800px;
}

#main{
	float:right;
	width: 485px;
	padding: 10px;
}

#main a { color: #FFFFFF; text-decoration:none; font-weight: bold;}
#main a:hover{ color: #000000; text-decoration:underline;}


#right{
	float:left;
	width: 275px;
	font-size: 12px;
	padding: 5px;
}

#right h2{ 
	height: 15px;
	color: #FFF;
	padding: 7px 0 0 3px;
}

#full{
	clear: both;
	width: 780px;
	padding: 0 10px;
}


/* Footer Styles*/

#footer{
	color: #333;
	height:60px;
	width: 800px;
	border-left:#424242 1px solid;
	border-right:#424242 1px solid;
	text-align: center;
	padding: 45px 0 0 0;
	font-size: 12px;
}

#footer a{
	padding: 0 15px;
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#list{
	text-align: center;
	margin-bottom: 15px;
}

#list a{
	font-size: 19px;
}

#list .selected{
	color: #FFFFFF;
	font-size: 18px;
}
