body {
	background-color: #0f0f0f;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(back01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
a:link {
	color: #4c7e94;
	text-decoration: none;
	cursor: ne-resize;
}
a:active {
	color: #4c7e94;
	text-decoration: none;
	cursor: ne-resize;
}
a:visited {
	color: #4c7e94;
	text-decoration: none;
	cursor: ne-resize;
}
a:hover {
	color: #CBC6C4;
	text-decoration: line-through;
	cursor: ne-resize;
}
#contenitore {
	width: 483px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(header01.png);
	background-repeat: no-repeat;
	height: 337px;
}
#contenuti {
	background-image: url(backcol01.png);
	background-repeat: repeat-y;
	overflow: auto;
	padding-bottom: 12px;
}
#col1 {
	width: 150px;
	padding-left: 42px;
	color: #FFFFFF;
	float: left;
}
.titolo1 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #997c52;
	font-style: italic;
	color: #303030;
	text-align: right;
	height: 19px;
	margin-bottom: 1px;
}
.post1 {
	font-size: 10px;
	color: #656565;
	text-align: justify;
	margin-bottom: 5px;
}
.post1 a:link  {
	color: #000000;
	background-color: #997c52;
	display: block;
	font-family: Georgia;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	margin-bottom: 1px;
}
.post1 a:active  {
	color: #000000;
	background-color: #997c52;
	display: block;
	font-family: Georgia;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	margin-bottom: 1px;
}
.post1 a:visited  {
	color: #000000;
	background-color: #997c52;
	display: block;
	font-family: Georgia;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	margin-bottom: 1px;
}
.post1 a:hover  {
	color: #CBC6C4;
	background-color: #303030;
	display: block;
	font-family: Georgia;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	margin-bottom: 1px;
} 
#col2 {
	padding-left: 200px;
	padding-right: 42px;
	color: #FFFFFF;
}
.titolo2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #74848d;
	font-style: italic;
	color: #303030;
	text-align: right;
	height: 19px;
	margin-bottom: 1px;
}
.post2 {
	font-size: 10px;
	color: #656565;
	text-align: justify;
	margin-bottom: 5px;
}
.text1 {
	font-size: 10px;
	color: #b49a6c;
}
.text2 {
	font-size: 10px;
	color: #74848d;
}
.text3 {
	font-size: 10px;
	color: #2E2E2E;
}

 input, select, textarea { 
 background: #000000;
 border: 1px solid #4c7e94; 
 font-size: 9px; 
 font-family: tahoma;
 color: #303030;
 } 