html{
	margin: 0;
	padding: 0;
	border: none;
	}
body{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;	
	background-color: #9f2424;
	color: White;
	text-align: center;
	padding: 25px;
	}

#header{

	margin: 0px 0px 10px 0px;
	height: 140px;
	padding: 0px;	
	text-align: center;
}



#menu{
	float: left;
	width: 115px;
}

#menu a, #menu a:visited
{
text-align: left;
background-color: Black;
text-decoration:none;
color: White;
display: block;
width: 8em;
padding: 0.2em;
border-right: 5px solid #fff

}

#menu a:hover{
	border-right: 5px solid #787878
}


#main{
  	margin: 0px 0px 0px 155px;
	padding: 15px;
	text-align: left;
	color: White;
	background-color: Black;
		}
	
#footer{
	background-color: White;
	color: Black;
	text-align: center;
	padding: 15px;
	font-size: small;
	clear: both;
	height: 15px;
}

#menu a.current, #menu a#link .current, #menu a#visited .current {
	border-right: 5px solid #787878;
	background-color: White;
	color: Black;
}