p, div {
	font-family: Verdana,Helvetica,sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #791515;
	padding: 0px;
    height: 100%;	
}
#head {
	width: 715px;
	height: 150px;
	background-color: #791515;
	text-align: left;
	line-height: 40px;
	padding-left: 35px;
	font-family: Georgia;
	font-size: 15px;
	color: #ffffff;
	z-index: 10;
}
#seperator {
	width: 750px;
	height: 3px;
	background-color: #ffffff;
	line-height: 3px;
	z-index: 10
}
#seperator2 {
	width: 750px;
	height: 3px;
	background-color: #ffffff;
	line-height: 3px;
	z-index: 10
}
#main {
	width: 700px;
	height: 315px;
	background-color: #c0c0c0;
	font-size: 14px;
	line-height: 20px;
	text-align:left;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: auto;
	z-index: 10;
}
#background {
	overflow: hidden;	
	z-index: -1;
	background-color: #791515;
	background-position:0px 0px;
	width: 98%;
	height: 540px;
	position: absolute;
	top: 0px;
}
.logo {
	float: none;
	padding-top: 10px;
}
.pic {
	float: right;
	width: 103px;
	height: 103px;
	padding-right: 15px;
}

a.nav {
	font-family: Verdana, Helvetica ,sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.nav:link {
	color:#ffffff; text-decoration:none; }
a.nav:visited {
	color:#ffffff; text-decoration:none; }
a.nav:focus {
	color:#ffffff; text-decoration:underline; }
a.nav:hover {
	color:#c0c0c0; text-decoration:none; }
a.nav:active {
	color:#c0c0c0; text-decoration:underline; }
.menulink {
	text-align:center;
}

