/* generated by csscreator.com */ 
html{
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
} 

body{
 margin:60px; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:950px;
 height:680px; 
 text-align:left;  
	margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	background-image:url("../images/grandstand_logo_header.gif");
	background-repeat:no-repeat;
 position:relative; 
 height:130px; 
  background-color:#f49f1b; 
 width:100%;
} 

#logo{
	
	height:127px; 
	
}
 
 #flashcontent{
	
}
 
#leftcol{
	background-color: #FFFFFF;
 width:600px; 
 height:490px;
 float:left; 
 position:relative; 
 font-family: Arial, Helvetica, sans-serif;
 
  }
  
  #formleftcol{
	background-color: #FFFFFF;
 width:550px; 
 height:490px;
 float:left; 
 position:relative; 
 font-family: Arial, Helvetica, sans-serif;
 
  }
  
 #centrecol{
 	background-color: #FFFFFF;  
 	float: left; 
 	position: relative;
 	height:490px;  
	color:#ccc;
	width:100%; 
 }
 
#maincol{
	background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:330px; 
 height:478px;
 padding:12px 20px 0px 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 font-weight:500;
 color:#666666;
 
 }
 
 #formcol{
	background-color: #FFFFFF;  
 	float: right; 
 	display:inline; 
 	position: relative; 
 	width:380px; 
 	height:478px;
 	padding:12px 20px 0px 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size:12px;
 	font-weight:500;
 	color:#666666;
 
 }
 
#content{
	
 } 

#menu{
	background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 height:30px;
 }
 
#footer{
 height:50px; 
  background-color:#f49f1b; 
 clear:both;
 
 } 
.copy{
 padding-top:10px;
  text-align:center;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
 } 

 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
