html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0px;            /* required to "hide" distance div */
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top center;
	
}	


#header {
	width: 891px;
	margin: auto;
	padding-top: 0px;
	height: 17px;
	background-image: url('../i/hdrtop.jpg');
}

#container {
	width: 891px;
	margin: auto;
	margin-top: 50px;
}



		#link{
		 	float: left;
		 	margin: 0px 0 0px 20px;
		}
		#link a{
			text-decoration: none;
			color: #000;
		}

#content {
	width: 866px;
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	padding: 0 10px 10px 15px;
	background-image: url('../i/bg.jpg');
	background-repeat: repeat-y;
}

#footer {
	font-size: 12px;
	font-family: helvetica;
	width: 891px;
	height: 40px;
	text-align: left;
	background-color: #0d1a2e;
 }

.img {
border: none;
text-decoration: none;
 }

a img {
border: none;
text-decoration: none;
	}
	
h1 {
	color: #F69321;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}