@charset "utf-8";
/* CSS Document */body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 990px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#AFC186;
}

#topsection{
background: #EAEAEA;
height: 283px; /*Height of top section*/
background-color:#90a955;
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
/*background-color:#FF9900;*/
}

#leftcolumn{
float: left;
width: 170px; /*Width of left column in pixel*/
margin-left: -990px; /*Set margin to that of -(MainContainerWidth)*/
background: #8a2519;
height:inherit;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
height:100%;
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #8a2519;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
	padding: 0px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


