body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #333;
	margin: 0px;
	
}
* {
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}




#wrapper {
	margin: 0 auto;
	width:900px;
	background-color:#333;
	min-height: 200px;
	
}

#header {
	width:900px;
	height:60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#nav {
	text-align:right;
	float:right;
	width:400px;
	padding-top:25px;
	padding-right:25px;
	margin-right: 20px;
	margin-bottom: 5px;
}

#banner {
	width:100%;
	background-color:#900;
	height:105px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	background-image: url(images/banner_bkgrd.jpg);
	padding-bottom: 5px;
}
#buttons {
	float: right;
	height: auto;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#banner_image {
	height: 100px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


#content {
	float:left;
	width:480px;
	
}


#right_bar {
	float:right;
	width:220px;
	padding-top:10px;
	padding-bottom:20px;
	
}



#footer {
	clear:both;
	width:100%;
	background-color:#333;
	color:#FFF;
	text-align:center;
	height: auto;
	background-image: url(images/footer_bkgrd.jpg);
	padding-top: 10px;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
}
#logo {
	float: left;
	height: auto;
	width: auto;
}




a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	padding-left:3px;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#933;
	text-decoration: none;
}
	

.header {
	font-family:Verdana, Geneva, sans-serif;
	color:#C33;
	font-size:12px;
	font-weight: bold;
}

a.header {
	color:#933;
	font-size:14px;
}

a.header:hover {
	color:#933;
}
#main_content {
	padding-top:20px;
	padding-bottom:30px;
	float:left;
	width:880px;
	text-align:justify;
	padding-left: 20px;
}
#centre_content {
	height: auto;
	width: 600px;
}
