/*--------------main-------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 80%;
	color: #FFFFFF;
}

#container {
	width: 758px;
	margin: 0px auto;
	display: block;
	padding: 0px;
	background-color: #104D27;
}

#content {
	width: 758px;
	margin: 0px auto 0px auto;
	height: auto;
	height /**/: auto;
	min-height: 400px;
	display: block;
	overflow: auto;
	background-image: url(images/fade.gif);
	background-repeat: repeat-y;
}

/*--------------header-------------------*/

#header {
	width: 758px;
	height: 210px;
	margin: 0px auto;
	padding: 0;
	display: block;
}

#hlogo {
	height: 210px;
	width: 758px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/header.jpg);
}

/*--------------maintext-------------------*/

#main {
	width: 718px;
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
}

#mainleft {
	width: 350px;
	display: block;
	float: left;
}

#mainright {
	width: 350px;
	display: block;
	float: right;
}


/*--------------maintext-------------------*/

#pictures {
	width: 718px;
	display: block;
	margin-left: 20px;
	font-style: italic;
	margin-bottom: 10px;
}

#leftpicture {
	width: 350px;
	display: block;
	float: left;
	text-align: center;
}

#rightpicture {
	width: 350px;
	display: block;
	float: right;
	text-align: center;	
}

.green {
	color: #99CC99;
}

/*--------------footer-------------------*/

#footer {
	width: 758px;
	height: 70px;
	display: block;
	padding: 0px 0px 20px;
	clear: both;
	color: #99CC99;
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

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

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

#tel {
	display: block;
	float: left;
	width: 410px;
	margin-top: 20px;
	margin-left: 20px;
}

#email {
	display: block;
	float: right;
	width: 230px;
	margin-top: 20px;
	margin-right: 20px;	
}

/*--------------htags-------------------*/

h2 {
	color: #99CC99;
	font-size: 100%;
}
	
h3 {
	color: #99CC99;
	font-size: 100%;	
}

/*--------------other-------------------*/

.hidden {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

