body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-position:center center;
	height:100%;
	width:100%;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
}

html
{
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}

/***********************************************************************************************/

#credits
{
	position:absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 900px;
	margin:250px 0px 0px -450px;
	text-align:right;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	vertical-align:middle;
	color:#CCCCCC;
	font-size:9px;
}

#credits a
{
	color:#CCCCCC;
	font-size:9px;
}

#credits a:hover
{
	color:#0459A9;
}

/***********************************************************************************************/

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	height: 500px;
	width: 900px;
	margin:-250px 0px 0px -450px;
	padding: 0px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #CCCCCC;
}

#container a
{
	color:#E97250;
}

#container a:hover
{
	background:#F0F5FB;
}

#container h1
{ 
	color:#085FA6;
}
/***********************************************************************************************/

#navigation {
	position:absolute;
	width:900px;
	height:120px;
	top:0px;
	left:0px;
	background:#FFFFFF;
}

#navigation .menu{
	position:absolute;
	width:457px;
	height:20px;
	top:88px;
	left:12px;
}

#navigation .menu table{
	width:100%;
	height:20px;
	border:none;
}	

#navigation .menu table td{
	vertical-align:top;
}	

#navigation table{
	width:100%;
	height:120px;
	border:none;
}

#navigation a{
	text-decoration:none;
	color:#2F5150;
}

#navigation table td.w500{
	width:500px;
	padding-left:10px;
	background-image: url(../img/bgNavigation.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align:top;
}

#navigation table td.w400{
	width:400px;
}

/***********************************************************************************************/

#content {
	position:absolute;
	left:150px;
	top:120px;
	width:750px;
	height:350px;
	color:#333333;
	font-size:9px;
	background:#FFFFFF;
}

#content h1
{ 
	font-size:10px;
	color:#E78A20;
	line-height:20px;
}

#content b {
	color:#666666;
}

#content a{
	color:#2F5150;
}

#content a:hover
{
	color:#0459A9;
}


#content .h232
{
	height:232px;
}

#content .h20
{
	height:20px;
}

#content .menu{
	position:absolute;
	border-bottom:1px solid #F18813;
	height:34px;
	width:100%;
	background:#FFF5E5;
}

#content .menu table
{
	margin:4px;
	height:26px;
}

#content .menu table td.w30{
	width:30px;
}

#content .menu table td.w30 a:hover
{
	background:none;
}

#content .menu table td.w76{
	width:76px;
}

#content .titolo{
	position:absolute;
	height:17px;
	width:100%;
	top:44px;
	text-align:center;
}

#content .content{
	position:absolute;
	top:55px;
	width:100%;
	height:270px;
	/*overflow:auto;*/
}

#content .content
{
	padding-top:20px;
	padding-left:20px;
}


/***********************************************************************************************/

#panel
{
	position:absolute;
	left:0px;
	top:120px;
	height:350px;
	width:150px;
	line-height:12px;
	text-align:justify;
	background-image: url(../img/bgPanel.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	border-right:1px solid #015792;
	
}

#panel td
{
	padding-left:10px;
	font-size:20px;
	
}

#panel .h100
{
	height:100px;
	line-height:18px;
	padding-left:15px;
}

#panel .h20
{
	height:20px;
}

#panel .h18
{
	height:19px;
}

#panel .w14
{
	width:14px;
	vertical-align:top;
	padding-right:5px;
}

/***********************************************************************************************/

#footer
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:900px;
	height:29px;
	background-image: url(../img/bgFooter.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-top:1px solid #F18813;
}

#footer td
{
	font-size:9px;
	line-height:13px;
	color:#666666;
	text-align:center;
	padding-top:2px;
}
