HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	background-color:#454545;
	font:11px Arial, Helvetica, sans-serif;
	color:#111;
	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:#CC0000;
}

A:hover {
	color:#660000;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;

}
H1.bottom-article {margin-top:20px;}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:7px;
	margin-left:15px;
	font-weight:bold;
	
}

#wrapper {
	background-color:#FFF;
	padding:5px;
}

#feature {
	padding:7px 0 7px 0;
	border-bottom:dashed 1px #CCC;
	border-top:dashed 1px #CCC;
	margin-bottom:7px;
	margin-top:7px;
}

.ad {
	text-align:center;
	margin-top:7px;
}

.menu {
	background-image:url(../img/menubg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#999;
	padding:7px 0 7px 0;
	margin-top:1px;
}

.menu a:link, .menu a:active, .menu a:visited {
	padding:5px;
	color:silver;
	text-decoration:none;
}

.menu a:hover {
	color:#FFF;
	background-color:#777;
}

.feature {
	background-image:url(../img/featurebg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:180px;
}

.ftr-inside {
	padding:15px 8px 8px 10px;
}

.left {
	border-right:dashed 1px #CCC;
	width:50%;
	padding:10px;
}

.right {
	padding:10px;
}

.footer {
	text-align:center;
	color:#999;
	padding:5px;
}

.footer a:link, .footer a:link, .footer a:visited {
	color:#999;
	text-decoration:none;
}

.footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
.article {margin-left:20px;margin-right:20px}

a.sitemap {color:#024560}
a.sitemap:hover  {color:#024560}
a.sitemap:visited  {color:#024560}
