body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/tilegradiant2.jpg);
	background-repeat: repeat-x;
}
.mainleft {
	width: 565px;
	padding-right: 25px;
}
.img {
	padding: 5px;
	border: thin solid #663300;
}
.mainright {
	width: 200px;
	vertical-align: top;
}
.maintable {
	width: 800px;
}
.mainnav {
	height: 45px;
	left: 20%;
	top: 46px;
	position: absolute;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 790px;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
}
.mainnav a:link, .mainnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	padding-left: 20px;
	text-decoration: none;
}

.mainnav a:hover, .mainnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC6600;
	padding-left: 20px;
	text-decoration: none;
}


.maincontent {
	position: absolute;
	width: 800px;
	left: 20%;
	top: 115px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #663300;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #996600;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #009999;
	text-align: center;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #009999;
}
.style1 {
	color: #0066CC;
	font-weight: bold;
}
.style2 {
	color: #CC6600;
	font-style: italic;
	font-weight: bold;
}
