HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	margin:0 auto 0 auto;
	width:780px;
	background-color:#454545;
	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:#454545;
}

A:hover {
	color:#CC0000;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#454545;
	margin:20px 0 3px 0;
}

H2 { /* Article Author */
	font:bold 11px Arial, Helvetica, sans-serif;
	line-height:10px;
	color:#B9B9B9;
	margin:0 0 5px 0;
}

#wrapper {
	padding:0 5px 0 5px;
	background-color:#FFF;
}

.left {
	width:250px !important;
	background-color:#454545;
}

.menu {
	background-color:#F7F7F7;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	font:11px Arial, Helvetica, sans-serif;
}

.menu a:link, .menu a:active, .menu a:visited {
	display:block;
	text-decoration:none;
	padding:7px 0 7px 30px;
	border-bottom:dotted 1px #D0D0D0;
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	color:#454545;
}

.menu a:hover {
	background-color:#EBEBEB;
}

.ad {
	text-align:center;
	padding:10px 0 0 0;
}

.content {
	padding:0 35px 20px 35px;
}

.footer {
	background-color:#454545;
	text-align:center;
	padding:7px 5px 0 5px;
	color:#919191;
	margin-top:1px;
	font:12px Arial, Helvetica, sans-serif;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#919191;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.footer a:hover {
	color:#FFF;
}