/* CSS Document */
A:link    { color: Black }    /* unvisited links */
A:visited { color: #000}   /* visited links   */
A:hover   { color:#999 } /* user hovers over link*/


body{
margin:0;
padding:0;
line-height: 1.5em;
}


#maincontainer{
width: 870px; 
margin: 0 auto; 
background:#fff;
text-align:center;
/*Center container on page*/
}

#top{
background: #EAEAEA;

}

#top h1{
margin: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 0 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#left{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -865px; /*Set margin to that of -(MainContainerWidth)*/
background: #eee;
}


#footer{
clear: left;
width: 100%;
}

#footer a{
text-align:center;
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-right: 0;
}

.subhead{
background: #38f;
}
