body {
	margin: 0px;
	padding: 0px;
	background-color: #5f6058;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

#body {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 984px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	background-color: #d1e47b;
}

#header {
	display: block;
	position: relative;
	margin: 0px auto;
	height: 176px;
	background-color: #458220;
}

#top_menu {
	display: block;
	position: relative;
	text-align: center;
	margin: 0px auto;
	width: 650px;
	padding: 0px;
	height: 25px;
	background-color: #458220;
	
}

#top_menu a {
	display: block;
	position: relative;
	margin: 0px auto;
	float: left;
	border: none;
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}

#top_menu img{
	display: block;
	position: relative;
	margin: 0px auto;
	float: left;
	border: none;
}

#content {
	display: block;
	position: relative;
	width: 100%;
	background-color: #d1e47b;
	clear:both;
}

#bottom{
	display: block;
	position: relative;
	width: 100%;
	height: 25px;
	background-color: #458220;
	clear:left;
}

#left_menu {
	display: block;
	position: relative;
	width: 210px;
	float: left;
	margin-top: 60px;
	padding-bottom: 20px;
}

.menu_left_elemnet {
	margin-top: 5px;
	margin-left: 3px;
	background-image:url(../img/left_menu/bg_element.jpg);
	background-repeat: no-repeat;
}

.menu_left_elemnet_a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-left: 15px;
	height: 22px;
	line-height: 22px;
}

.menu_left_elemnet_a:hover {
	color: #d1e47b;
}

.menu_item {
	display: block;
	position: relative;
}

.elem {
	margin-left: 10px;
	border-bottom: 1px solid #48801F;
		padding: 5px;
}

.elem_a{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #48801F;

}

.elem_a:hover{
	color: #61B12E;
}

#center {
	display: block;
	position: relative;
	width: 754px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

#center img{
	margin: 0px;
	padding: 0px;
}

#center hr{
	margin: 0px;
	padding: 0px;
	height: 2px;
	border: 1px solid #ffffff;
	margin-top: 0px;
}

#center h2 {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #48801F;
	font-weight: bold;
	font-size: 16px;
}

#center p {
	float: left; 
	padding-bottom: 10px;
}

#center a {
	color: #48801F;
	font-weight: bold;
	text-decoration: underline;
}

#immagini {
	display: block;
	position: relative;
	float: right; 
	width: 240px;
	text-align: center;
	margin-top: 0px;
	background-color: #dfeca3;
}

#immagini img{
	display: block;
	position: relative;
	margin: 0px auto;
	margin-bottom: 10px;
	border: 4px solid #ffffff;
}

#immagini span{
	display: block;
	position: relative;
	margin: 0px auto;
	margin-bottom: 10px;
}

#left {
	position: relative;
	width: 280px;
	float: left;
}

input {
	position: relative;
	width: 150px;
	height: 15px;
	margin-top: 5px;
	float: left;
/*	border: 1px solid #e7b601;*/
}

textarea {
	position: relative;
	width: 240px;
	height: 155px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
/*	border: 1px solid #e7b601;*/
}

label {
	position: relative;
	width: 90px;
	height: 15px;
	line-height: 15px;
	margin-top: 5px;
	float: left;
}

#button {
	width: 80px;
	height: 25px;
	clear: both;
/*	border: 1px solid #e7b601;*/
}

#privacy {
	position: relative;
	float: left;
	padding: 0px;
	margin-left: -7px;
	width: 230px;
	font-size: 10px;
}

