﻿body 
{	
	margin: 0px 0px 0px 0px;
	padding:0px;
}
#header {
	background-color: #990000;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	height: 70px;
	border-bottom-width: thick;
	position:fixed;
	width:100%;
	z-index:10;
	/*Stay on top*/
}
#title {
	background-color: #990000;
	height: 65px;
	width: 400px;
}
#title img {
	position:relative;
	left:10px;
	top:2px;
}
.navi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	position: absolute;
	top: 44px;
	word-spacing:1px;
	letter-spacing:-2px;
}
.navi a {
	text-decoration: none;
	color:#FFCC00;
}
.navi a:hover {
	border-bottom:medium white solid;
	border-bottom-color:#FFCC00;
}
