body {
	background-color: #FFFFFF;
	width:800px;
	cursor: crosshair;
}
div.header {
	background-image:url(pics/bg/header.jpg);
	background-repeat:no-repeat;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	width: 100%;
	height:160px;
	position:absolute;
}
div.menu {
	background-image: url(pics/bg/bg_left_menu.jpg);
	background-repeat:repeat-y;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	position:absolute;
		top:165px;
	width:150px;
	height: 430px;
}
div.main {
	background-color: #ffffff;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	position:absolute;
		top:165px;
		left:150px;
	width:490px;
	height: 430px;
	overflow:auto;
	padding-left:10px;
	padding-right:5px;
	border-left: 2px solid #0099CC;
	border-right: 2px solid #0099CC;
}
div.right_menu {
	background-color: #ffffff;
	background-image:url(pics/bg/bg_right_menu.jpg);
	background-repeat:no-repeat;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	position:absolute;
		top:165px;
		left:650px;
	width:150px;
	height: 430px;
	padding-left: 10px;
}
div.footer {
	background-image:url(pics/bg/footer.jpg);
	background-repeat:no-repeat;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	position:absolute;
		top:595px;
	width:800px;
	height: 30px;
	text-align:right;
}
p.menu_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-variant:small-caps;
}
p.links {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	cursor:crosshair;
}
a.links_side {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
}
a.links_side:hover {
	background-color: #00CCFF;
	color:#000066;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: normal;
	cursor:crosshair;
}
a.links_img {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
}
a.links {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	cursor:crosshair;
}

img.img_thumb {
	border: 2px solid #000099;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
p.piccolo_titolo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:underline;
}
