* { margin: 0; padding: 0; outline: 0; }

html {
	height: 100%;
	color: #FFF;
}

body {
	font-size: 15px;
	line-height: 1.3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #596c3f;
	min-width: 100%;
	padding: 28px 0 0 0;
	background-color: #C9D5C9;
}

a {
	color: #677C5D;
	text-decoration: none;
	cursor: pointer;
}
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell {
	padding: 15;
	margin: 0 auto;
	width: 975px;
	background: url(images/main.jpg) bottom right no-repeat #fff;
	border: 2px solid #333;
}

.shell2 {
	padding: 25;
	margin: 0 auto;
	width: 975px;

}

#header { height: 80px; border-bottom: solid 1px #eeebe8; position: relative;  }

#logo {
	position: absolute;
	top: 5px;
	left: 10px;
}
#logo a { display: block; width: 381px; height: 92px; background: url(images/logo.png); }

#navigation ul {
	list-style: none;
	float: right;
	margin: 45px 0 0 0;
}
#navigation li {
	float: left;
	line-height: 0;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 20px;
}
#navigation a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
#navigation a:hover {
	text-decoration: none;
	color: #596C3F;
}
#navigation a.active {
	color: #596c3f;
}

#main { padding: 19px 0 31px 0; }
#main2 {
	width: 900px;
	padding-left: 50px;

}

.thumbs { width: 300px; }
.thumbs span {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
}
.thumbs ul { list-style: none; }
.thumbs li {
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: -5px;
}
.thumbs li img { width: 90px; height: 90px; }

.image {
	width: 662px;
	height: 612px;
}
.image img {
	width: 662px;
	height: 612px;
}








#footer .shell {
	background: none;
	text-align: center;
	margin: 16px auto;
	color: #FFF;
}
#footer p {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}
