#base {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#logo {
	float: left;
	height: 199px;
	width: 200px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/Loghi/Logo%20AUGF.png);
}

#intestazione {
	float: none;
	height: 199px;
	width: 598px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFF;
	background-image: url(../images/Template/Intestazione.png);
	background-repeat: no-repeat;
	margin-left: 200px;
}

#menu {
	float: left;
	height: auto;
	width: 120px;
}
#corpo {
	float: left;
	height: auto;
	width: 798px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #FFF;
}
#corpo2 {
	float: none;
	height: auto;
	width: 630px;
	padding: 20px;
	margin-left: 121px;
}
#base #corpo #menu p {
	background-image: url(../images/Template/Template1.png);
	background-repeat: repeat-y;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-style: italic;
	font-weight: bold;
}
#sottomenu {
	float: left;
	height: auto;
	width: 120px;
	background-color: #FFF;
	text-align: center;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}


#footer {
	border: 1px solid #CCC;
	float: left;
	height: 26px;
	width: 797px;
	margin-bottom: 20px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
