/* 100% high layouts attempt */
html, body {
	height:99.5%
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #003C46;
	background-image: url(images/page_bkgrnd.jpg);
	background-repeat: repeat-x;
}

div#allAreas {
	height:100%;
	min-height:100%;
}

/*for mozilla as IE treats height as min-height anyway*/
html > body div#allAreas {
	height: auto;
}

/* usefull br style */
br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#leftArea {
	margin-right: 0;
}
 
* html div#rightArea {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */


div#allAreas {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #003C46;
}

/*------------------- HEADER AREA ---------------------- */
div#headerArea {
	position: relative;
	height: 234px;
}

div#menuArea {
	position: relative;
	height: 2em;
	border: 1px solid black;
}




/*------------------- CONTENT AREA ---------------------- */
div#contentArea {
	position: relative;
	margin: 0 15px 0 15px;
	height: 343px;
}

div#leftContent {
	position: absolute;
	width: 246px;
	height: 300px;
	top: 32px;
	left: 2px;
	overflow: hidden;
}

div#centerContentArea {
	position: absolute;
	width: 245px;
	height: 300px;
	top: 32px;
	left: 265px;
	background-color: #003C46;
}

div#centerContent {
	position: absolute;
	width: 215px;
	height: 190px;
	top: 26px;
	left: 16px;
	border-top: 1px #276C73 solid;
	border-right: 1px #276C73 solid;
	border-bottom: 1px #276C73 solid;
	overflow-y: scroll;
	scrollbar-base-color: #ff00CC;
	scrollbar-arrow-color: #266D73;
	scrollbar-3dlight-color: #ff00CC;
	scrollbar-darkshadow-color: #ff00CC;
	scrollbar-face-color: #f7cf18;
	scrollbar-highlight-color: #ff00CC;
	scrollbar-shadow-color: #ff00CC;
	scrollbar-track-color: #ff00CC;
	FILTER: chroma(color=#ff00CC);
}

div#centerContentBG {
	position: absolute;
	width: 245px;
	height: 245px;
	top: 44px;
	left: 0;
	background-image: url(images/box_bkgrnd.gif);
	background-repeat: repeat-x;
}

div#centerContentArea img {
	border: none;
}

div#centerContent a{ 
    color:#FFFFFF;
	font-weight:bold;
}
div#centerContent a:visited{       
    color:#B2CED0;
	font-weight:bold;	
}
div#centerContent a:hover{    	
    color:#B2CED0;
	font-weight:bold;	
}

a#upcomingEvents {
	position: absolute;
	border: none;
	top: 0;
	left: 16px;
}

a#eventSchedule {
	position: absolute;
	border: none;
	top: 224px;
	left: 16px;
}

a#membershipsButton {
	position: absolute;
	border: none;
	top: 242px;
	left: 0;
}


div#rightContentArea {
	position: absolute;
	width: 246px;
	height: 300px;
	top: 32px;
	left: 526px;
}

div#rightContent {
	position: absolute;
	width: 215px;
	height: 190px;
	top: 26px;
	left: 16px;
	border-top: 1px #276C73 solid;
	border-right: 1px #276C73 solid;
	border-bottom: 1px #276C73 solid;
	overflow-y: scroll;
	scrollbar-base-color: #ff00CC;
	scrollbar-arrow-color: #266D73;
	scrollbar-3dlight-color: #ff00CC;
	scrollbar-darkshadow-color: #ff00CC;
	scrollbar-face-color: #f7cf18;
	scrollbar-highlight-color: #ff00CC;
	scrollbar-shadow-color: #ff00CC;
	scrollbar-track-color: #ff00CC;
	FILTER: chroma(color=#ff00CC);
}

div#rightContentBG {
	position: absolute;
	width: 245px;
	height: 245px;
	top: 44px;
	left: 0;
	background-image: url(images/box_bkgrnd.gif);
	background-repeat: repeat-x;
}

div#rightContentArea img {
	border: none;
}

a#allTheLatest {
	position: absolute;
	border: none;
	top: 0;
	left: 16px;
}

a#pressStatements {
	position: absolute;
	border: none;
	top: 224px;
	left: 16px;
}

a#stadiumFunctions {
	position: absolute;
	border: none;
	top: 242px;
	left: 0;
}

/*------------------- FOOTER AREA ---------------------- */
div#footerArea {
	position: relative;
	width: 800px;
	height: 160px;
}

div#sponsorArea {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/sponsor_panel.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 113px;
	width: 768px;
	left: 18px;
}

div#addressInfo {
	position: absolute;
	width: 520px;
	font-size: .58em;
	left: 100px;
	top: 8px;
	text-align: center;
}

div#addressInfo a {
	text-decoration: none;
	color: #003C46;
}

div#addressInfoArea {
	position: absolute;
	left: 15px;
	top: 57px;
	width: 734px;
	height: 52px;
	border-top: 2px solid #98BEBF;
}

div#lastUpdated {
	position: absolute;
	font-size: .65em;
	left: 15px;
	top: 121px;
	color: #689DA1;
}

div#productLinks {
	position: absolute;
	font-size: .65em;
	right: 15px;
	top: 121px;
}

div#productLinks a {
	color: #689DA1;
	text-decoration: none;
}

img#sponsors {
	position: absolute;
	top: 11px;
	left: 15px;
}

img#broncos {
	position: absolute;
	top: 11px;
	left: 195px;
}

img#qrl {
	position: absolute;
	top: 11px;
	left: 260px;
}

img#wallabies {
	position: absolute;
	top: 11px;
	left: 325px;
}

img#qldreds {
	position: absolute;
	top: 11px;
	left: 390px;
}

img#qldroar {
	position: absolute;
	top: 11px;
	left: 495px;
}

img#ffa {
	position: absolute;
	top: 11px;
	left: 565px;
}

img#Ogden {
	position: absolute;
	top: 62px;
	left: 62px;
}

img#mfsa {
	position: absolute;
	top: 66px;
	left: 628px;
	border: none;
}

img#RLWC {
	position: absolute;
	top: 0px;
	left: 585px;
	border: none;
}