HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 auto 0 auto;
	width:796px;
	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:#92AD56;
	font-weight:bold;
}

A:hover {
	color:#666;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#92AD56;
	text-transform:uppercase;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	line-height:10px;
	color:#111;
}

.ad {
	text-align:right;
	background-image:url(../img/main.jpg);
	background-repeat:no-repeat;
	padding:7px 6px 175px 0;
}

.menu {
	background-color:#EAEDEE;
	padding:5px 0 3px 10px;
	color:#408474;
}

.menu a:link, .menu a:active, .menu a:visited {
	color:#408474;
	text-decoration:none;
	font:bold 14px Arial, Helvetica, sans-serif;
}

.menu a:hover {
	color:#111;
}

.content {
	border-right:solid 1px #C4CACE;
	border-left:solid 1px #C4CACE;
	padding:0 7px 0 7px;
}

.footer {
	text-align:center;
	background-color:#EAEDEE;
	padding:5px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#111;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}