@charset "UTF-8";

body 
{
	color: #000;	/*	black	*/
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	line-height: 1.7em;
}

#container
{
	width: 1000px;
	color: #099;
	margin-left: auto;	/*	These two lines center the container	*/	
	margin-right: auto;
	padding: 0.5em;
} 

#header 
{
	position: relative;
	background-image:url(/local/images/header.png);
	background-repeat: no-repeat;
	height: 180px;
} 

.jquerycssmenu
{
	position: relative;
	left: 24%;
	top: 67%;
}

#mainpage
{
	background-position: bottom;
	background-repeat: repeat-x;
	height: 525px;
	overflow: hidden;
}

#left
{
	float: left;
	width: 40%;
	height: 80%;
	padding-left: 5%;
}

#right
{
	float: right;
	width: 45%;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100%;
	padding-right: 5%;
}


#bottom
{
	float: none;
	clear: both;
	width: 100%;
	height: 60%;
} 

#lefttop
{
	float: left;
	width: 35%;
	height: 40%;
	padding-left: 5%;
} 

#leftbot
{
	float: left;
	width: 35%;
	padding-left: 1.2%;
	height: 60%;
} 

#footer 
{
	position: relative;
	clear: both;
} 

h1
{
	font-size: 3em;
	font-weight: bold;
}

h2
{
	color: #777;
	font-size: 1.7em;
	font-weight: bold;
}

h3
{
	color: #777;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
}

h4
{
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
}

h5
{
	font-size: 0.8em;
}

strong
{
	color: #777;
}

.centre
{
	text-align: center;
}

.red
{
	color: #E00;
}


a:link {color: #099}		/*	Same colour for the links in whatever state.  No idea what this colour is but it matches the default	*/
a:visited {color: #099}		
a:hover {color: #099}		
a:active {color: #099}		


