@charset "utf-8";

body {
	background-color: #bfbfbf;
	background-image: url(images/img_background.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px; }

div { background-color: #000000; }

img { border:none; padding: 0px; margin: 0px; }

ul { list-style-type: none; margin: 0px; padding: 0px; }
	
li { float: left; margin-bottom: -3px; }



/* - - - CLASS - - - */

.map1 { background-image:url(images/img_map_03.gif); height: 15px; width: 471px; }
.map2 { background-color: #000000; height: 15px; width: 177px; }



/* - - - ID - - - */

#map { margin: 0px; padding: 0px; }

#div4 { padding-left: 160px; clear: both; }
	
#sideL {
	background-color: #00CCFF;
	background-image:url(images/img_sideLeftBackground.gif);
	background-repeat:repeat-y;
	float: left;
	width: 180px; }

#sideL .lastLi { padding-bottom: 0px; }	
#sideL ul { padding-left: 6px; }
#sideL li {
	border-left: 1px;
	border-left-color: #808080;
	border-left-style: solid;
	float: none;
	padding-left: 9px;
	padding-bottom: 13px;
	padding-top: 0px; }	
	
#sideR { float: right; width: 180px; }
#sideR .gametracker { border: 1px solid #262626; border-right-width: 2px; }
#sideR li { margin-bottom: -2px; }

#content { min-height: 600px; margin-left: 205px; margin-right: 205px; }
	
#content .newsHeader { padding-bottom: 5px; list-style-type: none; padding-left: 0px; }
#content .newsHeader li { float: left; }


#subNav {
	padding-bottom: 35px;
	padding-left: 307px;
	clear:both;
	background-color: #000000; }

#footer {
	background-image: url(images/img_footerFade.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
	padding-left: 350px;
	padding-bottom: 65px;
	clear:both; }
