
*
{
	margin: 0;
	padding: 0;
}

body {
	margin: 0px auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	background: #ffffff url(../images/bg.jpg) repeat-x;
}

#wrapper {
	width:960px;
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
	overflow:hidden;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	background: url(../images/content.jpg) repeat-y;/*This is the left hand menu  and content colour*/
	overflow: hidden;
}
	
h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#2C79B3;
	border-bottom:1px solid #E1DFDF;
	padding-bottom:5px;
}

	
#header {
	margin: 0;
	height:192px;
	width:960px;
	border-bottom:1px solid #000000;
	background:url(../images/topbanner.jpg) no-repeat;
}

#header h1 {
	margin:-9000px;
}

p {
	font-size:1.2em;
	margin:15px 0;
}


.list {
	font-size:1.2em;
	margin:10px;
}

#left {
	float:left;
	width:180px;
	padding:5px;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#left li {
	margin-left: 5px;
	text-indent: 5px;
}

#left a {
	background-image:url(../images/navbutton.jpg);
	display: block;
	line-height: 30px;
	height: 30px;
	text-decoration:none;
}
#left a:link, a:visited {
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
#left a:hover {
	color: #24246C;
	text-decoration: none;
}
	

#content {
	float:left;
	width:718px;
	padding:20px;
	color:#000000;
}

strong {
	font-size:1.4em;
}

#footer {
	clear:both;
	width:960px;
	margin:0 auto;
}

#footer p{
	font-size:1.1em;
	text-align:center;
}


