@charset "UTF-8";
body {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	background-color: #000;
}
/* CSS Document */

#container {
	background-position: center;
	width: 980px;
	height: auto;
	background-color: #FFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
}
#intestazione {
	height: 568px;
	width: 980px;
	background-image: url(Intestazione%20Cicli%20Drigani%20rossa.gif);
}
#menu-top {
	background-color: #FFF;
	height: 30px;
	width: 980px;
	border-bottom-color: #999999;
}
#corpo {
	width: 980px;
}
#colonna-1 {
	width: 150px;
	float: left;
	border-right-width: 2px;
	border-right-color: #999999;
	border-right-style: solid;
}
#colonna-2 {
	background-color: #FFF;
	width: 600px;
	float: left;
}
#colonna-3 {
	width: 376px;
	float: left;
	border-left-color: #999999;
}
#footer {
	background-color: #FFF;
	clear: both;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
	width: 980px;
}
h3 {
	color: #33F;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
h5 {
	font-size: 14px;
	color: #000000;
	background-color: #FF3333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

