body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #022549;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

		body a:link {
			color: #FFFFFF;
			text-decoration: none;
}
		body a:visited {
			color: #FFFFFF;
			text-decoration: none;
}
		body a:hover {
			color: #800303;
			text-decoration: none;
}
		body a:active {
			color: #D1CFCF;
			text-decoration: none;
}
img {
border: none;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 750px;
	height: 135px;
	overflow: hidden;
}

#container {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#content {
	font-size: smaller;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	color: #2a2a2a;
}
		#content p {
			margin-top: 0px;
			margin-left: 20px;
			margin-bottom: 5px;
			text-align: center;
			width: 710px;
		}
		#content ul {
			text-decoration: none;
			font-size: 8px;
			color: #102372;
			margin: 0 auto;
			padding-left: 0;
			text-align: center;
		}
		#content span {
			text-align: center;
		}
		#content li {
			margin: 0 auto;
			text-decoration: none;
			display: inline;
			}
		#content h1 {
			text-align: center;
			margin-bottom: 0px;
		}
#contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	text-align: center;
	height: 67px;
}
#form {
	background-image: url(../images/form_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	width: 718px;
	margin-left: 15px;
}
		#form ul {
			text-decoration: none;
			color: #000000;
			font-size: 12px;
			margin: 0 auto;
			padding-left: 30px;
			text-align: left;
			list-style: none;
		}
		#form li {
			margin: 0 auto;
			text-decoration: none;
			display: block;
			padding-top: 5px;
			}
#footer {
	width: 750px;
	height: 103px;
	margin: 0 auto;
	text-align: center; 
	font-size: 12px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer p {
	text-align: center;
	padding-top: 35px;
}
