/* CSS Document */

<style type="text/css">
<!--
* {padding: 4; margin: 10;
} 
html, body {
	width: 100%; 
	height: 100%; 
	background-image: url(../images/main_background.png);
	text-align: center; /* to centre IE */
} 

#main {
	position: relative; 
	width: 903px; 
	height: 650px; 
	background-image: url(../images/main_div_background.png);
	margin: 0 auto; /* to centre compliant browsers */ 
	text-align: left; /* to reset text alignment to default */
} 

#menu {
	position:absolute;
	left:439px;
	top:110px;
	width:417px;
	height:74px;
	z-index:2;
}
#center-box {
	position:absolute;
	left:95px;
	top:169px;
	width:702px;
	height:294px;
	z-index:2;
}
.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	color: #38313B;
}


.bodystyle_white {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	color: #FFFFFF;
}
.grey_border {
	border: thin ridge #CCCCCC;
}
#logo {
	position:absolute;
	left:3px;
	top:1px;
	width:256px;
	height:174px;
	z-index:1;
}
-->
</style>