body {
	font-size: medium;
       font-family : Verdana, Arial, Helvetica, sans-serif;
       margin: 0px;
       padding: 0px;
	color: White;
	background-color: black;
} 

A {
	color: White;
	text-decoration: none;
}

A:Hover {
	color: red;
	text-decoration: underline;
}

H1, H2, H3, H4 {
	font-variant: normal;
	background-color: #307473;
	color: Black;
	width: 100%;
	padding-left: 10px;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#promo {
	position: absolute;
	left:300px;
	width: 906px;
	height: 746px;
	z-index: 2;
	background-image: url(images/promo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#mainpane {
	position: absolute;
	left:300px;
	top: 0px;
	width: 906px;
	height: 746px;
	z-index: 3;
	overflow-y: scroll;
	overflow-x: hidden;
}
