﻿#divMain
{
	width:950px;
	padding: 0px 10px 10px 10px;
	background-color:White;
	margin-left:auto;
	margin-right:auto;	
}
#divNavBar
{
	background:url(Default/bg-tab-header.png) repeat-x;
	width:100%;
	height:25px;
	margin-bottom:5px;
}

#divNavBar ul
{
	background:url(Default/bg-tab-header.png) repeat-x;
	height:25px;
	margin:0px;
	padding: 0px;
}

#divNavBar li 
{
	float:left; 
	margin:0px;
	padding: 0px;
	list-style-type:none;
	border-right: solid 1px white;
}
#divNavBar li.selected a, #divNavBar li.selected a:hover
{
	display: block;
	height:25px;
	background-color: #ffffff;
	color: #ffa500
}

#divNavBar a 
{
	display: block;
	height:22px;
	padding: 3px 15px 0px 15px; 
	color: White;
	text-decoration: none;
}
#divNavBar a:hover { background-color: #ffa500; }

#divNavBarContainer
{
	width:950px;
	height: 100px;
	background:url(Default/bg-tab-container.png) repeat-x;
	padding:0px;
	margin-bottom:10px;
}

#divLogo{float:left; }
#divLogo h1{
	background:url(Default/bg-web-logo.png) no-repeat;
	display:block;
	width:205px;
	text-indent:-9999px;
	margin:28px 0px 0px 9px;
}
#divLogo h1 a{ display:block; height:45px;}
#banner_leaderboard{ float:right; margin: 7px 0px 0px -728px; width:728px;}
#banner_widesky{ width:100%; text-align:center; margin:15px 0px 15px 0px !important;
	margin:0px 0px 8px 0px;
}

#divFooter { color:#7B2E00; background-color: #FCE8B7; font-size: 12px; text-align: center; border-top: solid 1px #FF7300; border-bottom:solid 7px #fff; height:70px; }
	#divFooter p{ font-size: 12px; margin-top:10px;}
	#divFooter a:link, #divFooter a:visited{font-size: 12px; text-decoration:underline; color:#7B2E00;}



