body{
margin:0;
padding:0;
line-height: 1.0em;
}

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

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

#topsection{
background: #ffffff;
height: 140px; /*Height of top section*/
}

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

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

#contentcolumn{
margin: 0 194px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#menucolumn{
margin: 0 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #CCCCCC;
}

#rightnews{
float: left;
background: #336699;
}

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

.centertube{
margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 5;
background: white;
padding: 8px 8px;
}

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

#footer a{
color: #FFFF80;
}

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

.signup {  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 10px; color: #FFFFFF}
.main {  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 11px; color: #666666}
.main_tan {  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 12px; color: #C7BEA1}
.main_brown {  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 12px; color: #493012}
.mainnav {  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 11px; font-weight: normal; color: #999999}
.subnav {  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 10px; font-weight: normal; color: #999999}
.news {  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size: 11px; font-weight: normal; color: #ffffff}
body
{
/*the color here #2c2721 was the bottom color
of my gradient image - a seamless fade*/
background: #000000 url(images/bkgd_new.gif);
}



.mainnav a:link {
	text-decoration: none;
	color: #999999;
	}
.mainnav a:visited {
	text-decoration: none;
	color: #999999;
	}
.mainnav a:hover {
	text-decoration: none;
	color: #cccccc;	}
	
.mainnav a:active {
	text-decoration: none;
	color: #999999;
	}


.subnav a:link {
	text-decoration: none;
	color: #999999;
	}
.subnav a:visited {
	text-decoration: none;
	color: #999999;
	}
.subnav a:hover {
	text-decoration: none;
	color: #cccccc;	}

.subnav a:active {
	text-decoration: none;
	color: #999999;
	}


.main a:link {
	text-decoration: none;
	color: #003470;

	}
.main a:visited {
	text-decoration: none;
	color: #003470;

}

.main a:active {
	text-decoration: none;
	color: #003470;

	}
	
		
.main a:hover {
	text-decoration: none;
	color: #601818;	}


