@charset "utf-8";

body{
margin:0;
padding:0;
line-height: 1.5em;
}

#maincontainer{
width: 908px; /*Width of main container*/
margin: 0 left; /*Align container left on page*/
}

#topsection{
background: #EAEAEA;
height: 261px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-top: 0px;
background-image: url("../images/spiral.gif");
  background-repeat: repeat-y;
  margin-left: 160px; /*Set left margin to LeftColumnWidth*/
height: 665px; /*can set to 100% but will be exact height of text*/
overflow:auto; /*will prevent overflow of container*/
}

#contentcolumn2{
margin-top: 0px;
background-image: url("../images/spiral.gif");
  background-repeat: repeat-y;
  margin-left: 160px; /*Set left margin to LeftColumnWidth*/
height: 100%
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -908px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
clear: left;
margin-left: 160px; /*Set left margin to LeftColumnWidth*/
height: 17px;
background: black;
padding: 0px 0;
}

.innertube{
margin-left: 40px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}

