﻿html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #ffffff url("images/background.jpg") repeat-x;
	color: #000000;
	font: normal 76% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}
a {
	color: #bf0000;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: bold;}
h1 {
	color: #800000;
	font: bold 24px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;}

h2{
	color: #800000;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3{
	color: #800000;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h5 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #800000;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}
.clear {
	clear: both;}
#wrapper {
	background-image: url("images/wrapper.jpg");
	width: 900px;
	text-align: left;
	margin: 0 auto;}
#header {
	position: relative;
	width: 900px;
	height: 214px;
}

#topnav {
	position: absolute;
	left: 60px;
	top: 150px;
	z-index: 1;
	width: 780px;
	text-align: center;
	color: #ffffff;
	height: 30px;
	font-size: 90%;}

#sidebar {
	font-size: 90%;
	float: left;
	width: 250px;
	padding: 0 10px 0 40px;}
	#sidebar h2{ margin:0; padding-left:10px;padding-top:10px;background:url(images/h2.jpg) no-repeat; width:230px; font-size:16px; height:36px; font-weight:bold}
	
	#sidebar ul{ background:#EBEBEB;list-style:none; border:#CCCCCC solid 1px;width: 230px; }
	#sidebar ul li{display:block; background:#EBEBEB;list-style:none; padding-bottom:10px; border-bottom:#930000 dotted 1px;padding-left:10px}
	#sidebar li a{  }
	#sidebar li a:hover{background:#F3F3F3;}

#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 120%;}

#content {
	float: right;
	width: 530px;
	line-height: 1.5em;
	padding: 0 60px 0 10px;
	text-align:justify;}
#footer {
	background: #ffffff url("images/footer.jpg") no-repeat;
	clear: both;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 44px;}
#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;}


