@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	min-width: 800px;
	color: #ffffff;
	background: #333333 url(/images/skin/site-bg.jpg) center;
}
.site-top {
	background: #333333 url(/images/skin/skin-epicduel4.jpg) center top no-repeat;
	height:800px;
}
#logo-link{
	margin-top: -720px;
	width: 430px;
	height: 170px;
	left: 50%;
	margin-left: -215px;
	position: absolute;
	display: block;
}
#site-wrap {
	position: absolute;
	width: 826px;
	left: 50%;
	margin-left: -413px;
	margin-top: -545px;
}
#content-wrap {
	width: 460px;
	float: left;
	margin: 15px;
}
#content {
	margin: 5px;
	padding: 5px;
}
#rightAds {
	width: 135px;
	float: left;
	margin: 5px;
}
#footer {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
hr {
	height: 1px;
	border: 1px solid gray;
}
/* Text Links */
a img {border: none;}
a, a.active {
	font-weight: bold;
	color: #dddfff;
}
a:link, a.active:link {
	color: #cccfff;
}
a:visited, a.active:visited {
	color: #cccfff;
}
a:hover, a.active:hover {
	color: #e5e7ff;
	text-decoration: underline;
}
a:focus, a.active:focus {
	outline: none;
}
.blueLink:link, .blueLink.active:link {
	text-decoration: underline;
	font-weight: bold;
	color: #01c3c3;
}
.blueLink:visited, .blueLink.active:visited {
	color: #01c3c3;
}
.blueLink:hover, .blueLink.active:hover {
	color: #e5e7ff;
	text-decoration: underline;
}
/* Text Styles */
h1, h2, h3 {margin: 0px;}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;
}
.blueText { 
	color: #0066FF;
}
.headerText, h1 {
	font-size: 16px;
	font-weight: bold;
}
.grayText { color: #999999}
.header{
	font-size: 18px;
	font-weight: bold;
}
.subheader{
	font-size: 16px;
	font-weight: bold;
}
.goldBold {
	color: #ffce1a;
	font-weight: bold;
}
.variumBlue, h3 {
	color: #01c3c3;
}
.smallText {
	font-size: 10px;
}
.headerText {
	font-size: 24px;
	font-weight: bold;
}
.smallerText {font-size: 11px;}

/* Menu */
#menu {
	width: 180px;
	float: left;
	margin: 5px;
}
#menu ul {
	padding-top: 0px;
	margin-top: 0px;
}
#menu li {
	list-style: none;
}
.menu-box {
	background: #000000 url(/images/menu/menu-bg.gif) repeat-x top;
	width: 100%;
}
