/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #7c632e;
	background: #a6c666;
	margin: 0;
	padding: 0;
}

#wrapper
{
	width: 980px;
	margin: 0 auto;
	background: #a6c666 url(../grfx/backgrounds/bg_wrapper.gif) top center repeat-y;
	overflow: auto;
}

#wrapper_header
{
	width: 948px;
	height: 90px;
	background: url(../grfx/backgrounds/bg_header.gif) repeat-x;
	margin: 0 auto;
}

#wrapper_container
{
	width: 820px;
	margin: 0 auto;
	margin-top: 4.30em;
}
	
	#wrapper_content
	{
		width: 606px;
		float: left;
		line-height: 1.50em;
	}
	
	.feature_image
	{
		width: 181px;
		float: left;
		margin-left: 2.5em;
		margin-bottom: 2.90em;
	}
	
	#services_table td {
		vertical-align: top;
	}
	
	#services_table img {
		padding: 1px;
		border: 1px solid #573308;
	}
	
	input {
		border: 1px solid #7c632e;
	}
	
	textarea {
		border: 1px solid #7c632e;
	}
	
#wrapper_footer
{
	width: 980px;
	height: 75px;
	padding-top: 30px;
	margin: 0 auto;
	color: #7c632e;
	font-weight: bold;
	background: #a6c666 url(../grfx/backgrounds/bg_footer.gif) no-repeat;
	text-align: center;
}

#wrapper_footer a
{
	color: #7c632e;
	text-decoration: none;
	padding: 0 0.80em;
}

#wrapper_footer a:hover
{
	text-decoration: underline;
}

#wrapper_footer_sml
{
	font-weight: normal;
	color: #7c632e;
	padding-top: 0.36em;
}
	
#wrapper_footer_sml a
{
	color: #7c632e;
	margin: 0em 0.36em !important;
}

#wrapper_footer_sml a:hover
{
	text-decoration: underline;
}
