*{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #0066FF;
	font-weight: bold;
}

#wrapper, #right, #left, #center{
	/*height: 715px;*/
	text-align: left;
}

#wrapper{
	width: 988px;
	margin: auto;
}

#right_column{
	height: 200px;
	float: right;
	width: 73px;
}

#left_column{
	height: 200px;
	float: left;
	width: 55px;
}

#center_column{
	position: absolute;
	width: 860px;
	margin-left: 55px; /* Ci deve essere il margine sinistro per FF */
	//margin: 0px;
}

#top_menu{
	height: 230px;
	background-image: url(../images/top_bckgrnd.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#menu{
	position: relative;
	top: 197px;
	left: 350px;
	width: 485px;
	height: 34px;
	text-align: center;
}

#begin_body, #end_body{
	width: 100%;
	height: 8px;
}

#begin_body{
	background-image:url(../images/begin_body.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#end_body{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/end_body.jpg);
	background-position: center;
	background-repeat: no-repeat;
}


#body{
	background-image: url(../images/body_bckngrnd.jpg);
	background-position:center;
	background-repeat: repeat-y;
	width: 100%;
	margin-right: 0px;
	padding: 0px;
	min-height: 460px;
	height: auto !important;
	height: 460px;
}
#body p#content{
	margin-left: 173px;
	padding: 10px 5px 20px 20px;
	font-size: 12px;
}

#contacts{
	position:relative;
	display: block;
	color: #FFFFFF;
	text-align: right;
	width: 160px;
	float:left;
	padding-right: 10px;
	margin-top: 35%;
}

#section_title{
	margin: 20px 0px 0px 20px;
}

#footer{
	height: 33px;
	clear: both;
	background-image: url(../images/footer_bckngrnd.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 190px;
	padding-top: 15px;
}
