body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: .8em;	
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background-color: #3373c6;
	background-image: url(images/background.jpg);
	background-position: 705px bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#container {
	width: 600px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	margin: 0px;
	margin-left: 100px;
	margin-right: auto;
	padding: 0px;
	background: #fff url(images/header.png) no-repeat;
}

#content {
	padding-top: 350px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
}

#footer {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-color: #001b66;
	border-top: 1px solid #000;
	font-size: .7em;
	color: #fff;
}

h3 {
	margin-bottom: 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #003ea2;
	border-bottom: 1px solid #000;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 1px;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #b21b6b;
}

a:hover {
	text-decoration: none;
	color: #3373c6;
	font-weight: bold;
}
