body {
	background-image: url(immagini/bg_checkboard.gif);
	background-repeat: repeat;
	margin: 0px;
}
#grandContent {
	width: 830px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, Helvetica, Geneva, swiss, sans-serif;
	font-size: 12px;
	margin: 0px auto 0px auto;
}
#header {
	background-image: url(immagini/header.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 830px;
}
#flashArea {
	background-image: url(immagini/strip.jpg);
	background-repeat: repeat-y;
	height: 600px;
	width: 830px;
	text-align: center;
}
#contentArea {
	background-image: url(immagini/strip.jpg);
	background-repeat: repeat-y;
	width: 830px;
}
#footer {
	background-image: url(immagini/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 830px;
	text-align: center;
}
.footerInfo {
	height: 20px;
	width: 760px;
	padding: 15px;
	color: #999999;
}
.menuNav {
	float: right;
	height: 20px;
	width: 350px;
	text-align: right;
	font-size: 1.2em;
	padding: 60px 45px 0 0;
}
.addressArea {
	width: 600px;
	float: left;
	padding: 50px 0 50px 50px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
}
#mainMenu {
	float: right;
	height: 20px;
	width: 550px;
	padding-top: 20px;
	padding-right: 40px;
	text-align: right;
}
#staticImage {
	text-align: center;
	height: 250px;
	width: 830px;
	background-image: url(immagini/strip.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-size: 24px;
	color: #666600;
	font-weight: normal;
	float: left;
	padding: 20px 0 0 50px;
}
.leftCol {
	float: left;
	width: 350px;
	padding-left: 50px;
	padding-bottom: 50px;
}
.rightCol {
	float: right;
	width: 350px;
	padding-right: 50px;
	padding-bottom: 50px;
}
h2 {
	font-size: 16px;
	color: #2A4A88;
}
.spaceClear {
	clear: both;
	height: 1px;
	width: 800px;
}
