HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#36363E;
	color:#B7B7B7;
	margin:0 auto 0 auto;
	width:750px;
	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 {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

A:hover {
	color:#B7B7B7;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:0;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
}

.ad {
	text-align:right;
	padding:1px 0 1px 0;
	background-image:url(../img/logobg.jpg);
	background-repeat:repeat-x;
	vertical-align:inherit;
	padding-right:10px;
}

.spacer {
	height:30px;
	background-image:url(../img/spacer.jpg);
	background-repeat:repeat-x;
}

.menu {
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	background-image:url(../img/LEFTbg.jpg);
	background-repeat:repeat-y;
	width:205px !important;
}

.menu a:link, .menu a:visited, .menu a:active {
	text-decoration:none;
	color:#FFF;
	background-image:url(../img/MENUbg.jpg);
	background-repeat:no-repeat;
	display:block;
	height:20px;
	padding:8px 0 2px 30px;
}

.menu a:hover {
	color:#999;
}

.contentbg {
	background-color:#545460;
}

.content {
	padding:5px;
}

.footer {
	text-align:center;
	padding:25px 0 0 0;
	height:78px;
	color:#B7B7B7;
	background-image:url(../img/footerbg.jpg);
	background-repeat:repeat-x;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#B7B7B7;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}