#wrapper	{
	background-image:url(images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	/*border:1px solid #00559C;*/
	width:750px;
	height:800px;
	text-align:center;
	margin:0;
	padding:0;
	}
	
#page_title { 
	color:#FFFFFF;
	text-align:left;
	margin:0 0 0 65px;
	padding:25px 0 0 0;
	font-size:16px;
	font-weight:bold;
	font-style:italic
	text-transform:uppercase;
}
	
#contentarea {
	background-image: url(images/new_mid.jpg);
	background-repeat: repeat-y;
	background-position:center top;	
	/*background-color:#FFFFFF;
	border-top:1px solid #00559C;
	border-bottom:1px solid #00559C;
	border:1px solid #00559C;*/
	width:750px;
	text-align:center;
	padding:0;
	margin:0;
	overflow:hidden;
}

#footer {
	clear:left;
	background-image:url(images/new_bot.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	/*background-color:#00559C;*/
	color:#FFFFFF;
	padding:20px 0 0 0;
	width:750px;
	height:60px;
	text-align:center;
	font-size:10px;
}