div#page {
	background-image: url('../img/backgroundLanding.png');
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 851px;
	overflow: hidden;
}
div#headerImage {
	background-image: url('../img/header2.png');
	background-repeat: no-repeat;
	height: 109px;
	width: 766px;
	margin: 0px auto;
	margin-bottom: 20px;
}
div#menuContainer {
	width: 100%;
	height: 214px;
	background-color: #99B0B2;
	/*
	background-image: url('../img/ombra.png');
	background-repeat: repeat-x;*/
	margin: 0px;
}
div#menu {
	width: 851px;
	margin: 0px auto;
	text-align: left;
	color: white;
}
div#bottomImage {
	background-image: url('../img/bottomLanding.png');
	height: 66px;
	width: 851px;
	margin: 0px auto;
}
div#content {
	margin-left: 65px;
	margin-right: 55px;
}
div#header {
	text-align: center;
	width: 600px;
	margin: 0px auto;
}
#homeLink {
	text-align: right;
	font-size: 12px;
	margin: 0px auto;
	margin-bottom: 8px;
	width: 765px;
}
div#video {
	min-height: 250px;
}
div#rightColumn {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 30px;
}
div#leftColumn {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.5;
}
div#leftColumn h2 {
	color: #39666B;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#leftColumn div {
	font-size: 16px;
}

