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

body {
	background: #666666;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

li {
	font-size: 14px;
}

.asterisk {
	font-size: 9px;
	font-weight: bold;
}

#container {
	width: 990px;
	border: 1px solid #000000;
	margin: 0 auto;
	background: #FFFFFF;
}

/*header*/
#header {
	background: #000000;
	width: 990px;
	height: 110px;
}

#random_image {
	float: left;
	width: 716px;
	height: 96px;
	padding: 7px 0 7px 14px;
	background: #FFFFFF;
}

#preferences {
	float: right;
	margin: 10px 10px 0 0;
	width: 140px;
}

#accessbuttons {
	position: relative;
	text-align: right;
	width:131px;
	height:21px;
	padding: 4px 6px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/textSize.png)
}

#colour_btns {
	
}
/*/header*/

#subheader {
	height: 38px;
	padding: 2px;
}

#site_title {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	width: 600px;
	display: inline;
	position: relative;
	top: 6px;
	left: 2px;
}

#search {
	position: relative;
	width: 223px;
	height: 28px;
	padding: 5px 0px 0px 10px;
	margin: -22px 0px 0px 0px;
	background-image:url(../images/search.png);
	background-repeat: no-repeat;
	left: 740px;
}

#main_body {
	padding: 0px 20px 0px 20px;
	min-height: 300px;
}

#main_body h2, h4 {
	font-family: Verdana, Geneva, sans-serif;
}

#nav {
	float: left;
	width: 171px;
	position: relative;
	left: -20px;
	top: 26px;
}

#nav ul {
	list-style: none;
	color: #FFFFFF;
	margin: 0;
}

body.ie6 #nav ul, body.ie7 #nav ul {
	margin-top: -4px;
}

#nav li {
	margin-left: -34px;
	padding: 4px 0;
}

body.ie6 #nav li, body.ie7 #nav li {
	margin-left: 2px;
}

#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#content {
	float: right;
	width: 710px;
}

#content p {
	font-family: Verdana, Geneva, sans-serif;
}

#slideshow {
	height: 140px;
	font-weight: bolder;
	color: #fff;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #000;
}

#top_footer {
	border-top: solid 1px;
	text-align: center;
}

#bottom_footer {
	height: 30px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}

#clear {
	clear: both;
}
