@charset "utf-8";
	
/* CSS Document */
body {
	margin:0;
	font-family:"Arial", Helvetica, sans-serif;
	background: #feb50c;
	color:#fff;
	}

h2 {
	margin:0 0 10px 0;
	font-size:24px;
	padding:3px;
	color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}
#headWrap {
width:100%;
overflow:hidden;
height:100px;
/*background: url(http://www.theimgspot.com/images/header.jpg) repeat-x;*/
}	
.headerLayout {
	width:990px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	}

#listswrap {
	width:990px;
	float:left;
	margin-top:10px;
	}
	
.headerLeft {
	width:60%;
	float:left;
	margin-top:18px;
	overflow:hidden;
	padding: 2px;
	text-align:left;
	font-size:36px;
	font-weight:bold;
	vertical-align:middle;
	}

.headerRight {
	width:38%;
	float:right;
	margin-top:18px;
	overflow:hidden;
	padding: 2px;
	text-align:right;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	}

.headerRight a {
	color:#fff;
	}

.BodyWrap {
	width:990px;
	overflow:hidden;
	margin:0 auto;
	}

.featuredBattle {
	width: 978px;
	overflow:hidden;
	text-align:left;
	background:#fff;
	color:#000;
	padding:5px;
	font-size:10pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(http://www.youtubefaceoff.com/css/border-radius.htc);*/
}

.leftContent {
	width: 200px;
	float:left;
	text-align:left;
	background:#ffffff;
	padding:3px;
	color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}
	
.menu {
	width:195px;
	text-align:center;
	}

.menuHighlight {
	width:195px;
	background:#105cb6;
	padding:3px 0 3px 3px;
	}

.menuHighlight a {
	color:#9fc54e;
	}

.rightContent {
	width: 460px;
	float:left;
	margin:0 5px 0 5px;
	background:#ffffff;
	padding:3px;
	color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	}

.bannerright {
	width:300px;
	float:right;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	border-bottom:0;
	border-left:3px solid #fff;
	color:#000;
	background:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	}
a {
	color:#105cb6;
	text-decoration:none;
	border:none;
	font-weight:bold;
	}

a:hover {
	color:#F03;
	text-decoration:none;
	border:none;
	font-weight:bold;
	}

#footerLayout {
	width:980px;
	margin:0 auto;
	padding:5px;
	}

#footerLayout p {
	font-size:8pt;
	color:#fff;
	}