body {
	background-color: #996633;
	background-image: url(images/template11_02.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.mainnav {
	position: absolute;
	width: 75px;
	left: 70px;
	top: 325px;
}
.mainnav a:link, .mainnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC9966;
	text-decoration: none;
	display: block;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
	text-align: right;
}
.mainnav a:hover, .mainnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #330000;
	text-decoration: none;
	display: block;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	text-align: right;
}





.maincontent {
	position: absolute;
	left: 210px;
	top: 100px;
	width: 580px;
}




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;
}
