HTML {
	overflow-x:auto; /* Required for Internet Explorer */
}

BODY {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#111;
	background-color:#AAA19C;
	margin:0 auto 0 auto;
	width:730px;
	text-align:left; /* Required for Internet Explorer */
	padding:0px; /* Required for Opera */
}

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;
}

.ad {
	text-align:center;
	padding:10px;
}

.head {
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	padding:195px 0 18px 257px;
	font:bold 11px Arial, Helvetica, sans-serif;
}

.head a:link, .head a:active, .head a:visited {
	text-decoration:none;
	color:#333;
}

.head a:hover {
	text-decoration:underline;
}

.top {
	height:10px;
	background-image:url(../img/top.jpg);
	background-repeat:no-repeat;
}

.middle {
	height:10px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
}

.left {
	padding-left:15px;
}

.right {
	padding-left:5px;
	padding-right:15px;
}

.right a:link, .right a:visited, .right a:active {
	color:#111;
}

.header {
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
}

.author {
	font-style:italic;
}

.bottom {
	height:10px;
	background-image:url(../img/bottom.jpg);
	background-repeat:no-repeat;
}

.footer {
	height:25px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
	padding:10px;
	text-align:center;
}

.footer a:link, .footer a:visited, .footer a:active {
	color:#111;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}