@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;
	margin: auto;
	height: auto;
	background-color: #FFF;
}
#intestazione {
	height: 200px;
	width: 980px;
	background-image: url(intestazione-drigani.gif);
}
#Logo-intestazione {
	height: 105px;
	width: 980px;
	background-image: url(Logo-cicli-drigani.gif);
}
#menu-top {
	background-color: #FFFFFF;
	height: 30px;
	width: 980px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	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: #FFFFFF;
	width: 600px;
	float: left;
}
#colonna-3 {
	width: 376px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
#footer {
	background-color: #CCCCCC;
	clear: both;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
	width: 980px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
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;
}
