@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bgHatch.png);
	background-repeat: repeat;
	margin: 0 auto;
}
body,td,th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	font-size: 14px;
	color: #8cc63f;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8cc63f;
}
a:hover {
	text-decoration: none;
	color: #b3b3b3;
}
a:active {
	text-decoration: none;
	color: #8cc63f;
}

#wrapper { 
 margin: 0 auto;
 width: 960px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 350px;
 width: 960px;
 display: inline;
}

#header {
 color: #333;
 width: 960px;
 height: 260px;
 float: left;
 background-image: url(images/home-title.png);
 background-repeat: no-repeat;
 margin-top:150px;

 
}

#footer { 
 width: 100%;
 height: 300px;
 clear: both;
 color: #333;
 background: #524A54;
 margin: 0 auto;

}

#navwrap {
 float: left;
 width: 100%;
 height: 63px;
 color: #333;
 background: #524A54;
 margin: 0 auto;
 z-index: -1;
}

.logo {
	position: absolute;
	background-image: url(images/main-logo.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 188px;
	margin: 0 auto;
	left: 485px;
}

#navigation {
	width: 960px;
	 margin: 0 auto;
}
	
#leftnav {
	width: 390px;
	height: 63px;
	z-index: 1;
	float: left;
	position: relative;
	background-color: #FFC;
}

#rightnav {
	width: 390px;
	height: 63px;
	float: right;
	position: relative;
	background-color: #FFC;
}

