body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-image: none;
	background-color: white;
}
.container{
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	position: relative;
	width: 900px;
	height: auto;
	border: 1px solid #187f0e;
	background-color: white; 
}
.wrapper{
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 780px;
	height: auto;
	background-color: white;
}
.header{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 780px;
	height: 140px;
}
.atavola_header{
	margin: 0px auto;
	padding: 0px;
	position: relative;
	top: 70px;
	width: 680px;
	height: 57px;
	/*background-image: url(images/atavola_headline.jpg);*/
	background-repeat: no-repeat;
}
/************ menu ****************/
.menu{
	display: none;
}
.submenu{
	display: none;
}
/*****************breadcrumb+search********************/
.info_block{
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 680px;
	height: 30px;
}
.breadcrumb{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	float: left;
	text-align: left;
	line-height: 30px;
	width: 340px;
	height: 30px;
	font-size: 10px;
}
.breadcrumb a{
	text-decoration: none;
	color: #52A14A;
}
.breadcrumb a:hover{
	text-decoration: underline;
	color: #52A14A;
}
.search{
	display: none;
}
/**************header pic****************/
.header_pic{
	display: none;
}
.header_pic img{
	display: none;
}
.header_line hr{
	margin: 0px auto;
	margin-top: 7px;
	padding:0px;
	position: relative;
	width: 680px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #6ca567;
	border-bottom:1px solid #e6f2e4;
}
* html .header_line hr{
	margin-top: 0px;
}
/***************content****************/
.content{
	margin: 0px auto;
	padding:30px 0px 30px 0px;
	position: relative;
	width: 680px;
	height:  auto;
	font-size: 12px;
}
* html .content{
	margin-top: -3px;
}
.left_content{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	position: relative;
	left: 0px;
	width: 420px;
	min-height:200px;
}
* html .left_content{
	height: 200px;
}
.right_content{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
	float: left;
	right: 0px;
	width: 240px;
	height: auto;
}
/****************footer***************/
.footer{
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 780px;
	height: 70px;
	background-color: white;
}
.footer_content{
	margin: 0px auto;
	padding-top: 5px;
	position: relative;
	border-top: 5px solid #c2c2c2;
	width: 680px;
	height:60px;
	font-size: 10px;
	color: #a0a0a0;
}
.footer_left{
	margin: 0px;
	padding: 0px;
	position: absolute;
	float: left;
	left: 0px;
	text-align: left;
	width: 340px;
	height: 60px;
}
.footer_left img{
	position: relative;
	top: 1px;
}
.footer_right{
	margin: 0px;
	padding: 0px;
	position: absolute;
	float: right;
	right: 0px;
	text-align: right;
	width: 340px;
	height: 60px;
}
