body {
	margin:0px; padding:0px;
	border-top-width:5px;; border-bottom-width: 0px;
	border-left-width:0px; border-right-width:0px;
	border-style:solid; border-color:#FFFFFF;
	background-color:#666666; color:#000000;
	background-image:url('../images/bg_center_blue.gif');
	background-position:center top;
	background-repeat:repeat-y;
	text-align:center;
}

#center {
	position:relative;
	width:760px; height:auto;
	margin-top:0px; 
	margin-bottom:0px;
	margin-left:auto; 
	margin-right:auto; padding:0px;
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; border-right-width:0px;
	border-style:solid; border-color: #FFFFFF;
	background-color:#FFFFFF; color:#000000;
	background-repeat:repeat-y;
	text-align:left;
	z-index:10;
}
	
#heading {
	position:relative;
	width:760px; 
	height:45px;
	margin:0px; 
	padding:0px;
	background-color:#000000; 
	color: #FFFFFF;  
	border-style:none;
	z-index:20;
}

	
#main {
	position:relative; 
	overflow:visible;
	width:760px; 
	left:0px;
	top: 32px;
	height:auto;
	margin:0px; 
	padding:0px;
	background-color:#FFFFFF; 
	color: #000000;
	border-style:none; 
	clear: both;
	z-index:40;	
}

#bottombar {
	position:relative;
	width:760px; height:20px;
	margin:0px; padding:0px;
	background-color:#41537B; color: #000000;  	
	border-style:none; clear: both;
	z-index:50;
}
