

body{
	background-color: #ddd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body#frSYSTEM{
	background-image: none;
	background-color: #ffffcc;
}

div#sidenav{
	width: 190px;
	height: 356px;
	float: left;
	border: 2px solid #dfd86a;
	border-right: 0px solid white;
}
body#home div#sidenav			{background: white url('../images/pageBG/infoBG.gif') no-repeat bottom;}
body#fixtures div#sidenav		{background: white url('../images/pageBG/fixturesBG.gif') no-repeat bottom;}
body#history div#sidenav		{background: white url('../images/pageBG/historyBG.gif') no-repeat bottom;}
body#membership div#sidenav	{background: white url('../images/pageBG/membershipBG.gif') no-repeat bottom;}
body#rates div#sidenav		{background: white url('../images/pageBG/ratesBG.gif') no-repeat bottom;}
body#course div#sidenav		{background: white url('../images/pageBG/courseBG.gif') no-repeat bottom;}
body#officers div#sidenav		{background: white url('../images/pageBG/officersBG.gif') no-repeat bottom;}
body#contact div#sidenav		{background: white url('../images/pageBG/contactBG.gif') no-repeat bottom;}




body#index {
	background-image: url('../images/bgSilver.gif');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.clear{clear: both;}

div#header{
	position: absolute;
	top:0px;
	left:0px;
	background-image: url('../images/headBG.gif');
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
	margin-top:0px;
	
	border-bottom: 2px solid #dfd86a;
}
body#frSYSTEM div#header{
	background-image: url('../images/headBGred.gif');
}

div#headerContainer{
	width:800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
div#logo{
position: absolute;
	width: 200px;
	clear: both;
	top:0px;
}



div#pageBase{
	position:relative;
	top: 135px;
	width: 800px;
	margin:0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

div#container{
	overflow: hidden;
	border: 2px solid #dfd86a;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 796px;
	height: 380px;
}
div#content{
	position: relative;
	background-color: white;
	border: 10px solid #003399;
	width: 776px;
	height: 360px;
}
body#frSYSTEM div#content{
	border: 10px solid #993333;
}

div#footer{
	border-top: 1px solid #003399;
	color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 8px;
}
div#footerLogo{
	float:right;
}



div.popUpLayerVisible {
	position: absolute;
	top:0px;
	right:0px;
	display: inline;
	width: 582px;
	height: 356px;
	overflow: scroll;
	overflow-x: scroll;
	border: 2px solid #dfd86a;
	border-left: 0px solid white;
	background: url('../images/logoBW.gif') no-repeat bottom right;
}

div.popUpLayer {
	position: absolute;
	top:0px;
	right:0px;
	display: none;
	width: 582px;
	height: 356px;
	overflow: scroll;
	overflow-x: hidden;
	border: 2px solid #dfd86a;
	border-left: 0px solid white;
	background: url('../images/logoBW.gif') no-repeat bottom right;
}

div.mainText{
	width: 100%;
	float: left;
}
p.quoteText{
	font-style: italic;
}


div.mainImage{
	float: right;
	width: 190px;
	height:280px;
	overflow: hidden;
	margin-top: -62px
}
ul#banners{
	display:inline-block;
	list-style-type: none;
	margin-left: -40px;
	margin-top:0px;
}

