
/*********************/
	@import url(menu.css);
	@import url(contentLeft.css);
	@import url(contentRight.css);
/*********************/

HTML {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	margin: 0;
}
BODY {
	background: url('../images/main_back.gif') 0 0 repeat-x #9BC4DE;
	width: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A, A:visited {
	color: blue;
}

#div_MainBox {
	display: block;
	width: 790px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	background: url('../images/logo.gif') 670px 5px no-repeat #ffffff;
}

#div_MainContent {
	display: block;
	float: left;
	width: 790px;
	padding: 20px 15px;
	padding-bottom: 50px;
	padding-right: 15px;
	text-align: justify;
	color: #444444;
	border: 0;
	background: url('../images/logo_ghost.jpg') 250px 20px no-repeat #ffffff;
	min-height: 300px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 760px;
}

H1 {
	display: block;
	float: left;
	width: 790px;
	height: 170px;
	font-family: arial narrow, arial;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: none;
	text-align: left;
	color: #ffffff;
	margin: 0px 0;
	padding: 20px 25px;
	border: 0px solid #eeeeee;
	border-bottom: 0px dashed #cccccc;
	background: url('../images/pageheader.jpg') center center no-repeat #ffffff;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 740px;
	height: 130px;
}

#div_Footer {
	display: block;
	clear: both;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #eeeeee;
	padding: 2px 15px;
	text-align: center;
	background: #205578;
	border: 0;
}
