HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#111;
	background-image:url(../img/background.gif);
	background-repeat:repeat-x;
	margin:0 auto 0 auto;
	width:750px;
	background-color:#670A0A;
	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:#BB1111;
	font-weight:bold;
}

A:hover {
	color:#670A0A;
}

H1 { /* Article Title */
	background-image:url(../img/icon.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#BB1111;
	padding:3px 0 3px 30px;
}

H2 { /* Article Author */
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:10px;
	color:#333;
	font-style:italic;
}

.ad {
	text-align:center;
	padding-top:20px;
	background-image:url(../img/stripe.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.menuBG {
	background-image:url(../img/menuBG.gif);
	background-repeat:repeat-y;
	width:189px;
}

.menu {
	padding:3px;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.menu a:link, .menu a:active, .menu a:visited {
	display:block;
	text-decoration:none;
	background-image:url(../img/menu1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:8px 0 8px 12px;
	color:#70160D;
}

.menu a:hover {
	background-image:url(../img/menu2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFF;
}

.content {
	background-color:#FFF;
	padding:3px 3px 0 3px;
}

.divider {
	border:solid 3px #FFF;
	background-color:#BB1111;
	height:3px;
}

.footer {
	background-color:#FFF;
	padding:10px;
	text-align:center;
}