/* CSS Document */

/* BODY SECTION */

body{
	margin:0px auto;
	font-family:Tahoma, Geneva, sans-serif;
	background:#050505 url(gfx/back.jpg) center top no-repeat;
	color:#FFF;
	font-size:10px;
	}

a img {
	border: 3px solid #333;
}

/*ALL SEACTION */


/* HEADER */

a.getBack{
	display:block;
	float:right;
	background:url(gfx/btn_back.gif);
	border:1px solid #970000;
	padding:8px 0px;
	margin:5px 0px 0px 10px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	width:165px;
	text-align:center;
	}
	
a:hover.getBack{
	background:url(gfx/btn_back_hover.gif) repeat-x;
}

#tourneHeader {background:#000; border-bottom:1px solid #333; width:100%; overflow:auto;}
#tourneHeader img {float:left;}
div.headerContent {width:965px; margin:0px auto;}

a.moreBtn  {float:right; background:url(gfx/btn_back.gif) repeat-x; display:block; padding:5px 20px; width:60px; color:#FFF; text-decoration:none; border:1px solid #970000; margin-top:10px;}
a:hover.moreBtn {background:url(gfx/btn_back_hover.gif) repeat-x;}

/* CONTENT SECTION */

#tourneMain {margin:20px auto; width:955px; background:#000; padding:15px; border:1px solid #333;}
#content {border:1px solid #333; color:#999; font-size:11px; margin-bottom:10px; padding:0px 20px;}
#content h1{font-weight:bold; margin:0px; padding:0px;}

/* FOOTER SECTION */

#footer {background:#000; border-top:1px solid #333; width:100%; overflow:auto; padding:20px 0px;}
#footerCont {width:965px; margin:0px auto;}
#footer p{float:left; color:#666;}



