@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/body.gif) repeat-x #1a1818;
}




/* //// HEADER //// */
#header {
	width: 903px;
	margin:auto;
}

#logo {
	float:left;
	width: 384px;
	height: 137px;
}

#top-ad {
	float:right;
	width: 468px;
	height:60px;
	margin-top: 37px;
	border: 1px solid #9a7c7c;
}

#gold-shine {
	clear:both;
	width: 899px;
	height: 9px;
	background:url(../images/gunner-streams_09.gif);
}



/* //// SIDEBAR //// */
#sidebar {
	float:right;
	width: 259px;
	margin: 1px 0 0 0;
	background:url(../images/sidebar-body.gif) repeat-y;
}

#s-ads {
	margin:auto;
	width: 250px;
	height: 250px;
	margin: 4px auto 4px auto;
}



/* //// MENU //// */

#menu-guide a:link { color: #000; text-decoration:none; }
#menu-guide a:visited { color: #000; text-decoration:none; }

#match a:link { color:#ff0000;  text-decoration:none; }
#match a:visited { color:#ff0000;  text-decoration:none; }

#content a:link { color:#ff0000;  text-decoration:none; }
#content a:visited { color:#ff0000;  text-decoration:none; }

#menu-body {
	width: 100%;
	height: 34px;
	margin-top:1px;
	background:url(../images/menu-slice-body.gif);
}

#menu-guide {
	width: 900px;
	height: 34px;
	margin:auto;
}

#menu-guide ul {
	height: 34px;
	margin:0;
	padding:0;
}

#menu-guide li {
	float:left;	
	list-style:none;
	font-size: 14px;
	font-weight:bold;
	margin: 10px 18px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}







/* //// HOLD //// */
#c-hold {
	width: 903px;
	margin:auto;
}

p {
	font-size:12px;
	font-weight:bold;
	margin: 7px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin: 18px;
}


/* //// MATCH //// */
#match {
	width: 635px;
	margin: 5px 2px 0 0;
	background-image:url(../images/match-content-body.gif);
}

#match-top {
	width: 635px;
	height: 13px;
	background:url(../images/match-top-body.gif) no-repeat top;
}

#match-bottom {
	width: 635px;
	height: 11px;
	background:url(../images/match-bottom-body.gif) no-repeat bottom;
}



/* //// CONTENT //// */
#content {
	width: 635px;
	margin: 15px 2px 0 0;
	background-image:url(../images/match-content-body.gif);
}

#content-top {
	width: 635px;
	background:url(../images/match-top-body.gif) no-repeat top;
}

#content-bottom {
	width: 635px;
	height: 11px;
	background:url(../images/match-bottom-body.gif) no-repeat bottom;
}



/* //// FOOTER  //// */
#footer {
	margin:auto;
	width: 900px;
	height: 46px;
	background:url(../images/footer-body.gif)
}