﻿/* Layout CSS */
#news {
	width: 400px;
	position: absolute;
	left: -827px;
	top: 410px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height: 156px;
}
#header {
	width: 400px;
	position: relative;
	float: right;
}
#container {
	margin: auto auto 0px auto;
	padding: 0px;
	position: relative;
	width: 900px;
	left: auto;
	right: auto;
	height: 1273px;
	top: auto;
}
#left_col {
	width: 285px;
	position: absolute;
	left: 93px;
	top: 300px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 380px;
	font-style: italic;
}
#page_content {
	position: absolute;
	width: 375px;
	top: 850px;
	left: 550px;
	height: 125px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
#footer {
	margin: auto;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: xx-small;
	left: auto;
	right: auto;
	float: inherit;
}
#sotto_menu {
	position: absolute;
	width: 350px;
	top: 250px;
	left: 60px;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: help;
}
a {
	color: #FFCC00;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}
body {
	background-color: #42191D;
}
#titolo {
	position: absolute;
	width: 328px;
	top: 366px;
	left: 71px;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #800000;
	font-weight: bold;
	cursor: help;
	font-style: italic;
	background-color: #FFFFE6;
}
