body {
	color: #000000;
	padding:0px;
	margin:0px;
	font: 11px Arial, Helvetica, sans-serif;
	background: #3C8822 url(images/bg.gif) no-repeat center top;
}

#container {
	width:600px;
	padding:10px;
	margin:0 auto;
	background:#FFFFFF;
}

#container2 {
	width:770px;
	padding:10px;
	margin:0 auto;
	background:#FFFFFF;
}

h1 {
	display:none;
	}

h2 {
	padding:0px 5px;
	font-size: 16px;
}

p {
	padding:0px 25px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.acronym {cursor:help;}

#nav ul {
	width: 600px;
	height: 22px;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url("images/nav.gif");
}

#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}

#nav li, #nav a, #nav li a.active {
	height: 22px; 
	display: block;
}

#nav ul a, #nav ul a.active {
	text-indent: -10000px;
	text-decoration: none;
}

#nav_what {
	left: 398px; 
	width: 41px;
}

#nav_what a:hover { 
	background: transparent url("images/nav.gif") -398px -21px no-repeat;
}

#nav_who {
	left: 439px; 
	width: 35px;
}

#nav_who a:hover { 
	background: transparent url("images/nav.gif") -439px -21px no-repeat;
}

#nav_how {
	left: 474px; 
	width: 34px;
}

#nav_how a:hover { 
	background: transparent url("images/nav.gif") -474px -21px no-repeat;
}

#nav_visit {
	left: 508px; 
	width: 31px;
}

#nav_visit a:hover { 
	background: transparent url("images/nav.gif") -508px -21px no-repeat;
}

#nav_contact {
	left: 539px; 
	width: 61px;
}

#nav_contact a:hover { 
	background: transparent url("images/nav.gif") -539px -21px no-repeat;
}

/* form styling */

#contactFormArea {width:400px; margin:0 auto;}
fieldset { border:0; margin:0; padding:0; }
label { display:block; }
input.text,textarea { width:400px; padding:3px; margin:1px 0; border:1px solid #ccc; }
input.submit { padding:2px 5px;}

/* slideshow styling */

#rotator
{
	overflow: hidden;
	position: relative;
	width: 599px;
	height: 129px;
}

#rotator img
{
	width: 599px;
	height: 129px;
}
