html, body {
	height: 100%;
	top:inherit;
	left:inherit;
	bottom: inherit;
	right:inherit;
	margin:0px auto;
	position:relative;
	background: url(images/stripe.gif) #FFFFFF;
	background-repeat:repeat-x;

}

#container {
	margin:0px auto;
	top:inherit;
	left:inherit;
	bottom: inherit;
	right:inherit;
	margin:0px auto;
	position:relative;
	width: 100%;
	position: relative;
}

#containFooter {
	top:inherit;
	left:inherit;
	bottom: inherit;
	right:inherit;
	width: 100%;
	height: 100%;
	min-width: 990px;
	min-height: 770px;
	position: relative;
}



/* main content container --------------------------------------*/

#main {
	margin-top: 30px;
	width: 990px;
	height:700px;
	
}

#verttitle {
	width: 1030px;
	overflow:hidden;
	background: url(images/verttitle.png);
	background-position:right;
	background-repeat:no-repeat;
}



/* footer */

#footer {
position: absolute; 
bottom: 1px;
	background-color: #042E72;
	width:100%;
	/*border-top: 3px solid #896a3e;*/
	margin-top:10px;
	height: 50px;
	color: #ffffff;
	text-align:center;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer p {
	color: #5a3520;
	text-align: center;
	font-size: 9pt;
	margin:0;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #bdf5ff;
	text-decoration: underline;
}


