#wrapper {
width:998px;
margin: 0 auto;
border-left:thin;
border-left-color:#c6c9d0;
border-right:thin;
border-left-color:#c6c9d0;
background:#fff;
}
body {
margin: 0;
padding: 0;
font-family: Helvetica, sans-serif;
font-size: .8em;
line-height: 1.5em;
border-left:thin;border-left-color:#c6c9d0;
border-right:thin;
border-left-color:#c6c9d0;
background:#000;}

div#header{
padding:0;
margin:0 auto;
text-align: left;
background-color: #6a6e6d;
color: #fff;
margin-bottom: 0px;
border-bottom: solid #ED2142 thin;}

#navigation {
float:left;
}
#navigation ul {
list-style-type:none;
line-height:20px;
padding-right:10px;
}
#navigation li {
display:inline;
margin-left:10px;

}
#navigation a {
text-decoration:none;
color:#ffffff;
font-weight:bold;
}
#navigation a:hover{
text-decoration:underline;
color:#FF0000;
}

div#masthead {padding-top: .5%;
padding-bottom:.5%;
padding-right:1%;
padding-left:1%;
text-align: left;
background-color: #6a6e6d;
color: #fff;
margin-bottom: 0;
border-bottom: solid #ed2142 thin;
}


div#footer {padding-left:1%;
padding-top:1%;
padding-bottom:1%;
text-align: left;
clear: both;
background-color: #6a6e6d;
border-top: solid #c6c9d0 thin;}

div#pagehead {padding: 5px;
text-align: left;
margin-right: 20px;
margin-left:  20px;
margin-bottom: 0px;
}

div#maincontent {padding: 5px;
text-align: justify;
margin-right: 20px;
margin-left:  20px;
margin-bottom: 0;
}

div#leftcolumn {
	padding-left: 10px;
	margin-left: 0;
	float: left;
	text-align: left;
	background-color: #999999;
	width: 170px;
}

div#rightcolumn {padding-left: 10px;
padding-right:5px;
margin-right:5px;
float: right;
background-color: #6a6e6d;
color: #ffffff;
width: 155px;}

#today {
text-align:right;
color:#fff;
}

	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#nav li {
		border-bottom: 1px solid #FF0000;
		margin: 0;
		}
		#nav li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 0 solid #ffffff;
		/*border-right: 10px solid #ffffff;
		 /*greenbg*/
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #nav li a {
		width: auto;
		}

	#nav li a:hover {
	background-color: #b00000;
	color: #ccc;
	font-style:oblique;
	font-weight:bolder;
		}