body { 
font-family: Georgia; 
line-height: 1.4;
font-size: 12px;
/* background: #84DBFF; */
background: #6456B6;
margin: 0;
padding: 0;
}

a { color: #23318F; text-decoration: none;}
a:hover { text-decoration: underline; }
h1 { margin: 0; padding: 0; }
h2
{
	margin: 0; 
	padding: 0;
	text-align: center;
}

#wrap { 
width: 800px;
margin: 20px auto;
}

#top {
background: #84DBFF url(../images/top.jpg) no-repeat;
padding: 10px 0;
}

#header {
height: 130px;
background: #84DBFF url(../images/header.jpg) no-repeat;
}
#header h1 {
margin: 0;
padding: 35px 0 0 30px;
font-weight: 100;
font-size: 26px;
letter-spacing: -2px;
color: #454B6F;
}
#header h1 a { text-decoration: none; color: #454B6F; }
#header h1 a:hover { text-decoration: none; border-bottom: 1px solid #454B6F; }

#header h2 { font-size: 16px; padding: 0 0 0 30px; margin: 0; color: #232323; font-weight: 100; }

#header img
{
  float: right;
/* padding-top: 30; */
  vertical-align: middle;
}

#menu {
background: #84DBFF url(../images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #323232;
font-size: 12px;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
background: url(../images/menuover.png) repeat-x;
}

#contentwrap {
background: #84DBFF url(../images/content.jpg) repeat-y;
padding: 0 30px;
}

#content {
float: right;
width: 520px;
margin-top: 10px;
}

#content h2 {
margin: 0;
color: #23318F;
line-height: 30px;
font-size: 20px;
font-weight: 100;
}

#content h4 { 
display: block;
font-weight: 700;
margin-bottom: 1em;
margin-top: 1em;
 }

#content h5 { 
display: block;
font-size: 12px;
font-weight: 700;
margin-bottom: 1.67em;
margin-top: 1.67em;
 }

#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: left;
width: 200px;
background: #eee;
border: 1px solid #C0C0C0;
margin: 10px 0 20px 0;
}

#sidebar h3 {
/* height: 40px;
line-height: 40px;*/
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #313131;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 10px 0 25px 30px;
margin: 0;
color: #23318F;
}

#sidebar ul li {
padding: 0;
margin: 0;
}

#sidebar ul ul { padding: 2px 0 2px 20px; }

#footer { 
text-align: center;
background: #84DBFF url(../images/footer.jpg) no-repeat;
height: 50px;
line-height: 50px;
color: #313131;
font-size: 12px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #313131; }
#footer a:hover { text-decoration: underline; }

/*
  Championship Row Settings
*/

.champion
{
	color: #6456B6;
}

.section
{
	color: #84DBFF;
}

.class_header
{
	color:#63F;
	font-weight:bold;
}