body {
	margin: 0;
	background: #FFFFFF;
	background: url(../images/background.jpg) repeat-y center center; 
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header img {
	position: relative;
	left: 144px;
}
#headerImage1 {
	position: absolute;
	z-index: 100;
	margin-left: 500px;
	margin-top: 58px;
}
#headerImage2 {
	position: absolute;
	z-index: 100;
	margin-left: 605px;
	margin-top: 78px;
}
#headerImage1 img, #headerImage2 img {
	border: 5px solid #FFFFFF;
	margin: 0px;
}
#tagLine {
	padding: 10px 5px 10px 195px;
	margin: 0;
	vertical-align: middle;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #B1130A;
	border-bottom: 3px solid #FFFFFF;
}
#navigation {
	position: absolute;
	width: 155px;
	height: 248px;
	background-color: #182E55;
	padding: 18px 5px 5px 5px;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}
#navigation ul li {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 9.5px;
	text-align: right;
}
.nav:link, .nav:visited, .nav:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.nav:hover {
	display: block;
	text-decoration: underline;
}
.selectedNav:link, .selectedNav:visited, .selectedNav:active, .selectedNav:hover {
	display: block;
	color:#CCCCCC;
	text-decoration: none;
}
#content {
	position: absolute;
	width: 632px;
	margin-left: 165px;
	border-left: 3px solid #FFFFFF;
}
#content #text {
	font-size: 12px;
	padding: 15px 60px 50px 30px;
}
#content #text h1 {
	font-size: 14px;
	color: #009FC7;
}
#content #footer {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding: 0px 60px 0px 30px;
	margin-bottom: 15px;
}
#content #footer p {
	margin: 0px;
}
