﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

#container
{
	width:100%;
	text-align:center;
}

#menu
{
	/*width:100%;
	border-top:1px solid #006fb6;
	border-bottom:1px solid #006fb6;
	padding:10px 0px;*/
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
	text-align:right;
	background-color: #cfcfcf;
	height: 115px;
	width:1000px;
}

#div_accesso
{
	padding-right: 30px;
	padding-top: 10px;
	margin-bottom: 14px;
}

#div_menubottom
{
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 400px;
}

#content
{
	margin-top: 20px;
	margin-bottom: 10px;
	/*width:100%;*/
	width: 970px;
	/*border: 1px solid black;*/
	/*text-align:center;*/
}

#footer
{
	/*color: #bbbbbb;
	text-align:center;
	margin-top:10px;
	padding-top: 10px;	
	border-top: 1px solid #f0f0f0;*/
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #cfcfcf;
	height: 153px;
	width:960px;
	/*line-height:163px;*/
	padding-top: 10px;
	padding-left: 40px;
	color: #404241;	
}