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:#5F879D;
}

A:hover {
	color:#4D6D80;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#749D5F;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
}

#wrapper {
	background-color:#FFF;
	padding:5px;
}

#feature {
	padding:7px 0 7px 0;
	border-bottom:dashed 1px #CCC;
	margin-bottom:7px;
}

.feature {
	background-image:url(../img/featurebg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:175px;
}

.ftr-inside {
	padding:8px 8px 8px 8px;
}

.logo {
	text-align:right;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	padding:22px 10px 13px 0;
}

.menu {
	background-image:url(../img/menubg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding:13px 0 13px 0;
	font:bold 15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#666;
}

.menu a:link, .menu a:visited, .menu a:link {
	text-decoration:none;
	color:#666;
	background-image:url(../img/arrow.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding:0 0 7px 0;
}

.menu a:hover {
	color:#24536C;
}

.footer {
	text-align:center;
	padding:10px 0 0 0;
	border-top:dashed 1px #CCC;
	margin-top:7px;
}

.footer a:link, .footer a:active, .footer a:visited {
	text-decoration:none;
	color:#666;
}

.footer a:hover {
	color:#5F879D;
}