html, body{ 

 margin:0; 

 padding:0; 

 text-align:center;

 background-color: #cccccc;

} 

 

#pagewidth{ 
 width:740px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
padding-top:20px;
} 
 
#header{
 position:relative; 
 height:20px; 
  background-color:#FFFFFF; 
 width:100%;
   background-image:url(images/header_junior.jpg); 
   font-family:verdana;
   font-size:10px;
   padding-top: 140px;
} 

#nav { position:relative; 
 height:26px; 
  background-image:url(images/navbg.jpg); 
 width:720px;
 padding-top: 5px;
 padding-left: 10px;
 padding-right: 10px;}
 
 #wrapper {padding-left: 20px; padding-right: 20px;   background-color:#999999; padding-top: 10px;}
 
#banner{
 width:425px; 
 float:left; 
 position:relative; 
 background-image:url(images/banner_junior.jpg);
 height: 221px;
  }
 
#upcoming{background-color: #cccccc;  
 float: right; 
 display:inline; 
 position: relative; 
 width:35%; 
 height: 221px;
 }
 
 #mainsec { position:relative;   
 width:100%;}
 
#footer{
 height:50px; 
 text-align:center; 
 clear:both;
 font-family: verdana;
  font-size: 75%;
 } 
 
 h1 {font-family: verdana; color: #ffffff; font-size: 100%; line-height: 1.5em;}

.bodytext {font-family: verdana; color: #ffffff; font-size: 80%;}
 
.navtext {font-family: verdana; color: #336699; font-size: 75%;}

.upcomingheader {font-family: verdana; color: #336699; text-align: center; height: 22px; font-size: 120%; background-image:url(images/upcomingbg.jpg); padding-top: 3px;}
 
 .upcomingtext {font-family: verdana; color: #ffffff; font-size: 75%;}
 
 .team{height:19px; width:100px; text-align:center; margin:5px; font-size:10pt;display:inline;background-image:url(/images/navbg.jpg);  padding:5px;}
 
 /* *** 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;}
}