@charset "utf-8";
html {
	height: 100%;
}

/* CSS Document */

body {
	color:#000000;
	margin: 0;
	padding: 0;
	background-image: url(images/background_sub_pages.gif);
	background-repeat: repeat;
	height: 100%;
	background-position: center top;
	}
div#wrapper {
	width: 840px;
	background-color:#B0BE21;
	z-index: 0;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	}	

div#nav {
	width: 740px;
	height: 65px;
	padding-top: 50px;
	z-index: 3;
	margin: auto;
	background-image: none;
	position: relative;
	}	

div#navLeft {
	height: 32px;
	text-align:right;
	z-index: 3;
	float: left;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#navRight {
	width: 241px;
	height: 32px;
	text-align:right;
	z-index: 3;
	float: right;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#logo { /* absolutely positioned according to the nav div */
	position:absolute;   
	width: 546px;
	background-image: none;
	height: 305px;
	left: 120px;
	top: 69px;
	z-index: 4;
}	
	
div#content {
	top: 300px;
	width: 756px;
	height:545px;
	z-index: 1;
	margin: auto;
	background-image: url(images/home_page_content.jpg);
	background-repeat: no-repeat;
}


div#footer {
	width: 756px;
	height: 60px;
	margin: auto;
	background-image: url(images/dots_long.gif);
	background-position: center 15px;
	padding-top: 15px;
}
#footerHome {
	margin: auto;
	height: 28px;
	width: 50px;
	background-image: none;
}
#footerLeft {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 20px;
	width: 325px;
	background-image: none;
	margin-top: 25px;
}
#footerRight {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 25px;
	width: 185px;
	background-image: none;
	margin-top: 25px;
}
