body
{
	margin-top: 20px;
	margin-left: 0px;
	background-color: #c2de9f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	line-height: 15px;
}

a
{
	color: #444920;
}

#container
{
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 850px;
	height: 135px;
	float: left;
	background: #ffffff url('./images/content_header.png') no-repeat;
}

#menu_container
{
	width: 830px;
	height: 30px;
	float: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
}

#menu
{
	width: 800px;
	padding-left: 15px;
	padding-right: 15px;
	height: 29px;
	float: left;
	border-bottom: 1px solid #d7d7d7;
}

#menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li
{
	float: left;
}

#menu ul li a
{
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	height: 29px;
	line-height: 29px;
	border-right: 1px solid #d7d7d7;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	outline: none;
	float: left;
}

#menu ul li a:hover
{
	color: #999999;
}

#menu ul li a.selected
{
	background: #b3b3b3;
	color: #ffffff;
}

#content_area
{
	width: 850px;
	height: auto;
	min-height: 30px;
	float: left;
	padding-bottom: 200px;
	padding-top: 10px;
	background: #ffffff url('./images/content_bg.png') no-repeat bottom center;
}

#content_area .content
{
	width: 790px;
	height: auto;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}

#content_col
{
	width: 630px;
	padding-right: 10px;
	height: auto;
	float: left;
}

#picture_col
{
	width: 150px;
	height: auto;
	float: left;
}

#picture_col img
{
	float: left;
	margin-bottom: 25px;
}

#content_bar
{
	width: 850px;
	height: auto;
	min-height: 310px;
	float: left;
	background: #ffffff url('./images/content_bar.png') no-repeat top center;
	margin-bottom: 30px;
}

h1.main
{
	font-family: 'Georgia', serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 30px;
}

h2
{
	font-family: 'Georgia', serif;
	font-size: 18px;
	font-weight: normal;
}

#description
{
	width: 210px;
	height: 100px;
	float: left;
	margin-top: 20px;
	margin-left: 30px
}

#description h2
{
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
}

#description p
{
	margin-top: 0px;
	font-size: 12px;
	text-align: justify;
}

#content_home
{
	width: 510px;
	height: auto;
	min-height: 210px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#content_home h2
{
	font-family: 'Georgia', serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

p
{
	text-align: justify;
	font-size: 13px;
}

#content_home #col1
{
	width: 245px;
	height: auto;
	float: left;
}

#content_home #col2
{
	width: 245px;
	height: auto;
	float: right;
}

#description_more
{
	width: 135px;
	height: 50px;
	float: left;
	margin-top: 0px;
	margin-left: 30px
}

#description_more p
{
	margin-top: 0px;
	font-size: 12px;
	text-align: justify;
}

#description_more p a
{
	color: #222222;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#contact_details
{
	width: 250px;
	height: auto;
	float: left;
}

#contact_form
{
	width: 510px;
	height: auto;
	min-height: 132px;
	float: right;
	background: transparent url('./images/contact_form.png') no-repeat top center;
	padding: 20px 15px 0px 15px;
}

table.form_data
{
	border: none;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

table.form_data td
{
	border: none;
	background: transparent;
	padding: 5px;
}

table.form_data td input.text
{
	border: 1px solid #999999;
	background: #ffffff;
	width: 200px;
}

table.form_data td textarea
{
	border: 1px solid #999999;
	background: #ffffff;
	width: 200px;
}

table.form_data td.submit
{
	text-align: center;
	padding-top: 15px;
}

table.form_data td.submit input
{
	width: 75px;
	border: 1px solid #999999;
	background: #ffffff;
}

table.form_data th
{
	border: none;
	background: transparent;
	padding: 5px;
	padding-right: 10px;
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

#footer
{
	width: 810px;
	height: 20px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -25px;
	font-size: 11px;
	color: #444444;
	text-align: center;
}

#webwhak
{
	width: 810px;
	height: 20px;
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10px;
	color: #222222;
	text-align: right;
}

#webwhak a
{
	color: #222222;
	text-decoration: underline;
}

#webwhak a.no_underline
{
	color: #222222;
	text-decoration: none;
}