HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#111;
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
	margin:10px auto 0 auto;
	width:775px;
	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;
}

#wrapper {
	background-color:#FFF;
	padding:2px;
}

A:link, A:active, A:visited {
	color:#818D38;
	font-weight:bold;
}

A:hover {
	color:#333;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	text-transform:uppercase;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
}

.ad {
	text-align:center;
	vertical-align:inherit;
}

.darkspacer {
	background-color:#454545;
	height:25px;
}

.greenspacer {
	background-color:#B9C66F;
	height:5px;
}

.menubg {
	background-color:#EDF0D9;
}

.menu {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 3px 3px 0;
}

.menu a:link, .menu a:active, .menu a:visited {
	color:#818D38;
	text-decoration:none;
	padding:7px 0 7px 8px;
	display:block;
	border-bottom:solid 1px #B9C66F;
	margin:1px 0 1px 0;
}

.menu a:hover {
	background-image:url(../img/icon.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#E2E7C0;
}

.content {
	padding:5px 0 5px 0;
}

.center {
	padding:0 3px 0 3px;
	background-color:#EDF0D9;
}

.footer {
	text-align:center;
	padding:10px 5px 10px 5px;
	color:#333;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#333;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}