/* @override http://www.michaelhenley.co.uk/styles/style.css */

a {
	color: #9c163b;
	font-family: 'Century Gothic', Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #5a1125;
}

a:hover {
	color: rgba(156,22,59,0.63);
}

p {
	font-family: 'Century Gothic', Verdana, sans-serif;
	font-size: 98%;
}

html, body {
	background-color: #262721;
	/*height:  100%;*/
}

#container {
	width: 900px;
	background: #8e9696;
	margin: 40px auto 20px auto;
	border-bottom: 3px solid #801432;
	border-top: 3px solid #9c163b;
	border-left: 3px solid #9c163b;
	border-right: 3px solid #801432;
}

h2 {
	font-family: Century Gothic, Verdana, sans serif;
	font-size: 80%;
}

#header {
	padding: 15px 10px 15px 60px;
	border-bottom: 3px double #9c163b;
	border-top: 3px sold #9c163b;
	text-transform: lowercase;
	letter-spacing: -0.1em;
	margin: 0;
}

#header a {
	color: #fff;
	font-family: century gothic;
	font-size: 110%;
	font-weight: lighter;
	letter-spacing: -0.1em;
}

#header_mh {
	background: url(./images/header_mh.jpg);
	
}

#header h1 {
	padding: 0;
	margin: 0;
	font-style: normal;
}

#navright {
	float: right;
	position:  relative;
	width: 150px;
	border-left: #006775 solid 2px;
	padding-left: 10px;
	padding-right: 8px;
	top:  -7.2em;
}

#content {
	padding: 5px 60px 5px 60px;
	background-color: #fff;
	text-align: justify;
}

.footer {
	height: 3em;
	text-align: center;
	font-size: 75%;
	position: relative;
	border-top: 3px double #9c163b;
/*	bottom: -1.5em; */
	padding-top: 5px;
}
