HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:11px Arial, Helvetica, sans-serif;
	color:#111;
	margin:0 auto 0 auto;
	width:765px;
	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:#660000;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:0;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
	margin-left:10px;
	color:navy;
	font-weight:bold;
}

.ad {
	background-image:url(../img/ad.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding:3px 0 4px 0;
}

.menu {
	background-image:url(../img/main.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding:135px 0 10px 0;
	font:bold 14px Arial, Helvetica, sans-serif;
}

.menu a:link, .menu a:active, .menu a:visited {
	color:#333;
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}

.spacer1 {
	background-color:#333;
	height:10px;
	margin-bottom:5px;
}

.spacer2 {
	background-color:#333;
	height:10px;
	margin-top:15px;
}

.footer {
	text-align:center;
	padding:5px;
}

.left {
	width:210px;
	text-align:center;
	padding-right:10px;

}