


body {
	background-color: #eeeeee;
	//backgroundd: url(/bg.jpgg);
	font-family: "verdana", "trebuchet ms", arial, verdana, sans-serif;
	font-size:12px;
	color:maroon;
}

a {
	color:maroon;
	text-decoration:none;
}

.sponsors {
	border-style:solid;
	border-color:white;
	border-width:1px;
	background-color:#dddddd;
	color:brown;
	position:absolute;
	left:12px; top:171px; width:800px; height:83px;
	padding:5px;
}

.smallnav {
	border-style:solid;
	border-color:white;
	border-width:1px;
	background-color:#dddddd;
	color:ivory;
	position:absolute;
	left:12px; top:290px; width:800px; height:36px;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.maincontent {
	border-style:solid;
	border-color:maroon;
	border-width:1px;
	background-color:white;
	color:maroon;
	position:absolute;
	left:12px; top:330px; width:800px; height:auto;
	padding:10px;
	overflow:auto;
	//backgroundd: url(/book.giff);
}

.footer {
	border-style:solid;
	border-color:white;
	border-width:1px;
	background-color:#dddddd;
	color:#dddddd;
	
	position:absolute;
	left:830px; top:21; width:120px; height:auto;
	font-size:9px;
	font-family:arial;
	padding:5px;
	text-align:center;
}

