/* Site Layout
=====================================================================*/
body {
	text-align: center;
	background-color: #222;
}
.content {
	text-align: left;
}
#container {
	border: #ffffff solid 2px;
	background-image: url(../../themes/kahbattle/images/bg.jpg);
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 984px;
	text-align: left;
}

h1 {
	color: #EB292A;
}



a, a:link, a:active, a:visited {
	color: #EB292A;
}

a:hover {
	color: #666;
}

#header {
	background-image: url(../../themes/kahbattle/images/Kbattleheader.jpg); 
	background-position: top left;
	background-repeat: no-repeat;
	height: 300px;
	color: #EEE;
	background-color: #222;
	*height:300px;
	width: 984px;
	border-bottom: #ffffff solid 2px;
}
#headerL {
	float: left;
	width: 214px;
}
#headerR {
	color:#FFFFFF;
	float: right;
	width: 770px;
	text-align: right;
}
.navText {
	position: relative;
	top: 5px;
	left: 265px;
}
#spacer {
	clear: both;
	width: 984px;
	height: 2px;
	background-color: white;
}
#banner {
	height: 200px;
	background-color: #cccccc;
	width: 984px;
	border-bottom: #ffffff solid 2px;
}
#bannerInt {
	height: 50px;
	background-color: #cccccc;
	width: 984px;
	border-bottom: #ffffff solid 2px;
}

#contentContainer {
	width: 984px;
}
#cc1 {
	width: 215px;
	float: left;
	text-align: right;
}
#cc1_pad {
	padding-top: 20px;
	/*padding-right: 10px;*/
	line-height: 2.0em;
}
#cc2_pad {
	padding: 0px 10px 10px 0px;
}
#cc2 {
	width: 534px;
	float:left;
	margin-left: 10px;
}
#cc3 {
	width: 215px;
	float:right;
	text-align: center;
}
#footer {
	width: 984px;
	color:#FFFFFF;
	background-color: #E39F3A;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: #ffffff solid 2px;
	clear: both;
}
#copyright {
	font-size: 10px;
	width: 984px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}
#copyrightL {
	color: #ffffff;
	font-size: 10px;
	text-align: left;
	float: left;
	width: 50%;
}
#copyrightR {
	color: white;
	font-size: 10px;
	text-align: right;
	float: right;
	width: 50%;
}

#di_home {
width: 90%;
margin: 0 auto;
}
/* Navigation Styles
=====================================================================*/
ul.navigation {
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

ul.navigation li {
	list-style-type: none;
}

a.navigation_primary:link, a.navigation_primary:active, a.navigation_primary:visited {
	text-decoration: none;
	color: #ffffff;
}
a.navigation_primary:hover {
	text-decoration: none;
	color: #cccccc;
}
a.navigation_secondary:link, a.navigation_secondary:active, a.navigation_secondary:visited {
	text-decoration: none;
	color: #ffffff;
}
a.navigation_secondary:hover {
	text-decoration: none;
	color: #cccccc;
}
a.sephone_footer, a.sephone_footer:active, a.sephone_footer:visited {
	text-decoration: none;
	color: #ffffff;
}
a.sephone_footer:hover {
	text-decoration: none;
	color: #cccccc;
}

