body {
	font-family: Tahoma,Verdana,Arial;
	background-color: #47602C;
	color: #525230;
	letter-spacing: 1px;
}


div#container {
	margin: 0 auto;
	width: 945px;
	height: auto !important;
	border:1px solid #2C4820;
	background-color: #FFFFFF;
	display: table;

}

div#header {
	background-image: url('/files/layout/header.jpg');
	width: 945px;
	height: 296px;
}

div#menu {
	font-family: Trebuchet MS,Arial;
	font-size: 11px;
	float: left;
	width: 230px;
	height: 400px;
	height: auto !important;
	min-height: 400px;
	background-color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 10px 10px 10px 20px;
	display: table-cell;
	font-weight: normal;
	line-height: 20px;
}


	div#menu a {
			color: #0F0F6F;
			text-decoration: none;
	}

	div#menu a:hover {
			color: #FF6600;
			text-decoration: none;
	}

div#content {
	float: left;
	width: 665px;
	background-color: #FFFFFF;
	height: 400px;
	height: auto !important;
	min-height: 400px;
	font-size: 12px;
	padding: 10px;
	display: table-cell;
}

	div#content_image_gallery {
		float: left;
		width: 660px;
		margin: 10px 0px 0px 0px;
	}

		div#content_image_gallery img {
		float: left;
		margin: 0px 23px 10px 0px;
		border: 1px solid #B0B0B1;
		}

	div#content_info {
		float: left;
		width: 350px;
	}

	div#content_info a:hover {
		color: #FF6600;
		text-decoration: none;
	}

	div#content_info a:visited {
		color: #0F0F6F;
		text-decoration: none;
	}
	div#content_image {
			float: left;
			width: 300px;
	}

div#content_image img {
		text-align: right;
		border: 1px solid #000000;
		margin: 5px;
}

div#footer {
	float: left;
	width: 945px;
	height: 20px;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

h1 {
	font-weight: bold;
	text-align: left;
	color: #525230;
	margin: 0px 0px 10px 0px;
	font-size: 22px;
}

input.input {
	width: 150px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

input.button {
	width: 75px;
	border: 1px solid #000000;
	background-color: #DEECD0;
	height: 18px;
	font-size: 10px;
}

input.button:hover {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

input.contact_input	{
	background-color:#D8DCD0;
	width: 500px;
	border:1px solid #F2B074;
	font-size: 10px;
	font-weight: bold;
}

input#button_form {
	width: 150px;
	background-color:#D8DCD0;
	border:1px solid #F2B074;
	font-size: 10px;
	font-weight: bold;
}

textarea	{
	background-color:#D8DCD0;
	width: 500px;
	height: 150px;
	border:1px solid #F2B074;
	font-size: 10px;
	font-weight: bold;
}

td.contact_text {
	font-size: 11px;
	font-family: trebuchet ms,arial;
	width: 150px;
	font-weight: bold;
}

/* captcha */

div#captcha_container{
	font-family: Verdana;
	font-size: 10px;
	width: 490px;
	padding: 5px 5px 5px 5px; 
	border: 1px solid gray; 
	background-color: #eeeeee; 
}

div#captcha_container img{
	border: 1px dotted gray; 
	margin: 5px 5px 5px 0px;
}

div#captcha_container input{
	font-size: 16px; 
	font-weight: bold; 
	padding: 3px 3px 3px 3px; 
	width: 94px;
}

td.captcha_ok{
	font-family: trebuchet ms,arial;
	font-size: 11px;
	color: green;
}

td.captcha_error{
	font-family: trebuchet ms,arial;
	font-size: 11px;
	color: red;
}

div.captcha_ok{
	color: green;
}

div.captcha_error{
	color: red;
}