/*////////////////
	*	Colour variations for different style groups
	*	v1 : Matt Casey s23 : 29 June 07
////////////////*/

body {
	color: #999999;
}
h1, h2, h3, h4, h5 {
	color: #b5b503;
}
#footer a {
	color: #768d5f;
}
a:hover {
	color: #ff6600;
}

#side {
	display: block;
	width: 960px;
	position: relative;
}

/*logo*/
#side h3 a {
	background: url(/images/logo_large.jpg) no-repeat center center;
	display: block;
	height: 260px;
	width: auto;
}
body {
	background: #f8f8f8;
}
#frame {
	background: #fff url(/images/bg_intro.jpg) no-repeat center bottom;
}

#container {
	width: 300px;
	margin: 0 330px;
	padding: 0;
	z-index: 1;
	overflow: visible;
}
#content {
	width: auto;
	min-height:50px;
	_height: 50px;
	padding: 0;
	float: none;
	display: block;
}
#sitemenu {
	background-image: none;
	color: #89905d;
	width: 300px;
	margin: 0 auto;
	padding: 0;
	display: block;
	float: none;
	clear: none;
	position: relative;
	height: 200px;
	z-index: 1;
}
#sitemenu ul li a.sel,
#sitemenu ul li a:hover  {
	color:white;
	background-color:#8e9671;
}
#sitemenu h2 {
	text-align: center;
}
#sitemenu ul {
	float: left;
	margin: 0 70px;
	display: inline;
	width: 160px;
}
