/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 140px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 62px 0 62px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 62px; /*Width of left column in pixel*/
	margin-left: -1024px;
	color: #A2A2A2;
}

#rightcolumn{
float: left;
width: 62px; /*Width of right column*/
margin-left: -62px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
line-height: 17px;
text-decoration: none;
}

#footer a, #footer a:visited{
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	text-decoration: underline;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


