@charset "utf-8";
/* CSS Document */

.page {
	width:100%;
	height:100%;
}

.container{
	width:955px;
	height:600px;
}

.leftcolumn {
	width:173px;
	height:596px;
	float:left;
}

.logo {
	width:173px;
	height:188px;
	background-image:url(images/template_03.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

.menu {
	width:173px;
	height:256px;
	float:left;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.footer {
	width:153px;
	height:152px;
	float:left;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
}

.middlecolumnhome {
	width:500px;
	height:596px;
	float:left;
}

.middlecolumn {
	width:500px;
	height:596px;
	padding-top:150px;
	float:left;
}

.middlecolumncont {
	width:500px;
	height:596px;
	float:left;
}

.contatti {
	width:220px;
	height:404px;
	background-image:url(images/template_07.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:200px;
	padding-left:20px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5;
	text-align:center;

}

.rightcolumn {
	width:220px;
	height:404px;
	background-image:url(images/template_07.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:30px;
	padding-top:50px;
	position:relative;
	top:50%;
	margin-top:-202px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	overflow:hidden;
	text-align:center;
}

body,td,th {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background:f4f0ee;
	background-image: url(images/bg_1024.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
a {
	font-size: 14px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
