/* generated by csscreator.com */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative;
 height:138px;
 width:100%;
  background: url(../images/headert_bk.png) no-repeat
}


#season{
 width:180px;
 float:right;
 position:relative;
 height:80px;
 width:200px;
  top: 25px;
  right: 155px;
}

#breadcrumb{
 position:relative;
 height:20px;
  background-color:transparent;

  padding: 5px
}

 
#leftcol{
 width:170px;
 float:left;
 position:relative;
 }

#leftcol2{
  margin-left: 5px;
}

#twocols{
 width:780px;
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:170px;
 float:right;
 position:relative;
}

#rightcol2{


  margin-left: 5px
}

#maincol{background-color: transparent;
 float: left;
 display:inline;
 position: relative;
 width:600px;
 }

 #maincol2{background-color: #FFFFFF;

/* float: left;
 display:inline;
 position: relative;*/
/* width:100%; */

 /* padding: 10px*/
}

 
#footer{
 height:76px;
 clear:both;
  background: url(../images/footer.png) no-repeat
}
 

 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
