
.bodybg { text-align:center; background: #231f20; margin:10px; }

#topbg { text-align:center; width: 100%; background: url(../images/graphics/anzap11_topslice.jpg) top center repeat-x; margin:0px; }


#wrapper{ width:994px; margin:0px auto; padding: 0px; text-align:left; }   


    #top{ width: 994px; height:360px; padding:0px; margin:0px; }
        #logo{width: 354px; height: 338px; background: url(../images/graphics/rnzcgp10_logo.jpg) no-repeat; float:left; margin-top:22px;}
        #mainimage{width: 640px; height:360px; float:right; padding:0px; margin:0 auto;}   
   
   
   
    #contentwrapper{margin: 0px; width: 982px; background:#fff; min-height: 400px;}
    
    #menubg{ width: 975px; margin-left: 7px; background: url(../images/graphics/rnzcgp10_navslice.gif) left repeat-y;}
    
    
#menu{ width:200px; margin:0px; height: 41px; float:left; } 
          #menu div{padding:10px;}
    #content{ margin:20px 15px 20px 20px;  width: 720px; padding : 0px; min-height: 350px; float:right;}

   #menubottom{margin-left: 7px; background:url(../images/graphics/rnzcgp10_navbottom.gif) no-repeat; width: 201px; height: 3px;}     

    
  #footer{ width:982px; text-align:center; margin-top:10px; min-height: 65px; padding-top: 18px;  background:#fff;   }  




 	
/* 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; }
