/* main css re-skin 1.2010 */


body  {
    margin:0;
	padding:0;
	background-image:url(../gfx/bkhz_05.jpg);
	background-repeat: repeat-x;
	background-color: #f7f5f5;
}


/* AG specific*/

div#outerDiv {
	position:relative;
    width: 800px;       /* sets the content width */
    height:100%;
	margin: 0 auto;     /* no top/bottom margin, centered horizontally */
    background: #fff;
	/*padding: 0px 0px 0px 0px;*//* white content background, header image */

}
#content div#mainContent {
    float: left;
    width: 800px;
    margin: 0;
   /* padding: 0px 0px 0px 0px;*/
}
/* ===== header ===== */

div#header {
	position:absolute;
    width: 800px;
	height: 145px;
    top: -16px;
}

div#menu {
	position:absolute;
	width: 800px;
	height: 63px;
	left: 0px;
	top: 129px;
}

#featureBox {
	position:absolute;
	width:537px;
	height:600px; /*502*/
	left: 0px;
	top: 192px;
	z-index:500;
}
#sideThree {
	position:absolute;
	width:264px;
	height:600px; /*502*/
	left: 536px;
	top: 192px;
	z-index:600;
}
div#footer {
	position:absolute;
	width: 800px;
	height: 75px;
	clear: both;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #052db3;
	left: 0px;
	top: 795px;
}
#footer p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #052db3;


}

#footer a {
    color: #052db3;
	text-decoration: none;
}
.clear { clear: both }
