@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #49301c;
}
body, td, p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12pt;
}
* {
	padding: 0px;
	margin: 0px;
}
#first {
	background-color: #fff;
	display: block;
}
#first-content {
	width: 900px;
	margin: 0 auto;
	padding: 0 50px;
	display: block;
}
#first-left {
	padding: 34px 0 20px 0;
	display: block;
	float: left;
}
#first-right {
	padding: 20px 0 20px 0;
	display: block;
	float: right;
}
#first-clear {
	display: block;
	clear: both;
}
#first h1 {
	font-weight: normal;
	color: #a39683;
	font-size: 16px;
}
#first h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #49301c;
	font-size: 30px;
}
#lang {
	text-transform: uppercase;
	background-color: #8fc73e;
	display: block;
	padding: 0 50px;
	text-align: right;
	font-size: 9pt;
}
#lang a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	float: right;
	color: #49301c;
}
#lang a.lang {
	background-color: #fff;
}
#lang-clear {
	clear: both;
}
#second {
	height: 300px;
	background-color: #8fc73e;
	background-image: url(/public/images/design/second-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	display: block;
}
#second-left {
	height: 300px;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
}
#second-right {
	height: 300px;
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
}
#second-logo {
	padding: 20px 50px;
}
#second-logo a {
	font-size: 24px;
	font-weight: bold;
	color: #49301c;
	background-color: #ffc342;
	width: 195px;
	border: 3px solid #49301c;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}
#second-text {
	padding: 0 0 0 320px;
	width: 350px;
}
#second-text h2 {
	font-family: Georgia, serif;
	font-size: 24pt;
	font-weight: normal;
	color: #49301c;
	margin: 20px 0;
}
#second-text p {
	font-size: 12pt;
	font-weight: bold;
	color: #fbfbd7;
}
#third {
	background-color: #49301c;
	display: block;
}
#third-content {
	background-image: url(/public/images/design/squirrel.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 900px;
	margin: 0 auto;
	padding: 0 50px;
	display: block;
}
#third-menu {
	width: 220px;
	float: left;
	display: block;
	float: left;
	margin: 0 0 200px 0;
}
#third-menu ul, #third-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#third-menu h2 {
	padding: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #49301c;
	background-color: #8fc73e;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #49301c;
}
#third-menu a {
	margin: 0px;
	padding: 10px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dotted #ffc342;
	color: #ffc342;
	display: block;
	text-decoration: none;
}
#third-menu a: hover {
	background-color: #412b19;
}
#third-menu a.current {
	color: #8fc73e;
}
#third-menu form {
	color: #8fc73e;
	background-color: #412b19;
	font-style: normal;
	margin-top: 50px;
	font-size: 10pt;
	padding: 5px 10px; 
	width: 200px;
}
#third-menu form p {
	padding: 5px;
}
#third-text {
	width: 630px;
	float: left;
	padding: 20px 0 0 50px;
	display: block;
	float: left;
}
#third-text h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #ffc342;
	font-size: 24pt;
	margin: 20px 0;
}
#third-text h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #8fc73e;
	font-size: 18pt;
	margin: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8fc73e;
}
#third-text p {
	color: #fff;
	font-size: 12pt;
	margin: 20px 0;
}
#third-text ul {
	color: #fff;
	font-size: 12pt;
	margin: 20px 40px;
	list-style-type: square;
}
#third-clear {
	display: block;
	clear: both;
}
#copyright {
	padding: 10px 0;
	border-top: 1px dotted #ffc342;
	color: #ffc342;
	text-align: right;
	font-size: 10pt;
}
#copyright a {
	text-decoration: none;
	color: #ffc342;
	border-bottom: 1px dashed #ffc342;
}

/* gallery */

#gallery {
	display: block;
	float: left;
	padding: 0 30px;
}
.thumbnail {
	float: left;
	border: 5px solid #412b19;
	margin: 0 20px 20px 0;
}
.full_size {
	border: 1px solid #CFCFCF;
	margin: 20px 20px;
	padding: 3px;
	width: 448px;
	height: 400px;
}

.description {
	text-align: center;
	font-style: italic;
}
.thumbnail_photo {
	border: 1px solid #CFCFCF;
	margin: 10px 10px;
	padding: 3px;
	float: left;
}
