﻿html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background:#1cbcf1 url("images/background.jpg") repeat-x;
	color: #000000;
	font: normal 70% 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:#CC0066;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: bold;}
	
h1,h2,h3{color:#333333}

h1 {
	font: bold 22px Georgia, Georgia, serif;
	}

h2{
	font: normal 20px Georgia, Georgia, serif;
	}

h3{
	font: normal 18px Georgia, Georgia, serif;
	}

.clear {
	clear: both;}
#wrapper { background:url(images/wrapper.jpg) repeat-y;
	width: 850px;
	text-align: left;
	margin: 0 auto;}
#header {
	position: relative;
	width: 850px;
	height: 202px;
	background:url(images/header.jpg) no-repeat;
}
#sidebar {
	font-size: 90%;
	float: right;
	width: 220px;
	padding-right:60px;margin-top:15px;}
	#sidebar h2{ margin:0; padding-left:10px;padding-top:10px;background:url(images/h2.jpg) no-repeat; width:236px; font-size:16px; height:35px; font-weight:bold}
	
	#sidebar ul{  list-style:none;
						   width:223px;
						  }
						   
#sidebar ul li{width:212px;display:block;list-style:none; padding-bottom:10px;background:url(images/sidebar-middle.jpg) repeat-y;  border-bottom:#e10759 dotted 1px;padding-left:10px;
margin-left:5px; border-right:#e10759 solid 1px}
#sidebar li a{ color:#666666; text-decoration:none }

#sidebar li a:hover{background:#F3F3F3;color:#CC0066}

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

#content {
	float: left;
	width: 540px;
	line-height: 1.5em;
	padding: 0 0 0 30px;
	text-align:justify;}
#footer {
	background:url(images/footer.jpg) repeat-x;
	clear: both;
	padding:0;
	margin-left:21px;
	text-align: center;
	height: 74px;
	width:805px}

#footer p {
	margin: 0;
	padding: 30px 0 0 0; color:#CCCCCC}

