* {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	}
	
body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	}
	
#wrapper {
	margin: 0px auto;
	width: 800px;
	background-color:#FFFFFF;
	}
	
#header {
	width: 800px;
	height: 145px;
	background: url('../img/hdr1-1.jpg') no-repeat top left;
	margin: 0px 0px 5px 0px;
	width: 800px;
	color: #333;
	padding-top: 10px;
	}
	
#content {
	margin-bottom: 5px;
	overflow: auto;
	width: 100%;
	}
	
/* Below is the style for the main site title */

#sitetitle { /* Styles for the main site title */
	position: relative;
	top: 75px;  /* shifts text into exact position */
	left: 560px;  /* shifts text into exact position */
	font-family: Georgia, serif; 
	font-size: 30px; 
	line-height: 40px;
	font-weight: 900;  /* 100 is the thinnest font weight */
	color: #FFFFFF; /* nice light orange "autumn" type colour */
	letter-spacing: 8px /* spaces out the letters a bit */;
	font-style: italic;
	}
	
#subtitle {  /* Styles for the sites subtitle */
	position: relative;
	top: 82px;  /* shifts text into exact position */
	left: 400px;  /* shifts text into exact position */
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	letter-spacing: 2px;
	font-style: italic;
	}

#navigation {
	padding-right: 10px;
	padding-left: 10px;
	background: #808080;
	padding-bottom: 10px;
	margin: 0px 0px 5px 0px;
	color: #333;
	padding-top: 10px;
	}
	
/*----------------------------*/
/* 2.4 - Navigation - Level 2 */
/*----------------------------*/
.nav2 {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans serif;
	font-size: .85em;
	}

.nav2 ul {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px rgb(54,83,151);
	border-bottom: solid 1px rgb(54,83,151);
	background-color: #808080;
	font-weight: bold;
	}
	
.nav2 li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.nav2 li a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 5px 10px;
	border-right: solid 1px rgb(54,83,151);
	color: rgb(255,255,255);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 95%;
	}

.nav2 a:hover, .nav2 a.selected {
	color: #FFCC66;
	text-decoration: none;
	}

#maincolumn {
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 10px;
	width: 780px;
	color: #333;
	padding-top: 0px;
	}
	
.mem {   /* These are the styles for the left column links */
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
	padding: 6px;
	background-color: #606060;
}
	
#footer {
	padding-right: 0px;
	padding-left: 0px;
	background: #808080;
	padding-bottom: 10px;
	text-align: center;
	width: 800px;
	color: #333;
	padding-top: 10px;
	}
	
#footer span, #copyright {   /*styles for the copyright text */
	line-height: 20px;
	font-size: 12px;
	color: #ffffff;
	width: 800px;
	font-weight: bolder;
}

.clear {
	clear: both;
	background: none transparent scroll repeat 0% 0%;
	}
