* {
	margin: 0 auto;
	padding: 0;
}


html,body {
	margin: 0;
	padding: 0;
	color: #530f09;
	background-color: #5e496a;
	font: normal 11px/1.4 Georgia, "Times New Roman", Times, serif;
	background: #FF9933 url(../img/bkg.jpg) top left repeat
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #a3705e;
	font-weight:bold;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #a3705e;
	font-weight:bold;
}

a.other_menu{
	background-color: #a42020;
	font-size: 9px; 
	line-height: 14px;
	letter-spacing: 2px;
	color: #cab1d1;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
	border-bottom: 2px solid #cfc2d3;
	
}

a.other_menu:hover{
	color: #a42020;
	border-bottom: 2px solid #a42020;
	background-color: #cfc2d3;
}


a.other_menu2{
	background-color: #cfc2d3;
	font-size: 9px; 
	line-height: 14px;
	letter-spacing: 2px;
	color: #a42020;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
	border-bottom: 2px solid #a42020;
	
}

a.other_menu2:hover{
	color: #cfc2d3;
	border-bottom: 2px solid #cfc2d3;
	background-color: #a42020;
}

.container{
	margin-top: 60px;
	width:626px;
	background: url(../img/bg.jpg) top left repeat-y;
}

.menu{
	width: 198px;
	color: #cfc2d3;
	float:left;
}

.contenuto{
	width:606px;
	padding: 10px 10px;
	float:left;
}

h1{
	font-size: 11px; 
	line-height: 14px;
	letter-spacing: 2px;
	color: #530f09;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
}

h2{
	line-height: 14px;
	letter-spacing: 2px;
	color: #530f09;
	display: block; 
	text-decoration: none; 
	margin-bottom: 3px; 
	cursor: default; 
	font: normal 9px Geneva, Arial, Helvetica, sans-serif;
}

textarea, input, select
{
BORDER: #a42020 1pt solid;
FONT-SIZE: 10px;
BACKGROUND: #d9aa8f;
COLOR: #a42020;
}