body{
background: #adbfbe;
background-image: url(../img/bg_shadow.gif);
background-repeat: repeat-y;
background-position: center;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
height:100%; 
}

h2{
font: 1.5em Georgia, "Times New Roman", serif;
color: #000;
letter-spacing: 1px;
padding:0px;
margin-top: 2.2em;
margin-bottom: -0.4em;
}

h3{
font: bold 1em Verdana, Arial, sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
margin-top: 2.2em;
margin-bottom: -0.1em;
}

h4{
font: 2.4em Georgia, "Times New Roman", serif;
color: #000;
letter-spacing: 1px;
padding:0px;
margin-top: 2.2em;
margin-bottom: -0.4em;
}

img{
border: 0;
}

a {
	color: #b25216;
	text-decoration: none;
}


a:hover {
	color: #000;
	background: #fafbd7;
	text-decoration: none;
	}
	
h1	a {
	color: #FFF;
	text-decoration: none;
		}

h1	a:hover {
	color: #c3c3c3;
	text-decoration: none;
	background: #000;
	}

h2	a {
	color: #000;
	background: #fafbd7;
	text-decoration: none;
	}


h2	a:hover {
		color: #b25216;
		background: #fafbd7;
		text-decoration: none;
		}

#content{
font-size:12px;
color: #323232;
font-family: verdana, arial, sans-serif;
line-height: 1.7;
padding:0px;
background: #FFF;
}

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

#topsection{
color: #FFF;
background: #000;
height: 130px; /*Height of top section*/
}

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

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

#contentcolumn{
margin-right: 260px; /*Set right margin to RightColumnWidth*/
border-right: 1px solid #999;

}

#rightcolumn{
float: left;
width: 260px; /*Width of right column*/
margin-left: -260px; /*Set left margin to -(RightColumnWidth) */

}

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

#footer a{
color: #FFFF80;
}

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

.innertuberight{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 60px;
line-height: 1.2;
height:100%; 
}

.related{

line-height: 1.4;
}

img.floatLeft { 
    float: left; 
    margin: 6px 8px 0px 0px; 
}