HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	margin:0 auto 0 auto;
	width:770px;
	background-color:#252525;
	text-align:left; /* Required for Internet Explorer */
	padding:0px; /* Required for Opera */
	line-height:16px;
}

TABLE {
	border:none; /* Eliminates need for border="" */
	/* width:100%; Eliminates need for width="" */
	border-collapse:collapse; /* Eliminates need for cellspacing="" */
	
}

TD {
	padding:0px; /* Eliminates need for cellpadding="" */
	vertical-align:top; /* Eliminates need for valign="top" */
}

IMG {
	border:0px;
}

A:link, A:active, A:visited {
	color:#67A02D;
	font-weight:bold;
}

A:hover {
	color:#FFF;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#67A02D;
	line-height:0;
	padding-top:5px;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
}

.ad {
	text-align:center;
	padding:10px 0 8px 0;
}

.menubg {
	background-image:url(../img/MENUbg.jpg);
	background-repeat:no-repeat;
	text-align:inherit;
}

.menu {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#999;
	text-align:center;
}

.menu a:link, .menu a:visited, .menu a:active {
	text-decoration:none;
	color:#999;
}

.menu a:hover {
	color:#67A02D;
}

.left {
	width:275px !important;
	background-image:url(../img/LEFTbg.jpg);
	background-repeat:repeat-y;
	padding-top:15px;
	
}

.content {
	padding:15px 15px 15px 15px;
	background-color:#1F1F1F;
}

.footer {
	text-align:center;
	color:#999;
	background-color:#171717;
	padding:5px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#999;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}