/****************************************************************************** 
 * STYLESHEET - COPYRIGHT 2005 (C) XILLENT CORP.
 ******************************************************************************/
 
#pageContainer {
	width: 978px;
}
	
#pageHeader {
	float: left;
	width: 700px;
	height: 174px;
	padding: 50px 0px 0px 278px;
	background-image: url(../images/nav/topbg.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}

#pageContent {
	float: left;
	width: 928px;
	padding: 20px 75px 0px 75px;
	background-repeat: repeat-y;
	background-image: url(../images/nav/centerbg.png);
}

#pageDivider {
	float: left;
	background-repeat: repeat-y;
	background-image: url(../images/nav/left_right_seperator.gif);
}

#pageNavigation {
	float: left;
	width: 892px;
	padding: 0px 51px;
	background-repeat: repeat-y;
	background-image: url(../images/nav/centerbg.png);
}
#pageNavBar {
	padding: 2px;
	background-color:#000000;
	color: #FFFF33;
	border-top: 3px solid #999;
	border-bottom: 3px solid #777;
}

#pageFooter {
	float: left;
	width: 778px;
	height: 60px;
	padding: 80px 100px 0px 100px;
	background-image: url(../images/nav/footerbg.png);
	background-repeat: no-repeat;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

/*HOMEPAGE STRUCTURE*/
#homeSection1 	{ float: left; width: 840px; height: auto; border-bottom: 1px solid #999;}
#homeSection2 	{ float: left; width: 840px; height: auto; border-bottom: 1px solid #999;}
#homeSection3 	{ float: left; width: 840px; height: auto; background-image:url(../images/nav/home_bottom_seperator.gif); background-repeat:repeat-y; }

#homeNewsMain 	{ float: left; width: 580px; padding-right: 10px; }
#homeEventList 	{ float: left; width: 239px; height: 400px; padding-left: 10px; border-left: 1px solid #999; }

#homeNews 		{ float: left; width: 410px; height: auto; margin-right: 10px; padding: 5px 0px; }
#homePoll	 	{ float: left; width: 200px; height: auto; margin-right: 10px; padding: 5px 0px; }
#homeContact 	{ float: left; width: 200px; padding: 5px 0px;}

/*SUB PAGE STRUCTURE*/
#pageLeft 		{ float: left; width: 520px; height: auto; padding-right: 10px; border-right: 1px solid #999; }
#pageRight		{ float: left; width: 299px; height: auto; padding-left: 10px; }
#subNews		{ float: left; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #999; }
#subEvents		{ float: left; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #999; }
#subContact		{ float: left; padding-bottom: 20px; margin-bottom: 20px; }
#subFighterSearch { float: left; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #999; }
#subRules		{ float: left; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #999; }

/*OTHER PAGES STRUCTURE*/
#maincol { width: 590px; min-height: 250px; margin-right: 10px; float: left; border-right: 1px solid #666; background-color: #00CCFF }