HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#111;
	background-image:url(../img/background.jpg);
	margin:0 auto 0 auto;
	width:764px;
	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:#666;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	font-style:italic;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
}

#wrapper {
	background-color:#E6F5FF;
	border-left:solid 2px #A5A5A5;
	border-right:solid 2px #A5A5A5;
}

.menu {
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	padding:130px 0 10px 20px;
	font:14px Arial, Helvetica, sans-serif;
}

.menu a:link, .menu a:active, .menu a:visited {
	text-decoration:none;
	padding:2px;
}

.menu a:hover {
	background-color:#CEECFF;
	color:#000;
}

.centerBG {
	background-color:#FFF;
}

.content {
	padding:5px;
}

.ad {
	text-align:center;
	padding:5px;
}

.right {
	width:250px !important;
}

.footer {
	background-color:#E7E7E7;
	text-align:center;
	padding:5px;
	border-bottom:solid 3px #003399;
}

.footer a:link, .footer a:active, .footer a:visited {
	text-decoration:none;
	color:#111;
}

.footer a:hover {
	text-decoration:underline;
}
