@CHARSET "UTF-8";

body, #commonBody{
	/*background: #cee0ec;*/
	background: #4a6091;
	background-image: url("../imgs/sfondo.jpg");
	background-repeat: repeat-x;
	margin: 0px auto;
	vertical-align: top;
	text-align: center;
	font-family: sans-serif,arial,"Century Gothic",Verdana;
	font-size: 10pt;
}


#content{
	width: 850px;
	border: 2px outset #aaaaaa;
	margin: 20px auto;
	text-align: center;
	padding: 0px;
	background: #ffffff;
}

#mainTable TD {
	background-position: top left;
	border: 0px solid gray;
	padding: 0px;
	margin: 0px;
}

#mainTable {
	border-collapse: collapse;
	table-layout: auto;
	background: #ffffff;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	height: 100%;
	border: 0px solid #cccccc;
}

#headerColumn {
	background: #ffffff;
	background-image: url("../imgs/headerArea.jpg");
	background-repeat: no-repeat;
	width: 850px;
	height: 142px;
}

#navBar {
	background: #ffffff;
	background-image: url("../imgs/navBar.jpg");
	background-position: top;
	background-repeat: no-repeat;
	width: 850px;
	height: 31px;
}

#bottomMenu {
	background: #ffffff;
	background-image: url("../imgs/bottomMenu.jpg");
	background-repeat: no-repeat;
	width: 850px;
	height: 33px;
}

#leftArea {
	background: #e4ebfd;
	background-image: url("../imgs/leftArea2.jpg");
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	width: 175px;
	height: 15px;
}

#leftAreaImgTop {
	background: #e4ebfd;
	background-image: url("../imgs/leftArea1.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	width: 175px;
	height: 23px;
	border: 0px solid gray;
	padding: 0px;
}

#centerArea {
	background: #ffffff;
	background-image: url("../imgs/centerArea.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	width: 500px;
	max-width: 500px;
	height: 100%;
}

#centerAreaGallery {
	background: #ffffff;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	width: 500px;
	max-width: 500px;
	height: 100%;
}

#rightArea {
	background: #e4ebfd;
	background-image: url("../imgs/rightArea.jpg");
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: top;
	margin: 0px auto;
	width: 175px;
	height: 100%;
}

#footerArea {
	background: #e4ebfd;
	background-image: url("../imgs/footerArea.jpg");
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	width: 850px;
	height: 26px;
}

.footerText {
	margin: 0px;
	padding: 0px;
	/*font-family: "Century Gothic",arial,Verdana,sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 12px;
	color: #e6e6e6;
}