body {
	width:950px;
	margin:0 auto;
	background: url(../images/bg.jpg) repeat-x top;
	/*margin-top:30px;*/
	background-color:#339900;
	color: #333333;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}
/* ----- HEADER ----- */



#header {
	width:950px;
	height:316px;
	background-image:url(../images/header.jpg);
}
div.limiter {
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
ul {
	padding:0;
  	margin:0;
	list-style-type:none;
}

/* ----- NAVIGATION ----- */

#navigation {
	padding-left:40px;
	/*padding-top:10px;*/
	width:910px;
	height:35px;
	background-image:url(../images/menu.jpg);
}
#MainMenu 
{
	height:30px;
	width:870px;
	margin:0;
	border-style:solid;
	border-color:#339900;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:5px;
	border-left-width:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0 1px 0 0 ;
	padding:0;
}
#tab a 
{
	background:#000000 url("../images/bright_058b.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("../images/bleft_058b.gif") no-repeat left top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
/* ----- MAIN CONTENT ----- */



#content { 
	width:950px;
	min-height:400px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	background-image:url(../images/content.jpg);
}

#text{
	margin-left:70px;
	margin-right:70px;
	padding-top:30px;
	/*padding-bottom:30px;*/
}
#text2{
	margin-left:70px;
	margin-right:70px;
	padding-top:30px;
}
#text a:link, #text a:visited, #text a:active{
	color:#333333;
	padding-left:10px;
}
#text li{
	list-style-type:circle;
	margin-left:50px;
	margin-right:50px;
}
#pagetitle H1{
	margin:0;
	padding-top:35px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	/*color:#339900;*/
	/*text-decoration:underline;*/
}
H3{
	cursor:pointer;
	text-align:left;
}
#contactform{
	margin-left:50px;
	margin-right:50px;
	padding-top:50px;
	text-align:center;
}
#googlemap{
	text-align:center;
	padding-bottom:20px;
}
/* ----- FOOTER ----- */

#footer { 
	width:950px;
	height:150px;
	background-image:url(../images/bt.jpg);
}
#footerText{
	padding-top:35px;
	margin-left:10px;
	text-align:center;
	/*color:#FFFFFF;*/
	font-weight: bold;
}
#footerText a:link, #footerText a:visited, #footerText a:active {
	color: #333333;
	text-decoration: none;
	
}
#footerText a:hover {
	text-decoration: underline;
}
