HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#111;
	margin:0 auto 0 auto;
	width:770px;
	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:#111;
	font-weight:bold;
}

A:hover {
	color:#98B160;
}

H1 { /* Article Title */
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#98B160;
	text-transform:uppercase;
}

H2 { /* Article Author */
	font:bold 11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
}

.ad {
	text-align:center;
	padding:10px;
}

.menu {
	background-image:url(../img/menu.jpg);
	background-repeat:repeat-x;
	padding:10px;
	color:#FFF;
}

.menu a:link, .menu a:active, .menu a:visited {
	color:#FFF;
	text-decoration:none;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.menu a:hover {
	text-decoration:underline;
}

.left {
	width:200px !important;
	background-color:#A9B5CD;
	padding:5px;
}

.content {
	padding:5px;
	background-color:#EBEBEB;
}

.spacer {
	background-image:url(../img/menu.jpg);
	background-repeat:repeat-x;
	height:38px;
}

.footer {
	text-align:center;
	padding:5px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#111;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}