body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #000000;
	}

h1 {
	font-size: 140%;
	color:#FF0000;
	}

/**************************** HEADER *****************************/
.header {
	background-color: #7b0000; /* colore */
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	}

.top {
	background-image: url(../bg.jpg);
	border-bottom: 1px dashed #FFFFFF;
	}
	.top img {
		width:710px;
		height:115px;
		}

h2 {
	width: 710px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	font-size:100%;
	}

.menu {
	background-color: #7b0000; /* colore */
	color:#FFFFFF;
	vertical-align: middle;
	border-bottom: 1px dashed #FFFFFF;
	}

.menu_int {
	width: 700px;
	padding-top: 5px;
	padding-bottom:10px;
	text-align:left;
	}
	.menu_int a{
	color:#FFFFFF;
	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: #000000;
	border-bottom: #FFFFFF 1px dashed;
	padding-bottom: 10px;
	}

.content {
	background-color: #FFFFFF;
	border: 1px dashed #7b0000; /* colore */
	margin-top: 10px;
	width: 690px;
	padding: 10px;
	min-height: 250px;
	height: auto !important;
	clear:both;
	}

.bottom-div {
	background-color: #000000;
	width: 100%;
	min-height: 110px;
	height: auto !important;
	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: #000000;
	padding:10px;
	}

.bottom-div-bottom {
	float:right; width:460px;
	background-color: #7b0000; /* colore */
	padding:10px;
	color:#FFFFFF;
	}

h3 {font-size:125%; margin:0px; }

/**************************** FOOTER *****************************/

.footer {
	background-color: #7b0000; /* colore */
	border-bottom: 1px dashed #FFFFFF;
	color:#FFFFFF;
	margin:0 auto;
	text-align:center;
	clear:both;
	border-bottom-width: 1;
	padding-top:6px;
	padding-bottom:6px;
	font-size:90%;
	}
	.footer a {
		color:#FFFFFF;
		text-decoration: underline;
		}
	.footer a:hover {
		text-decoration: none;
		}
