html{
	height:100%;
	}
	
body{
	font-family:verdana;
	font-size:11px;
	color:#000000;
	padding:0;
	margin:0;
	background:#F87D30 url(../images/bkgd.jpg) top left repeat-x;
	height:100%;
	}
	
#wrap{
	height: 100%;
	}
	
body > #wrap{
	height: auto; 
	min-height: 100%;
	}

#main {
	padding-bottom: 850px;  /* must be same height as the footer */
	} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

#spacerBar{
	background:#fbcf90;
	height:4px;
	position:absolute;
	left:0px;
	width:100%;
	}
	
#topBar{
	background:#fbcf90;
	height:20px;
	position:absolute;
	left:0px;
	top: 4px;
	width:100%;
	font-weight:bold;
	}
	
a.topBar{
	text-decoration: none;
	color: #000000;
	}
	
a.topBar:hover{
	text-decoration: none;
	color: #ed0d72;
	}
	
a.homePage{
	text-decoration: none;
	color: #000000;
	}
	
a.homePage:hover{
	text-decoration: none;
	color: #ed0d72;
	}
	
.logo{
	position:absolute; 
	top:30px; 
	left:443px;
	}
	
.food{
	position:absolute; 
	top:167px; 
	left:688px;
	}
	
.reminder{
	position:absolute; 
	top:105px; 
	left:50px;
	color: #FFFFFF;
	font-size:28px;
	font-weight:bold;
	}
	
.reminder2{
	position:absolute; 
	top:70px; 
	left:70px;
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	}
	
.sideBar1{
	position:absolute; 
	top:348px; 
	left:678px;
	width:200px;
	font-size:13px;
	font-weight:bold;
	}
	
a.sideBarLink{
	text-decoration: none;
	color: #FFFFFF;
	}
	
.sideBar2{
	position:absolute; 
	top:350px; 
	left:680px;
	width:200px;
	color: #444444;
	font-size:13px;
	font-weight:bold;
	}
	
#bodyContent{
	background: url(../images/yellow_alpha.png) top left repeat;
	padding: 20px;
	z-index: 1;
	position:absolute; 
	top:180px; 
	left:30px; 
	width:570px;
	}
	
#bodyContentHome{
	background: url(../images/yellow_alpha.png) top left repeat;
	padding: 30px;
	z-index: 1;
	position:absolute; 
	top:180px; 
	left:70px; 
	width:430px;
	}
		
.bodyLink {	
	color: #000000;
	text-decoration: underline;
}

.bodyLinkBlue {	
	color: #3585b2;
	text-decoration: underline;
}
	
.blueTitle{
	color:#3585b2;
	font-size:18px;
	font-weight:bold;
	}
	
.blueDotLine{
	background: url(../images/blue-dot.gif) top left repeat-x;
	width:100%;
	}
	
.blueDotLine2{
	background: url(../images/blue-dot.gif) top left repeat-x;
	width:350px;
	}

#skylineFooter {
	z-index: 3;
	position: relative;
	margin-top: -350px; /* negative value of footer height */
	height: 350px;
	clear:both;
	}
		
.footerLink {	
	color: #000000;
	text-decoration: underline;
}
	
.footerInfo{
	position:absolute; 
	width:100%;
	height:25px;
	top:285px; 
	left:0px;
	}
	
.rightImage{
	position:absolute; 
	top:0px; 
	left:0px;
	width:100%;
	}
	
.buildings{
	position:absolute;
	background: url(../images/skyline.gif) top right no-repeat; 
	top:0px;
	height:281px;
	width:100%;
	}
	
.sponsorLogos{
	z-index: 2;
	position:absolute;
	height:71px;
	top:90px; 
	left:40px;
	}