/* CSS Document */

html{
margin:0;
padding:0;
height:100%;
}

body{
font-family:Arial, Helvetica, sans-serif;
background-color:#FFF;
margin:0;
padding:0;
height:100%;
}

#centred{
margin:0 auto;
width:760px;
background-color:#FFF;
height:100%;
}

#header{
width:760px;
height:30px;
background-color:#fcce59;
text-align:right;
margin-top:13px;
	background-image:url(images/grad1.jpg);
	background-repeat: repeat-x;
}

#header h2{
color:#577515;
font-size:12px;
margin-right:20px;
margin-top:10px;
font-weight:bold;
}

#herographic{
height:232px;
width:760px;
}

#navbar{
	height:30px;
	width:760px;
	background-color:#fcce59;
	background-image:url(images/grad1.jpg);
	background-repeat: repeat-x;
}

#mainnav{
padding:0px 0px 0px 5px;
width:535px;
float:left;
}

#contact{
padding:0px 0px 0px 10px;
width:210px;
height:30px;
float:left;
background-color:#85B31F;
background-image:url(images/grad2.jpg);
background-repeat:repeat-x;
}

#navbar li{
	font-size:12px;
	float:left;
	list-style-type: none;
	padding-left:15px;
}

#mainnav a{
color:#577515;
	text-decoration:none;
}

#mainnav a:hover{
color:#000;
}

#navbar ul{
margin:0;
padding-top:5px;
font-weight:bold;
}

#contact a{
color:#fcce59;
	text-decoration:none;
}

#contact a:hover{
color:#000;
}




#content{
width:760px;
height:100%;
}

#maincontent{
padding:20px;
width:500px;
height:100%;
float:left;
}

#maincontent li{
font-size:12px;
color:#333;
margin:0px 0px 0px 0px;

}

#secondnav{
padding:10px;
width:199px;
float:left;
background-color:#fcce59;
background-image:url(images/sidenav_bg.jpg);
background-repeat:no-repeat;
height:100%;
}

#secondnav li{
font-size:12px;
color:#000;
font-weight:bold;
list-style:none;
padding:0;
margin:0 0 10px 0;
}

#secondnav a{
color:#577515;
}

#secondnav ul{
padding:10px;
margin:0;
}

#secondnav a:hover{
color:#000;
}

h1{
font-size:16px;
font-weight:bold;
color:#577515;
margin:0px 0px 10px 0px;
}

h2{
font-size:16px;
font-weight:normal;
color:#577515;
margin:0px 0px 10px 0px;
}

p{
font-size:12px;
color:#333;
margin:0px 0px 10px 0px;
}

#maincontent a{
color:#577515;
font-weight:bold;
}

#maincontent a:hover{
color:#000;
font-weight:bold;
}

#footer{
text-align:center;
font-size:12px;
}
