/* CSS Document */
body{
	padding:0;
	margin:0;
	background-image:url(../images/layout/bg_main.jpg);
	text-align:center; /* hack to center page contents in IE browsers */
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	color:#000000;
	}
#divwrapper {/* div that is used to center the page content */
	position:relative;
	top:0px;
	left:0px;  
	margin:0 auto;
	width:699px;
	text-align:left;  
	height:auto;
	}

#div01{/* header 1 */
	position:absolute;
	top:0px;
	left:0px;
	height:64px;
	width:699px;
	z-index:2;
}
#div02{/* header 2 */
	position:absolute;
	top:64px;
	left:0px;
	height:48px;
	width:699px;
	z-index:2;
}
#div03{/* header 3 */
	position:absolute;
	top:112px;
	left:0px;
	height:41px;
	width:699px;
	z-index:2;
}
#div04{/* header 4 */
	position:absolute;
	top:153px;
	left:0px;
	height:63px;
	width:699px;
	z-index:2;
}
#div05{/* banner */
	position:absolute;
	top:40px;
	left:94px;
	height:auto;
	width:511px;
	z-index:3;
}
#div06{/* main layer */
	position:absolute;
	top:255px;
	left:0px;
	height:auto;
	width:699px;
	background-image:url(../images/layout/bg_box.gif);
	background-repeat:repeat-y;
	z-index:1;
}
#div06 a:link { color:#0000CC; text-decoration: underline;}
#div06 a:visited { color:#003399; text-decoration: underline;}
#div06 a:hover { color:#990000; text-decoration: underline;}
#div06 a:active { color:#990000; text-decoration: none;}

#div07{/* button bar */
	position:absolute;
	top:216px;
	left:0px;
	height:39px;
	width:699px;
	background-image:url(../images/layout/bg_buttonbar.gif);
	background-repeat:repeat-x;
	z-index:4;
}
