HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
	color:#111;
	margin:0 auto 0 auto;
	width:751px;
	text-align:left; /* Required for Internet Explorer */
	padding:0px; /* Required for Opera */
	line-height:16px;
	background-color:#BCC5CE;
}

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 {
	font-weight:bold;
	color:#A863A8;
	text-decoration:none;
}

A:hover {
	color:#494857;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#A863A8;
	line-height:0;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
}

#wrapper {
	background-color:#FFF;
	padding:0 15px 0 15px;
}

.ad {
	text-align:center;
	padding:5px;
}

.menu {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#FFF;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	padding:82px 0 17px 0;
	text-align:center;
}

.menu a:link, .menu a:visited, .menu a:active {
	text-decoration:none;
	color:#FFF;
}

.menu a:hover {
	text-decoration:underline;
}

.footer {
	text-align:center;
	padding:5px;
	color:#111;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#111;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}