/* CSS Document */

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

a img {
	border: none;
}

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}

#container {
	width: 763px;
	padding: 0px 15px;
	margin: 0px auto;
	background: #FEFEFD url(../images/bodyBg.png) repeat-y;
}

#header {
	height: 215px;
	background: #FEFEFD url(../images/headerBg.jpg) no-repeat;
}

#content {
	font-size: 13px;
	line-height: 18px;
}

#content h1 {
	height: 29px;
	line-height: 29px;
	font-size: 25px;
	padding-left: 10px;
	font-weight: normal;
	background: #A5C888;
	margin-bottom: 20px;
	border-top: 1px solid #41642C;
	border-bottom: 1px solid #41642C;
}

#content h2 {
	margin: 25px 15px 5px 15px;
	color: #41642C;
}

#content p {
	margin: 0px 15px 15px 15px;
}

#bodyBottom {
	background: #FEFEFD url(../images/bodyBottom.png) top left no-repeat;
	height: 50px;
	margin: 0px auto;
	width: 793px;
}

#footer {
	background: #414141 url(../images/footerBg.gif) top center no-repeat;
	color: #FFF;
	width: 793px;
	text-align: center;
	margin: 0px auto;
	font-size: 13px;
	padding: 15px 0px;
	min-height: 70px;
}

#bottomNav {
	margin: 8px 0px;
}

#footer ul li{
	list-style-type: none;
	display: inline;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

.clear {
	clear: both;
}

#gallery {
	margin-top: 20px;
}

#gallery .galleryItem {
	margin: 10px 20px 0px 20px;
}

#gallery .galleryItem .galleryImage {
	width: 200px;
	height: 200px;
	float: left;
}

#gallery .galleryItem img {
	border: 1px solid #999;
}

#gallery .galleryItem .imageDescription {
	margin-left: 220px;
}

#gallery h2 {
	margin: 20px;
}

#gallery .imageDescription h2 {
	color: #41642C;
	margin: 0px 0px 15px 0px;
}

#gallery p {
	margin: 0px;
	padding: 0px;
}

#contactPage {
	margin-top: 20px;
	padding-left: 20px;
}

#contactPage form span {
	display: block;
}

#contactPage form label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
}

#contactPage form span input, #contactPage form span textarea {
	width: 250px;
	margin-top: 3px;
}

#contactPage #required {
	margin-left: 130px;
	font-size: 11px;
}

#contactPage form span #submit {
	margin-left: 280px;
	width: 100px;	
}

#contactPage #error_box {
	margin: 20px 20px;
}

#contactPage #error_box h3 {
	margin: 5px 0px;
}

#contactPage #error_box ul {
	margin-left: 40px;
}

#contactPage #error_box ul li {
	color: #990000
}

div.separator {
	margin: 0px 15px;
	height: 0px;
	overflow: hidden;
	border-bottom: 1px solid #41642C;
}

.bold {
	font-weight: bold;
}

#importationImages {
	text-align: center;
}

#importationImages img {
	border: 1px solid #666;
	margin: 2px;
}