body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}


#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background : url("media/header.png");
height: 200px; /*Height of top section*/
}

#topsection h1{
margin: 0;
font-size : 12px;
font-family : "arial";
text-align: left;
padding-top: 5px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 0px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn a{
color: #cc0000;
text-decoration: none;
font-weight: bold;
}

#contentcolumn a:hover{
color: #000000;
text-decoration: none;
}




#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -940px; /*Set margin to that of -(MainContainerWidth)*/
background: #FFFFFF;
color: #FFF;
font-family : "arial";
font-size : 0.9em;
}
#leftcolumn td{
text-align: left;
background: black;
border: white;
}

#leftcolumn a{
font-family : "arial";
text-decoration: none;
font-weight: bold;
font-size : 1em;
color: white;
}

#leftcolumn a:hover{
font-family : "arial";
text-decoration: none;
font-weight: bold;
font-size : 1em;
color: #FF0000;
}

#footer{
font-family : "arial";
font-size: 0.8em;
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#footer a:hover{
color: #FF0000;
text-decoration: none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

