

body{ 
 margin:0; 
 padding:0; 
  background: #231f20 url(../new_images/bg_page.gif)  repeat-x top left
} 
 
#pagewidth{ 
 width:810px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 margin-top: 100px;
}

#header{
 position:relative; 
 height: 10px; 
 width:100%;
 background:url(../new_images/bg_top.gif) no-repeat top} 

 
#twocols{
 width:810px; 
 float:left;
 min-height: 200px;
 position:relative; 
 background-image:url(../new_images/bg_mid.gif)
 }
 
#nav{
 width: 238px; 
 float:right;
 position:relative;
 text-align:right;
 margin-right: 10px;
 
 } 
 
#events_box {
 width: 260px; 
 float:right;
 position:relative;
 text-align:left;
 line-height: 10pt;
 border: 1px solid white;
 min-height: 115px;
 color: #FFFFFF;
  background: #0eb14b url(../new_images/box_bg.jpg)  repeat-x top left
 
 }
 
 #event {
 margin: 10px 10px 10px 10px 
 }
 
#leftcol{
 width: 545px; 
 float:left; 
 position:relative;

 
 }
 
#rightcol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width: 260px;

 }
 
#footer{
 height:10px; 
 clear:both;
 width: 810px;
   background: url(../new_images/bg_btm.gif) no-repeat;

 } 
 
 
#twocols_ftr{
 width:100%; 
 float:left;
 height: 50px;
 position:relative;   
 padding-top: 10px;
 color:#CCCCCC
  background-image:url(../images/bg_mid.gif;

 }


#leftcol_ftr{
 width: 380px; 
 float:left; 
 position:relative;

 
 }

#rightcol_ftr { 
 float: right; 
 display:inline; 
 position: relative; 
 width: 400px;
 }
 
 

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