@charset "UTF-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

h1 {
	font-size:28px;
	color:#006;
	font-weight:normal;
}

h2 {
	font-size:18px;
	color:#FFF;
	font-weight:normal;
	margin:0 0 15px 0;
}

h5 {
	font-size:18px;
	color:#FFF;
	font-weight:normal;
	margin:0 0 35px 0;
}

h3 {
	font-size:18px;
	color:#006;
	font-weight:normal;
	margin:0 0 15px 0;
}

#wrapper #centre p a {}

#wrapper #centre p a:link {
	color:#FFF;
}

#wrapper #centre p a:visited {
	color:#FFF;
	text-decoration:none;
}

#wrapper #centre p a:hover {
	color:#FFF;
	text-decoration:underline;
}

#wrapper #right p a {}

#wrapper #right p a:link {
	color:#FFF;
}

#wrapper #right p a:visited {
	color:#FFF;
	text-decoration:none;
}

#wrapper #right p a:hover {
	color:#FFF;
	text-decoration:underline;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

a:link {
	text-decoration:none;
	color:#006;
}

a:hover {
	text-decoration:underline;
	color:#333;
}

a:visited {
	text-decoration:underline;
	color:#006;
}

a:active {
	text-decoration:underline;
	color:#006;
}

#nav ul {
	margin:20px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	line-height:normal;
	list-style:none;
}
#nav li{
	float:left;
}	
#nav a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin:5px 50px 0px 0px;
	
}
#nav a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin:5px 50px 0px 0px;
}
#nav a:hover {
	colour:#FFFFFF;
	text-decoration:underline;
	margin:5px 50px 0px 0px;
}
.navcurrent {
	background-color:#CCC;
}

#wrapper {
	width:850px;
	margin:0 auto;
}

#header {
	width:850px;
	height:101px;
	float:left;
	background-image:url(../images/header_background.jpg);
}

#nav {
	width:850px;
	height:50px;
	float:left;
	background-image:url(../images/nav_background.jpg);
	margin-bottom:2px;
}

#mainheader {
	width:850px;
	height:200px;
	float:left;
	margin-bottom:10px;
}

#mainheadershort {
	width:600px;
	height:200px;
	float:left;
	margin-bottom:10px;
}

#mainheadershortside {
	width:230px;
	height:200px;
	float:left;
	margin-bottom:10px;
	padding-left:20px;
}

#left {
	width:360px;
	padding-right:20px;
	height:auto;
	float:left;
}

#leftwide {
	width:600px;
	padding-right:20px;
	height:auto;
	float:left;
}

#centre {
	width:195px;
	height:385px;
	float:left;
	margin-right:20px;
	padding:15px;
	background-image:url(../images/grey.png);
	color:#FFF;
}

#right {
	width:195px;
	height:385px;
	float:left;
	padding:15px;
	background-image:url(../images/blue.png);
	color:#FFF;
}

#rightwide {
	width:230px;
	height:auto;
	float:left;
}

#footer {
	width:850px;
	height:50px;
	float:left;
	margin:20px 0 20px 0;
	padding-top:20px;
	border-top:1px solid grey;
	font-size:10px;
}

