/* CSS Document */

html,body {
	margin: 0;
	padding:0;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/bg_page.gif);
    text-align: center;  
	}

#conteiner {
	margin: 0px auto;   /*centra negli altri browsers*/
	width:850px;
    text-align: left;
	background-color:#FFFFFF;
	border-left-width:1px;
	border-right-width:1px;
	border-left-style:dotted;
	border-right-style:dotted;
	border-color:#CC0000;
	}
	
#top2{
	position:relative;
	width:820px;
	background-image:url(../img/bg_menu_top.jpg);
	height:67px;
	padding:6px 0 0 30px;
	margin-bottom:35px;
	}
	#menu_top{
	width:306px;
	position: absolute;
	top:36px;
	left:510px;
	}

#content{
	width:850px;
	}
	#content_left{
	float:left;
	width:644px;
	padding-left:30px;
	color:#FF6600;
	font-size:14px;
	}
	#content_right{
	float:right;
	width:140px;
	}
	#footer{
	clear:both;
	background-image:url(../img/bg_foter.jpg);
	height:30px;
	margin-top:35px;
	padding:15px 30px 0 30px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	}

	.foto{
	border:#FFCC00 solid 8px;
	margin:0 8px 8px 0;

	
	}