﻿body{
	margin: 0px;
	border: none;
}

#pageContainer {
	position: relative;
	width: 90%;
	margin: 0 auto;
	left: inherit;
}


#mastHead {
	width: 100%;
	height: 99px;
}

#statusBar{
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
}
#mainContentHolder{
	width:100%;	
}
#editableContentHolder
{
	width:80%;
	overflow:auto;
}
#sponsorsDiv
{
	width:19%;
}
#menuHolder{
	position:relative;
	width:100%;
}
#mainContentDiv{
	position:relative;
	top: 0px;
	width: 100%;
}
#footer{
	width:100%;
	padding:0px;
	margin:0px;
	border-style:none;
	}
.columnLeft
{
    float:left;
    height:100%;
}
.columnRight
{
    float:right;
    height:100%;
}

/*           The banner styles         */
.logoImage{
	
	position:absolute;
	top:0px;
	left:0px;
	height:99px;
	width:75px;
	z-index:3;
	margin-left:10px;
}
.bannerText{
	position:absolute;
	height:50px;
	z-index:4;
	top:30px;
	left:96px;
}
.bannerBackgroundImage{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:99px;
	z-index:1;
}
/****************************/
.leftPanel {
	float:left;
}
.rightPanel {
	float:right;
}
.fullWidthColumn
{
	width:100%;
}
#mainColumnRight
{
	width:84%;
}
#mainColumnLeft
{
	width:15%;
}
.mainPanel
{
width:75%;
float:right;
}
.fixturesPanel
{
width:19%;
float:left;
}