@charset "UTF-8";
body {
	background-color: #222222;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-align: center;
}
a img {
	border: none;
}
a:link {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background-color: #888888;
	height: 725px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000;
	border-top-color: #222;
	border-right-color: #222;
	border-bottom-color: #222;
	border-left-color: #222;
}
header {
	height: 200px;
	width: 960px;
	background-image: url(../images/headerb.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #EEE;
}
.sidebar1 {
	float: left;
	width: 1px;
	padding-bottom: 10px;
}
.content {
	width: 959px;
	float: right;
	height: 425px;
	padding-right: 0;
	padding-left: 0;
	color: #EEE;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	position: relative;
	clear: both; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	width: 960px;
	padding-right: 0;
	padding-left: 0;
}

header, section, footer, aside, article, figure {
	display: block;
}
a:hover {
	text-decoration: underline;
	color: #770000;
}

a:hover {
	color: #88441F;
}
a:active {
	text-decoration: none;
}
.hidden-image {
	display:none
}

