body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(images/background.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
}

#container{
	width: 760px;
	margin: 0px auto;
}

#header{
	height: 155px;
	background-attachment: scroll;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#mainnav{
	height: 30px;
	background-image: url(images/main_nav-background.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 10px;
}

#mainnav ul{
	margin:0px;
	padding-top: 6px;
}

#mainnav li{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#mainnav ul li a{
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav ul li a:hover{
	color: #1C1311; 
	text-decoration: none;
}

#content{
	width: 740px;
	margin-left: 10px;
	margin-right: 10px;
}

#content li{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#content a{
	color: #FFCC00;
	text-decoration: none;
}

#content a:hover{
	color: #FFFFFF; 
	text-decoration: none;
}

#content #text {
	float:left;
	color: #CCCC99;
}

#content #text a{
	color: #FFCC00;
	text-decoration: none;
}

#content #text a:hover{
	color: #FFFFFF;
	text-decoration: none;	
}

#content #logo {
	float:right;
	padding-right: 10px;
}

.hidden {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

#content h1 {
	color: #CCCC99;
	font-size: 130%;
	font-weight: bold;
}

#content h2 {
	color: #CCCC99;
	font-size: 110%;
	font-weight: bold;	
}

.centre {
	text-align: center;
}

#content h3 {
	font-weight: bold;
	font-size: 100%;
}
