/******* Structure *******/

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #fff;
	font: 85%/1.5em Verdana, sans-serif;
	text-align: center;
}
a, img {
	border: 0px solid #FFFFFF;
	text-decoration: none;
}
a {
	color: #008f00;
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	background: url("../img/logo_back.jpg") left top repeat-x;
	height: 100px;
	width: 100%;
	text-align: center;
	z-index: 3;
}
#header img {
	display: inline;
	position: relative;
	margin: 0px auto;
}

#navigation {
	position: fixed;
	left: 0px;
	top: 100px;
	background: url("../img/navigation.jpg") left top repeat-x;
	height: 46px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0px auto;
	clear: both;
	text-align: center;
	line-height: 46px;
}
#navigation li {
	display: inline;
	position: relative;
}
#navigation a {
	display: inline-block;
	margin: 5px 0px;
	padding: 6px;
	text-decoration: none;
	line-height: 2em;
	height: 26px;
	font-weight: 400;
}
#navigation a:hover, #navigation .current {
	background-color: #E38583;
}
#content {
	position: relative;
	z-index: 1;
	top: 150px;
	margin: 0px;
	width: 100%;
}
#content div {
	width: 100%;
}

#content .head {
 	height: 15px;
	background: url("../img/head.jpg") center bottom no-repeat;
}
#content .body {
	position: relative;
	width: 100%;
	background: url("../img/body.jpg") center top repeat-y;
}
#content .body .information {
	display: inline-block;
  	width: 750px;
  	margin: 0px auto;
  	padding: 5px;
  	overflow: hidden;
  	text-align: left;
  	clear: both;
}
#content .body .information h1 {
	padding: 0px;
	font-size: 120%;
	margin: 5px 3px 5px 2px;
}
#content .body .information img {
	display: inline;
	position: relative;
	width: 750px;
	margin: 5px 3px 5px 2px;
}
#content .body .information p {
	position: relative;
	margin: 5px 3px 5px 2px;
}
#content .body .information ul, #content .body .information li {
	position: relative;
	margin: 5px 5px 5px 20px;
}
#content .body .information ol {
	position: relative;
	margin: 5px 5px 5px 20px;
	list-style-type: none;
}
#content .body .information .left {
	float: left;
}
#content .body .information .right {
	float: right;
}
#content .body .information .small {
	width: 370px;
	display: inline;
}

#content .body .gallery {
    display: block;
  	width: 750px;
  	margin: 0px auto;
  	padding: 0px;
  	overflow: visible;
  	text-align: left;
}

#content .body .gallery .picture {
	width: 240px;
	display: inline;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#content .body .gallery .picture a {
	width: 240px;
	display: inline-block;
	padding: 0px;
	margin: 5px -4px 5px 9px;
}
#content .body .gallery .picture img {
	width: 240px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#content .body .gallery .big, #content .body .gallery .big img, #content .body .gallery .big a {
	width: 750px;
	margin: 0px;
}

#content .body .gallery .navigation {
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	background: url("../img/gallery.jpg") left top no-repeat;
}

#content .body .gallery .navigation p {
	width: 33.3%;
	display: block;
	top: 5px;
	position: absolute;
	text-align: center;
	height: 20px;
}
#content .body .gallery .navigation .previous {
	left: 0px;
}
#content .body .gallery .navigation .current {
	left: 33.3%;
}
#content .body .gallery .navigation .next {
	left: 66.6%;
}
#content .body .gallery .navigation a {
	margin: 0px 5%;
	width: 90%;
	display: block;
}
#content .body .gallery .navigation a:hover {
	background-color: #E38583;
}

#content .body .gallery .description {
	width: 100%;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#content .foot {
 	height: 15px;
	background: url("../img/foot.jpg") center top no-repeat;
}