/* CSS Document */
b{font-size: 110%;}
em{color: red;}

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

#topsection{
background: #EAEAEA;
height: 212px; /*Height of top section*/
}

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

#contentwrapper{
padding-top: 15px;
float: left;
width: 100%;
}

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

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -1004px; /*Set margin to that of -(MainContainerWidth)*/
background-image: url(../images/gray_bg.jpg);
background-repeat: no-repeat;
padding-left: 18px;
height:576px;
margin-top:15px;
}

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

#footer{
clear: left;
width: 100%;
background-image: url(../images/bodyarea1_bg.jpg);
background-repeat: repeat-x;
padding: 0px 0;
}

#footer a{
color: #FFFF80;
}

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

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


