body{
background-image: url(bwdbg.jpg);
font: 75%/1.335em Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-weight: normal;
color:#000000;
margin:0;
padding:0;
line-height: 1.5em;
}


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

#topsection{
background: transparent;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-image: url(transbg.png);
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: transparent;
}

ul{
list-style-type: none;
padding: 0;
margin-left: 0;
font-weight: normal;
}

ul li a {color: #0000cc; text-decoration: none;}
ul li a:visited {color:#0000cc; text-decoration: none;}
ul li a:hover {color: #0000cc; text-decoration: underline;}
ul li a:active { color:#0000cc; text-decoration: none;}


#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: transparent;
}

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

#footer a{
color: #FFFF80;
}

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