@charset "utf-8";
/* Antica Tratorria CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}

#header_exp {
	width: 100%;
	height: auto;
	background-image: url(../images/headbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header_base {
	width: 976px;
	height: auto;
	margin: auto; 
}

#menuover_base {
	width: auto;
	height: 60px;
	margin: 0 0 0 510px;
	position: absolute;
	z-index: 2;
	background-image: url(../images/menudefault.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#menu_base {
	width: auto;
	height: auto;
	float: left;
	padding: 20px 10px 0 10px; 
	cursor: pointer;
}

#menu_base:hover {
	width: auto;
	height: auto;
	float: left;
	padding: 20px 10px 0 10px; 
	background-image: url(../images/menuover.gif);
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
}

a.navi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

a.navi:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#logo {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 2;
	margin: 29px 0 0 28px;
}

#headspacer {
	width: 976px;
	height: 80px;
}

#content_exp {
	width: 100%;
	height: auto;
	background-image: url(../images/contbg.gif);
	background-repeat: repeat-x;
}

#content_exp2 {
	width: 100%;
	height: auto;
}

#content_base {
	width: 976px;
	height: auto;
	margin: auto;
}

#content_base2 {
	width: 976px;
	height: auto;
	margin: auto;
}

#content_left {
	width: 215px;
	min-height: 250px;
	float: left;
	margin: 130px 0 0 0;
}

#content_right {
	width: 741px;
	min-height: 500px;
	margin: 10px 0 0 10px;
	float: left;
	background-image: url(../images/contedge.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


#footer_exp {
	width: 100%;
	height: auto;
	background-image: url(../images/footbg.gif);
	background-repeat: repeat;
}

#footer_base {
	width: 976px;
	min-height: 60px;
	margin: 20px auto 0 auto;
	padding-top: 15px;
}

.designer {
	font-size: 10px;
	color: #FF9900;
}

