body {
	margin: 0px;
	padding: 0px;
	
	background: #CCCCCC url(img/top.jpg) top left repeat-x;
	color: #494949;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	
	line-height: 1.2em;
}

h1 {
	color: #CA8041;
	font-size: medium;
	font-weight: bold;
	
	margin-bottom: 2px;
}

h2 {
	color: #CA8041;
	font-size: medium;
	font-weight: bold;
	
	margin-bottom: 2px;
}

a {
	color: #CA8041;
	
	text-decoration:none;
}

a:hover {
	color: #CA8041;
	
	text-decoration:underline;
}

.container {
	width: 800px;
	
	margin: 0 auto;
}

.page {
	width: 800px;
	
	padding: 0px;
	
	padding-top: 10px;
	
	background: #FFFFFF url(img/sf-testata-2.jpg) top left repeat-x;
	
	float: left;
}

.page_left {
	
	width: 229px;
	float: left;
	
	border-right: 1px dashed #CFCFC7;
	
	padding: 10px;
	
	font-size: small;
}

.page_right {
	
	width: 520px;
	float: right;
	
	padding: 10px;
	padding-right: 20px;
	
	text-align: justify;
	
	font-size: small;
}

.title {

	width: 800px;
	height: 150px;
	
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu {
	width: 160px;
	height: 20px;
	
	/*padding:5px;
	
	background-color: #A2C585;
	border: 1px solid #93AE79;
	
	margin-bottom: 4px;*/
}

.menu a {
	font-size: small;
	color: #000000;
	
	text-decoration:none;
}

.menu a:hover {
	font-size: small;
	color: #000000;
	
	text-decoration:underline;
}

.mini_off {
	
	width: 158px;
	height: 126px;
	
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	
}

.mini_on {
	width: 158px;
	height: 126px;
	
}
