BODY {
	margin: 0 auto;
	font-family: Arial;
	background: url( ../gfx/bg.png ) repeat-x;
	font-size: 11px;
	color: #000000;
}

p {
	line-height: 20px;
	padding: 5px 20px 10px 0px;
}

a {
	color: #000000;
}

h1, h2 {
	font-size: 28px;
}

}

h3 {
	font-size: 18px;
}

div#header {
	margin: 0 auto;
	width: 910px;
	height: 149px;
	padding-right: 90px;
	background: url( ../gfx/logo.png ) no-repeat;
}

div#header ul {
	float: right;
	margin-top: 65px;
}

div#header ul li {
	float: left;
}

div#header ul li a {
	display: block;
	margin: 0 10px;
	color: #387745;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.19em;
}

div#header ul li.active a {
	text-decoration: underline;
	color: #000000;
}

div#header ul li a:hover {
	text-decoration: underline;
	color: #000000;
}
div#container {
	margin: 0 auto;
	width: 867px;
}

div#container div#top-box {
	height: 283px;
	background: #cddccf;
	margin-bottom: 20px;
}

div#top-box div.txt {
	float: left;
	width: 305px;
	padding: 10px 10px 10px 20px;
	background: url( ../gfx/top-box-txt-bg.png ) no-repeat;
}

div#top-box div.image {
	position: relative;
	float: left;
	width: 532px;
	height: 283px;
}

div#top-box div.image div.slideshow img {
	width: 532px;
	height: 283px;
}

div#top-box div.image div.slideshow p {
	width: 453px;
	height: 22px;
}


div#top-box div.image div.corner {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	background: url( ../gfx/top-box-image-corner-bg.png ) no-repeat;
}

div#top-box div.slideshow {
	position: absolute;
	z-index: 1;
}

div#top-box div.slideshow2 {
	position: absolute;
	z-index: 1;
}


div#top-box div.image p {
	margin-top:240px;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 453px;
	height: 22px;
	padding: 12px 0 10px 15px;
	font-size: 1.45em;
	font-style: italic;
	background: url( ../gfx/top-box-image-p-bg.png ) no-repeat;
}

div#container div#content {
	float: left;
	width: 568px;
	padding: 10px 20px;
	background: url( ../gfx/content-bg.png ) no-repeat;
}

div#content img.right {
	float: right;
	margin: 15px;
}

div#container div#right {
	float: right;
	width: 232px;
	background: #e8e7da;
}

div#right div.top {
	height: 12px;
	font-size: 0em;
	background: url( ../gfx/right-top-bg.png ) no-repeat;
}

div#right div.txt {
	padding: 0 10px 5px 10px;
}

div#right div.bottom {
	height: 12px;
	font-size: 0em;
	background: url( ../gfx/right-bottom-bg.png ) no-repeat;
}

div#footer {
	width: 100%;
	margin-top: 50px;
	text-align: center;
	background: #cfded3;
	height: 48px;
	padding-top: 15px;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0em;
}
