body {
	background-color: #000022;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#mainContent {
	background-image: url(/assets/images/windowscene.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 400px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#hdrDiv {
	background-image:url(/assets/images/ivlogogill.jpg);
	position: absolute;
	height: 60px;
	width: 400px;
	left: 325px;
	top: 7px;
}
#wrapper {
	width: 80%;
    background-color:#000022;
    margin-top: 10%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000000;}
#mainNav {
	position: absolute;
	left: 371px;
	top: 89px;
	color: #ffffff;
	width: 346px;
	text-align: right;
}
#mainNav a {
	text-decoration:none;
	color:#ffffff;}

#mainNav a:hover {
	color:#000033;
	background-color:#ffffff;}

