@charset "utf-8";
/* CSS Document */

body{
	margin: 0 auto;
	padding: 0;
	background: #990000;
	background-image: url(images/bg.gif);
	font-family: "Times New Roman", Times, serif;
}

 a:link, a:visited {
	color: #ffd700;
	text-decoration: none;
	
}

 a:hover, a:active {
	text-decoration: underline;
	color: #1e90ff;
}


p{
	text-align: justify;
	font-size: 20px;
	margin: 15px;
}

h2{
	text-align: center;
	margin: 15px 0 0px 0;
	color: orange;
}

h5{ 
	text-align:center;
	margin: 0 0 0 0;
	color:#000

}

#container{
	width: 900px;
	height: auto;
	background: transparent;
	margin: 10px auto;
	text-align: center;
	
}

.link{
	margin: 5px;
}

/* corpo Header */

#header{
	width: 900px;
	height: 143px;
	margin: 0;
	padding: 0;
	background: #6a0000  url(images/header.png);
}

/* fine Header */

/* corpo centrale */

#content{
	width: 900px;
	height: auto;
	background: transparent;
	margin: 25px 0 25px 0;
	padding: 0 0 25px 0;
}

#box_left{
	float: left;
	width: 200px;
	height: auto;
	margin: 0 0 25px 0;
	background-color: #6a0000;
	text-align: left;
	font-size: 18px;
	border: thin;
	border-style: solid;
	border-color: #9f0000;
	color: #6a0000;
	
	
}

#box_left img{
	margin-left: 25px;
	margin-bottom: 50px;
	
}
 
 #box_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

 #box_left li {
	margin-bottom: 10px;
	padding: 10px 15px;
}

 #box_left li ul {
}

 #box_left li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/li.png) no-repeat left 50%;
}

#box_center{
	float: left;
	width: 450px;
	height: auto;
	margin: 0 0 25px 25px;
	;
	padding: 0 0 0 0;
	background-color: #6a0000;
	border: thin;
	border-style: solid;
	border-color: #9f0000;
	text-align: center;
	
}

#box_article{
   float: left;
	width: 450px;
	height: auto;
	text-align: justify;
	margin: 0 0 25px 13px;
	padding: 10px;
	background-color: #6a0000;
	border: thin;
 	border-style: solid;
 	border-color: #9f0000;
	
}

.article{
	text-align: justify;
	font-size: 12px;
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	
}

#box_right{
	float: right;
	width: 200px;
	height: auto;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	background-color: #6a0000;
	border: thin;
	border-style: solid;
	border-color: #9f0000;
	color: #6a0000;
	
}

#box_right img{
	margin-top: 30px;
	
}

#box_right p{
	text-align: center;
	margin: 0 0 0 0;
}

/* fine centrale */

/* corpo footer */

#footer{
	clear: both;
	width: 900px;
	height: 80px;
	margin: 0;
	padding-top: 40px;
	background-color: #6a0000;
	border: thin;
 	border-style: solid;
 	border-color: #9f0000;
	
}

.title_footer_top{
	width: 900px;
	color: #000;
	font-size: 20px;
	
	
}

.title_footer_bottom{
	width: 900px;
	color: #ffffff;
	font-size: 12px;
	
	
}

/* fine footer */
