﻿body{
margin:0;
padding:0;
line-height: 1.5em;
background:#121b1d;
font:normal 11px/16px Tahoma;
color:gray;
}

#maincontainer{
width: 884px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top:30px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 185px; /*Set left margin to LeftColumnWidth*/
border:1px silver solid;
height:537px;
padding:10px;
}

#leftcolumn{
float: left;
width: 185px; /*Width of left column*/
margin-left: -890px; /*Set left margin to -(MainContainerWidth)*/
background: #000;
}

#footer{
clear: left;
width: 100%;
background: #121b1d;
color: #FFF;
text-align:right;
padding: 4px 0;
}

#footer a{
color: #bbbdbf;
text-decoration:none;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background:white;
float:left;
}

.innertube ul{
font-weight:bold;
}
.maininnertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background:white;
float:left;
height:537px;
}


#topsection{
background: #121b1d;
height: 150px; /*Height of top section*/
border-bottom:2px solid silver;
}

#topnav{padding:0px; display:inline; float:left;}

.topnav{
font-family:"Century Gothic", trebuchet ms, verdana;
font-weight: bold;
font-size: 110%;
width: 95%;
line-height:20px;
margin-left:20px;
width:650px;
}

.topnav ul{
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.topnav ul li{
display: inline;
}

.topnav ul li a{
color: white;
padding: 0px 12px 4px 18px;
margin: 0;
text-decoration: none;
}


.topnav ul li a:hover{
color: yellow;
}

