body {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

h1, h2, h3 { 
	margin:0px; 
	padding:0px; 
}

h1 {
	font-size: 1.5em;
	color:#cc0000;
	font-weight:bold;
}

h2 {
	font-size: 1.2em;
	color:#ac703d;
	font-weight:normal;
}

h3 {
	font-size: 1em;
	font-weight:normal;
}

h4 {
	font-size:1.0em;
	color:#cc0000;
	background:#e5e5e5;
	padding:5px;
	line-height:14px;
	margin:0px;
}


#menu-area {
	background:url(../images/background/back-menu.gif) repeat-x top;
	border-bottom:1px solid #FFFFFF;
	height: 89px;
}

/************** start Menu **************/

#menu {
	width: 760px;
	margin: auto;
}

#menu ul {
	margin:0px 0px 0px 16px;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 30px;
	padding:1px;
}

#menu a {
	float: left;
	height: 30px;
	width: 100px;
	text-align:center;
	background: url(../images/background/back-button.gif) repeat-x top;
	padding-top: 10px;
	text-decoration: none;
	font-size: 1em;
	color:#ac703d;
	border-bottom:10px solid #ecd5af;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
}

#menu a:hover {
	background:#f9ecd3;
	color:#ac703d;
	border-bottom:10px solid #fb9f28;
	font-weight:bold;
}

#menu .button-on a {
	background:#f9ecd3;
	color:#ac703d;
	border-bottom:10px solid #fb9f28;
	font-weight:bold;
}

/************** end Menu ***************/



/************** start Header ***************/

#header-area {
	height:240px;
	background:url(../images/background/back-header.jpg) center top;
}

#header {
	height:240px;
	width:760px;
	margin:auto;
	background:url(../images/background/back-slide.jpg) center top repeat-x;
}

#logo {
	width: 216px;
	height: 240px;
	background: #fcf1da url(../images/logo/logo-ping-pong.gif) center top;
	float:left;
}

#slide {
	width:543px;
	height:240px;
	float:right;
}

/************** end Header **************/



/************** start Content **************/

#area-content {
	background:url(../images/background/back-content.gif) repeat-x top;
}

#content {
	width: 760px;
	margin: auto;
	background:url(../images/background/back-column.gif) center repeat-y;
}

#column-sx {
	width: 216px;
	float: left;
}

#column-center {
	width:372px;
	float:left;
	padding:20px;
}

#column-dx {
	width: 131px;
	float: right;
}

.briciole {
	font-size:1em;
	color:#ac703d;
}

.briciole a {
	color:#ac703d;
	text-decoration:underline;
}

.briciole a img{
	border:0px;
	text-decoration:none;
}

.briciole a:hover {
	color:#ff9900;
	text-decoration:none;
}

.link a {
	color:#ac703d;
	text-decoration:underline;
}

.link a img{
	border:0px;
	text-decoration:none;
}

.link a:hover {
	font-size:1em;
	color:#ff9900;
	text-decoration:none;
}

#validate {
	width:190px; 
	float:left; 
	text-align:center; 
	margin:10px; 
	padding: 0px;
}

#recapiti {
	width:350px; 
	float:right; 
	text-align:right; 
	font-size:0.9em; 
	margin:10px;
}

#area-preview {
	margin:0px;
	padding:0px;
	background:#f0f0f0;
	text-align:center;
}

#area-preview a img {
	margin:5px;
	border:1px solid #666666;
}

#area-preview a:hover img {
	border:1px solid #FFFFFF;
	margin:5px;
}

/**************end Content**************/


/**************start Footer**************/
#footer{
	background:#f0f0f0; 
	border-top:1px solid #FFFFFF;
}
/**************end Footer**************/


