body{
margin:50px 0 0 0;
padding:0;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
/* box shadow only on the left and right sides */
	box-shadow: 6px 0 5px  -5px #222 , -6px 0 5px  -5px #222;   
	-moz-box-shadow: 6px 0 5px  -5px #222 , -6px 0 5px  -5px #222;   
	-webkit-box-shadow: 6px 0 5px  -5px #222 , -6px 0 5px  -5px #222;   
}

#topsection{
background: #993333;
height: 90px; /*Height of top section*/
text-align: center;
}

#topsection h1{
margin: 0;
padding-top: 20px;
font-size: 3em;
font-family: "Times New Roman", Times, serif;
color: #FFCC33;
}

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

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn img{
padding-top:10px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
height: 715px;
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #993333;
color: #FFCC33;
}

#leftcolumn a,
#leftcolumn a:hover,
#leftcolumn a:visited{
	color: #FFCC33;
	text-decoration:none; 
	font-weight: bold;
	line-height: 1.25em;
}
#leftcolumn img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
#footer{
clear: left;
width: 100%;
background: white;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: 11px;
}

#footer a{
color: #FFFF80;
}

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