/* CSS Document */
body{
	padding:0;
	margin:0;
	background-color:black;
	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;
	margin:0 auto;
	width:760px;
	height:100%;
	}

#div01{/* main box */
	position:absolute;
	top:0;
	left:0;
	width:760px;
	height:auto;
	/*margin:0 -18px 0 -18px; */
	background-image:url(../images/layout/bg_box.gif);
	background-repeat:repeat;
	font-family: Arial,Helvetica,sans-serif; 
	font-size:12px;
	font-weight:normal;
	color: #000000;
	z-index:1;
}
#div01 a:link { color:#0000CC; text-decoration: underline;}
#div01 a:visited { color:#000099; text-decoration: underline;}
#div01 a:hover { color:#660000 ; text-decoration: underline;}
#div01 a:active { color:#660000; text-decoration: underline;}

#div02{ /* header */
	position:absolute;
	top:0px;
	left:36px;
	width:688px;
	height:81px;
	z-index:50;
}
#div03{ /* page title */
	position:absolute;
	top:16px;
	left:36px;
	width:688px;
	height:52px;
	text-align:center;
	z-index:51;
}
#div04{ /* button bar */
	position:absolute;
	top:81px;
	left:36px;
	width:688px;
	height:24px;
	text-align:center;
	background-image:url(../images/layout/bg_buttonbar.gif);
	background-repeat:repeat;
	z-index:52;
}
#div05{ /* brand left */
	position:absolute;
	top:81px;
	left:33px;
	width:16px;
	height:22px;
	z-index:53;
}
#div06{ /* brand right */
	position:absolute;
	top:81px;
	left:711px;
	width:16px;
	height:22px;
	z-index:53;
}
