body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	}

h1 {
	font-size: 140%;
	color:#674b33;
	}

/**************************** HEADER *****************************/
.header {
	background-color: #cccccc; /* colore */
	color: #ff0000;
	border-bottom: 1px dashed #FFFFFF;
	}

.top {
	border-bottom: 1px dashed #cccccc;
	background:#FFFFFF;
	}

h2 {
	width: 710px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	font-size:100%;
	}

.menu {
	background-color: #cccccc; /* colore */
	color:#674b33;
	vertical-align: middle;
	border-bottom: 1px dashed #FFFFFF;
	}

.menu_int {
	width: 710px;
	padding-top: 5px;
	padding-bottom:10px;
	text-align:left;
	}
	.menu_int a{
	color:#674b33;
	text-decoration: none;
	}
	.menu_int a:hover{
	text-decoration: underline;
	}
	
.argomento {
	border-bottom: 1px dashed #999999;
	padding-top:5px;
	margin-bottom:10px;
	padding-bottom:10px;
	}
/**************************** CONTENT *****************************/
.container {
	background-color: #ff0000;
	border-bottom: #FFFFFF 1px dashed;
	padding-bottom: 10px;
	padding-top: 10px;
	}

.content {
	background-color: #FFFFFF;
	border: 1px dashed #de3c29; /* colore */
	margin-top: 10px;
	width: 700px;
	padding: 10px;
	min-height: 250px;
	height: auto !important;
	clear:both;
	}

.bottom-div {
	padding:5px;
	background-color: #CA241F;
	clear:both;
	}
	.bottom-div a {	color:#ffffff; text-decoration: underline; }
	.bottom-div a:hover { text-decoration: none; }

.bottom-div-top {
	float:right; width:460px;
	background-color: #b9b49f;
	padding:10px;
	}

.bottom-div-bottom {
	float:right; width:460px;
	background-color: #b9b49f; /* colore */
	padding:10px;
	color:#674B33;
	}

h3 {font-size:125%; margin:0px; }

/**************************** FOOTER *****************************/

.footer {
	background-color: #CA241F; /* colore */
	border-bottom: 1px dashed #FFFFFF;
	color:#FFFFFF;
	margin:0 auto;
	text-align:center;
	clear:both;
	border-bottom-width: 1px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:90%;
	}
	.footer a {
		color:#ffffff;
		text-decoration: underline;
		}
	.footer a:hover {
		text-decoration: none;
		}
