/*
=Colours
lighter Green #BEC94B
light green #AAB938
mid green #708F3B
dark green #576D31
logo green #AAB737
H2 red #991451
H3 white
brown #96897A;


*/

/* Layout */

html {
	
	margin: 0;
	padding: 0;
	background-color: Black;
	background-image: url(back.gif);
}

body {

	margin: 0;
	padding: 0;

}
img {
border:none;
}

p {
color: #6B7F2D;
font-size:1.0em;
font-weight:normal;
line-height:1.3em;
font-family:  Arial, Helvetica, sans-serif;
margin-top:0px;
}

h1 a { border: none !important; }

h2 { font: bold 20px arial; color: white;  }

h3 { margin: 10px 0 0 0; padding: 0 0 10px 0; font: bold 14px arial; color:#96897A; }
#container {
	margin:  auto;
	padding: 0;
	width:900px;
	text-align: center;
	background-color:none;
	
}

#header {
	background-color: #bec94b;
	width: 900px;
	height: 311px;
	Margin: 0px 0px 0px 0px;
	background-image: url(small5.gif);
	background-repeat: no-repeat;
}	


#content {
	width:900px;
	height: 440px;
	text-align: center;
	background-color: none;
	background-image: url(bg10.gif);
	background-repeat: Repeat;
}
.banner {
	height:350px;
	width:400px;
	display:block;
	text-align:center;
}
#scroller {height:50px;}
#footer {
	margin: 0px 0px 0px 0px;
	padding-top:7px;
	width:900px;
	height: 33px;
	font-size: 14px;
	color: white;
	font-family:  Arial, Helvetica, sans-serif;
	background: url(images/bg_footer.jpg ) #000000 no-repeat;
	clear: both;
}
#footer #copyright {
	float:left;
	padding-left:20px;
	
	
}
#footer #design {
	float:right;
	padding-right:20px;
	
}

#footer a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #BEC94B;
}

/* navigation */	

#navcontainer
{
font-family: "Verdana",Helvetica,Arial,Geneva,sans-serif;
margin: 7px 0px 0px 85px;
width: 90%;
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_three */

.menu3 {padding:0 0 0 32px; margin:0; list-style:none; height:41px; background: url(images/bg_menu.jpg ) #000000 no-repeat; position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.menu3 li {float:left;}
.menu3 li a {display:block; float:left; height:35px; line-height:35px; color:#CDF2CC; text-decoration:none; font-size:14px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu3 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu3 li.current a {color:#fff; border-bottom:3px solid #BEC94B;}
.menu3 li.current a b {background:none;}
.menu3 li a:hover {color:#fff; border-bottom:3px solid #BEC94B;}
.menu3 li a:hover b {background:none;}
.menu3 li.current a:hover {color:#fff; background:none; cursor:default;}
.menu3 li.current a:hover b {background:none;}

/* Links */

a, a:visited { color: white; 
text-decoration: none;
} 

	


a:hover {
	text-decoration: none;
	color: #000000;
}






