


.bodyBG { text-align:center; background:#1c1c1c; margin:0; }

#wrapper{ width:958px; background: #ffffff; margin:0 auto; padding: 0px 0px 4px 0px; text-align:left;  }

#logo{ width:958px; height:203px; background: #fff url(../images/graphics/anzca10_header.gif) no-repeat}

#mainbg{
width: 958px; margin:0px; padding:0px; background: #fff url(../images/graphics/anzca10_contentbg.gif) repeat-y;
}

#nav{ width:230px; float:left; }
#navpad{ padding-left:15px; padding-top:20px;}

#dates{ margin-top: 40px; margin-left: 20px; padding:3px; width: 180px; background: #e0dbd6; }
.datepad{ padding:5px; width: 170px;}

#rightcol{
width: 728px; float:right; margin:0px; padding:0px;
}

#mainimage{ width: 720px; height:228px; position:relative; margin:0px 0px 0px 4px; padding:0px;}

#contentmain { width: 720px; position:relative; margin:0px 0px 0px 4px; padding:0px; background: url(../images/graphics/anzca10_contentgrad.gif) top repeat-x; }

#contentlogo { width: 716px; position:relative; margin:0px 0px 0px 4px; padding:0px; background: url(../images/graphics/anzca10_logobg.gif) bottom right no-repeat; }

#content{ padding: 20px; width: 700px; position:relative; }


 	
/* 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; }
