/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;
}
#maincontainer{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top:12px;
background-image:url(../img/lines_background.gif);
}

#topsection{
background: #fff;
height: 132px; /*Height of top section*/
}


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

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

#contentcolumn img{
margin: 0 11px 0 13px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#innertube {
padding: 20px 11px 10px 16px;
line-height:1.3em;
}

#leftcolumn{
float: left;
width: 176px; /*Width of left column in pixel*/
margin-left: -760px; /*Set margin to that of -(MainContainerWidth)*/
}
#leftcontent
{
width: 170px;
border-top-style:solid;
border-top-width:5px;
border-top-color:#aaa;
margin-top:0px;
}

#leftcontent img
{
margin-left:5px;
margin-bottom:10px;
}
#rightcolumn{
float: left;
width: 212px; /*Width of right column*/
margin-left: -212px; /*Set left margin to -(RightColumnWidth)*/
}
#rightcontent
{
border-top-style:solid;
border-top-width:5px;
border-top-color:#aaa;
margin-top:0px;
padding-right:0px;
font-size:0.8em;
text-align:left;
float:right;
width:206px;

}
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 10;
}

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