body { background-color: #AB1600 ; color: #000033; }

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000033;}

h2 { font-family: Verdana, Arial, Helvetica, sans-serif; color:#000033;  }

marquee {
	background-color: #000033;
	color:White;
	font-size : xx-large;
	font-family : sans-serif;
	border : medium;
	direction : ltr;
}
p { }
i {  color:#F70000 }


#footer { font-size: 75%; text-align: center; color: #000033; border-top: 0px double white; margin-top: 1.5em; padding: 1.5em; }

#banner {
	position: static;
	top: 0;
	height: 70;
	
	z-index: 1
}

#nav { position: absolute; background-color:#0001AE; left:2px; top:85px; width: 125px; height: 80%; z-index: 2; }

#content {
	padding:20px, 20px, 20px, 20px;
	position:absolute;
	left: 125px;
	top: 85px;
	right: 0%;
	z-index: 3;
	background-color : #CCCCCC;
}
