html, body {
	width: 100%;
	height: 100%;
	
	padding: 0px;
	margin: 0px !important;
	border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	background-color: #ffffff;
	color: #000000;
	
	text-align: center;
}

a {
	color: #568c3e;
}

a:hover {
	color: #000000;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 960px;
	
	margin: 0px auto;
	
	background-image: url(../../images/structure/main.jpg);
	background-position: 0px 169px;
	
	text-align: left;
	
	z-index: 0;
}
#top {
	background-image: url(../../images/structure/bg_top.jpg);
	background-repeat: no-repeat;
	height: 169px;
	width: 960px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}	
#slideshow_top {
	position: absolute;
	top: 0;
	right: 0;
}	
#content {
	width: 718px;
	padding: 20px 30px 20px 212px;
	margin: 0px;
	min-height: 1000px;
}


#nav {
	position: absolute;
	top: 181px;
	left: 0px;
	width: 182px;
	text-align: center;
}

#naw {
	position: absolute;
	top: 840px;
	left: 40px;
	
	text-align: center;
}

#logos img {
	padding-bottom: 6px;
}

#marquee {
	position: absolute;
	top: 169px;
	left: 179px;
	width: 779px;
	
	text-transform: uppercase;
	font-weight: bold;
	color: #568c3e;
}

#marquee p {
	margin: 0px;
}
