


body {

	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	font: 12px Tahoma;
	padding: 5px;
	margin: 2%;
	margin-top:0;
	top:0;
	}
	
#header {
	margin: auto;

	padding: 0px;
	height: 215px;
	width: 800px;
	}
	
	
img.header{
padding:5px;
}
	
	
#wrapper {
	width: 800px;
	margin: auto;

	}

	
	
#main {
	width: 99%;
	margin: auto;
	padding: 1px;
	}
	
#left {
	width: 73%;
	float: left;

	}
	
	#left p {
		text-align: justify;
		padding-left: 7px;
		padding-right: 7px;
		}
	
#right {
	width: 198px;
	float: right;
	
	padding-bottom: 5px;
	}
	
	#right p {
		color: #939495;
		margin-left: 20px;
		}
		
		#right a, #right a:link, #right a:visited {
			color: #939495;
			}
			
			#right a:hover {
				color: #009900;
				}
	
#footer {
	width: 100%;
	height: 50px;
	line-height: 15px;
	clear: both;
	padding-top: 3px;
	text-align: center;
	color:#6C6C6C;
	font-size: 11px;
	}

#nav {
	margin: auto;
	padding: 2PX;
	border-bottom: 1px solid #cadb37;

	}
h2 {
	width: 100%;
	background:url(images/titlebar.jpg) right center;
	padding-left: 3px;
	font-family: Georgia;
	font-size: 14px;
	text-transform: uppercase;
		}
		
 h3 {
	width: 100%;
	font-family: Georgia;
	font-size: 14px;
	text-transform: uppercase;
	color: #939495;
	text-align: center;
		}

#right ul li {
	padding-bottom: 2px;
	list-style: none;
	list-style-image: url(images/ulside.png);
	border-bottom: 1px solid #939495;
	}

ul li {
	padding-bottom: 2px;
	list-style: none;
	list-style-image: url(images/ul.png);
	}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color:#6C6C6C;
	}

#footer a:hover {
	color:#082D8F;
	}
		
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #082D8F;
	}

a:hover {
	color:#009900;
	}

.centered {
	margin: auto;
	text-align: center;
	display: block;
	padding: 0px;
	}
	
.left {
	float: left;
	padding: 0px;
	}
	
.right {
	float: right;
	padding: 0px;
	}

.style1 {color: #990000}
.style2 {font-weight: bold}