body{
	margin: 0px;
   padding: 0px;
   font-family: Verdana;
   font-size: 15px;
   color:#ffffff;
	background-color: #868571;
}

.header{
	vertical-align: top;
	background-repeat: repeat-x;
	background-image: url(assets/head_spacer.gif);
}

.address{
	position: absolute;
	top: 20px;
	right: 5px;
	font-family: Verdana;
	font-size: 10px;
	color: Gray;
	font-weight: bold;
    text-align: right;
}

.footer {
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-family: Verdana;
    font-size: 9px;
	padding:	5px;
}

.mnNav {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.mnNav:hover {
    font-family: Verdana;
	 color: #ffffff;
    font-size: 12px;
    text-decoration:none;
	 background-color: #660000;
}

.gnContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 14px;
}