body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #121b20;
	font: 11px Arial;
	color: #000;
}

#maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border-left: 15px solid white;
	border-right: 15px solid white;
	border-bottom: 15px solid white;
	border-top: 0px;
}

#topsection{
	background: #FFF;
	height: 314px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 460px; /*Set left margin to LeftColumnWidth*/
	border-top: 1px solid white;
	border-bottom: 0;
	background: #FFF;
}

#leftcolumn{
	float: left;
	width: 430px; /*Width of left column*/
	margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
	background: #FFF url(../images/redstrip.jpg) repeat-y;
	padding-left: 30px;
	border-bottom: 1px solid white;
}

#leftcolumn h1{
	font-family: "Arial Black", helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

#leftcolumn a{
	color: #990000;
	text-decoration: underline;
}

#leftcolumn a:hover{
	text-decoration: none;
}

#footer{
	clear: left;
	width: 100%;
	background: #121b20;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}

#footer a{
	color: #E7E7E7;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#centeredmenu {
   float:left;
   width:100%;
   background:#fff;
   border: 0;
   overflow:hidden;
   position:relative;
   font-family: "Arial Black", helvetica, san-serif;
   font-size: 11px;
   font-weight: normal;
}

#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:1px;
   position:relative;
   left:50%;
   text-align:center;
}

#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   border-right: 1px solid #253741;
}

#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:4px 10px;
   background:#FFF;
   color:#121b20;
   text-decoration:none;
   line-height:1.3em;
}

#centeredmenu ul li a:hover {
   background:#990000;
   color:#fff;
}

#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#121b20;
   background:#E7E7E7;
   font-weight:bold;
}
