HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	background-color:#000;
	font:11px Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0 auto 0 auto;
	width:780px;
	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:#CCC;
}

A:hover {
	color:#FFE402;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#FFE402;
	line-height:0;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
	margin-left:10px;
	font-weight:bold;
}

.menu {
	background-color:#E0E0E0;
	padding:10px 0 10px 0;
	text-align:center;
	font:bold 13px Arial, Helvetica, sans-serif;
}

.menu a:link, .menu a:active, .menu a:visited {
	background-image:url(../img/ICOmenu.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 5px 5px 25px;
	color:#111;
	text-decoration:none;
}

.menu a:hover {
	color:#666;
}

.left {
	width:200px !important;
	padding:10px;
}

.right {
	padding:10px;
}

.ad {
	text-align:center;
}

.footer {
	text-align:center;
	background-color:#E0E0E0;
	color:#111;
	padding:4px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#111;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.article {padding:10px;}