/* CSS RESET */

html{background:#333333;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {color:#003300;font:14px/1.231 Houschka-Heavy,Houschka-light;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */



body {
	text-align:center;
	color:#2d4d1c
}
a {
	text-decoration:none;
	color:#003300
}
a:hover {
	text-decoration: underline;
}
#bg {
	background: url(images/home_page_visual_RGB.jpg) no-repeat;
	width:900px;
	margin:0px auto;
	height:900px;
	position:centre;
}
#wrap {
	width:647px;
	text-align:left;
	margin:0 auto;
	
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}



/* header */
#header { height:821px ; background:url(images/masthead_300dpi_RGB.jpg) no-repeat top}
#header h1 { font-size:36px; padding:0px 0 0 0px}
#nav {
	position:absolute;
	top:185px;
	width:661px;
	background:url();
	line-height:50px;
	left: 405px;
	height: 120px;
}
#nav li {float:left;  font-weight:700;  }
#nav a {text-decoration:none; display:block; text-align:center; color:#556f4a}




li.h {width:107px}
li.a {width: 110px; padding-left: 2px;}
li.p {width: 60px; padding-left: 2px; }
li.c {width:100px; padding-left: 2px;}
li.d {width:60px; padding-left: 2px;}
li.f {width:310px;  padding-left: 0px;}


/* content */

        /* text-align is inherited; reset it */
        text-align: left;
        margin-left: auto;
        margin-right: auto;
  
