HTML {
	overflow-x:auto; /* Required for Internet Explorer */
}

BODY {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	background-color:#151515;
	margin:10px auto 0 auto;
	width:780px;
	text-align:left; /* Required for Internet Explorer */
	padding:0px; /* Required for Opera */
}

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:#F19A0C;
}

A:hover {
	color:#FFF;
}

.menu {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/menu.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding:6px 0 8px 0;
}

.menu a:link, .menu a:visited, .menu a:active {
	color:#999999;
	text-decoration:none;
}

.menu a:hover {
	color:#FFF;
}

.content {
	background-color:#252525;
}

.left {
	padding:5px;
}

.ad {
	text-align:center;
	padding:0 5px 5px 5px;
}

.header {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#F19A0C;
}

.author {
	font-style:italic;
	padding-bottom:4px;
}

.right {
	width:200px !important;
}

.footer {
	background-color:#252525;
	color:#777;
	padding:5px;
	text-align:center;
	border-top:solid 1px #454545;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#777;
	text-decoration:none;
	font-weight:bold;
}

.footer a:hover {
	color:#FFF;
}