.bodybg { text-align:center; background: #000 url(../images/graphics/wtce12_bg.jpg) center top repeat-x; margin:0px; }




#wrapper{ width:960px; margin:0px auto; padding: 0px; text-align:left;background: #fff;  }   
    

#top{ width: 960px; height:177px; position:relative; padding:0px; margin:0 auto; }
    


    
    #menu{ width:958px; height: 33px; margin:1px auto; background:#000;}    



    #content{ margin:15px 0px 15px 30px;  width: 680px; padding: 0px; min-height: 350px; float:left; }
    #right{margin: 15px 2px 0px 0px; float:right; width: 210px; }
        #right .rightbg{background: #b39467; padding: 10px; color: #fff; min-height:150px;}
#right .rightbg a{color: #fff;}
#right .rightbg a:hover{color: #000;}
    
  #footer{ width:960px; text-align:left; min-height: 130px;  background: #e7e3e2 url(../images/graphics/wcte12_sponsorsslice.jpg) top repeat-x; margin:10px auto;  }  

#footer div{padding: 10px 0px; text-align:center;}






 	
/* Start Form Validation Styles*/
.validation_failed {
  border: 1px solid red;
}
.error_msg {
  color:red;
}
/* End  Form Validation Styles */



/* --------- Clearfloat --------- */

.clearfloat:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	}
.clearfloat { display: inline-block; }
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
