@charset "utf-8";
/*
Author: Darren Jones
Author URL: http://www.gcweb.com.au/
*/

/* Overall page structure
========================================================== */
body { background:#090909 url(../images/common/bg_body.jpg) no-repeat center; margin:0;}
body.others { background:#000 url(../images/common/bg_extra.gif) repeat-x; margin:0;}
div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,p,label {margin:0;padding:0;}

a img { border:0px none;}
.clear { clear:both;}
.pngfix {}

/* Intro Page 
========================================================== */
#introContainer { display:block; width:716px; height:630px; position:relative; font-family:"Trebuchet MS"; color:#fff;}
#introContainer #introJuniors {
	width:320px;
	height:105px;
	padding-top:15px;
	background:#121212;
	border:3px solid #1C1C1C;
	position:absolute;
	top:262px;
	left:-109px;
	z-index:100;
}
#introContainer #introLogo { width:716px; height:316px; background:url(../images/common/bg_mainPg.jpg) no-repeat; position:absolute; left:0; top:153px;}
#introLogo #logo { margin:54px 0 0 0;}
#introContainer #introSeniors {
	width:320px;
	height:105px;
	padding-top:15px;
	background:#121212;
	border:3px solid #1C1C1C;
	position:absolute;
	bottom:265px;
	left:507px;
	z-index:100;
}

#introContainer #stacerLogo {
	width:382px;
	height:107px;
	position:absolute;
	bottom:80px;
	left:172px;
	z-index:100;
}
#introContainer h1 { font-weight:normal;}
#introContainer a { color:#fff; text-decoration:none;}
#introContainer a:hover { color:#999999;}

/* Other pages 
========================================================== */
#container { width:900px; margin:0 auto;}
#header { width:900px; height:150px; background:url(../images/common/bg_players.jpg) no-repeat top right;}
#header #logo { float:left; display:block; margin-top:4px;}
#header .title { float:left; margin-top:120px;}

#menu { width:900px; height:40px; font-family:"Trebuchet MS"; font-size:16px;}
#menu li { list-style:none; display:inline;}
#menu li a { display:block; float:left; color:#fff; text-decoration:none; padding:6px 20px 0 0; height:34px;}
#menu li a:hover { color:#999;}

#content { width:860px; min-height:450px; padding:20px; background:url(../images/common/bg_extraPgs.jpg) no-repeat top; font-family:"Trebuchet MS"; color:#fff;}

#content a { color:#fff; text-decoration:underline;}
#content a:hover { color:#ccc; text-decoration:none;}

#footer { width:900px; height:30px; clear:both; font-family:"Trebuchet MS"; font-size:12px; color:#999;}
#footer a { float:right; color:#999; text-decoration:none;}
#footer a:hover { color:#fff;}

