/*
********** Indirizzi utili per gestire i css: **********
http://kalsey.com/2003/07/rounded_corners_in_css/
http://www.cssjuice.com/25-rounded-corners-techniques-with-css/
http://www.angelfire.com/al4/rcollins/style/fonts.html
http://www.pageresource.com/dhtml/cssprops.htm
*/

body {
	background-color: #000000;
	margin: 50px;
	font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif;
}
A:link {
	color: #000000;
	font-style: italic;
}
A:visited {
	color: #000000;
	font-style: italic;
}
A:hover
{
	color: #003882;
	font-style: italic;
}
.roundcont {
	background: url(Immagini/bg_color.png) repeat;
	background-color: #FFFFFF;
	border: solid 0px #777777;
	color: #000000;
}
.titolo {
	position:absolute;
	top: 60px;
	left: 10%;
	width: 80%;
	border: solid 0px #777777;
	background: url(Immagini/bg_color.png) repeat;
	background-color: #FFFFFF;
	color: #777777;
	text-align: center;
	font-family: "Times New Roman";
	font-weight: bold;
	font-style: italic;
	font-size: 45px;
/*	font-variant: small-caps;*/
}
.internal {
/*	margin: 3%;*/
	margin: 30px 30px 0px 30px;
	background: url(Immagini/bg_color.png) repeat;
	background-color: #FFFFFF;
	border: solid 0px #777777;
	color: #000000;
	font-family: "Times New Roman";
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
}
.menu {
	padding: 5px;
	margin: 0px 30px 0px 30px;
	background: url(Immagini/bg_color.png) repeat;
	background-color: #FFFFFF;
	text-align: center;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #000000;
	font-family: "Times New Roman";
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
}
.footerimg {
	height: 120px;
	vertical-align: middle;
	margin: 0px 30px 0px 30px;
	border: solid 0px #777777;
	overflow-x: auto;
	overflow-y: hidden;
}
.footer {
	position: relative;
	top: 30px;
	left: 25%;
	width: 50%;
	border: solid 0px #777777;
	text-align: center;
	font-family: "Times New Roman";
	font-style: italic;
}
.roundcont p {
	margin: 0 10px;
}
.roundcont h1 {
	margin: 0 10px;
}
.roundcont h2 {
	margin: 0 10px;
}
.roundcont h3 {
	margin: 0 10px;
}
.roundtop { 
	background: url(Immagini/corner_upper_right.png) no-repeat top right; 
}
.roundbottom {
	background: url(Immagini/corner_bottom_right.png) no-repeat top right; 
}
img.corner {
   width: 50px;
   height: 50px;
   border: none;
   display: block !important;
}
div.riquadro {
	background-color: #777777;
	border: 1px solid #777777;
	margin: 50px;
	padding: 50px;
	background: url(Immagini/corner_upper_left.png) top left no-repeat;
} 
div.Article h3 {
	background: url(Immagini/corner_upper_right.png) top right no-repeat;
	font-size: 1.3em;
	padding: 15px;
	margin: 0;
}
div.ArticleBody {
	background: url(Immagini/corner_upper_right.png) top right repeat-y;
	margin: 0;
	margin-top: -2em;
	padding: 15px;
}
div.ArticleFooter {
	background: url(Immagini/corner_bottom_left.png) bottom left no-repeat;
}
div.ArticleFooter p {
	background: url(Immagini/corner_bottom_right.png) bottom right no-repeat;
	padding: 15px;
	display: block;
	margin: -2em 0 0 0;
}
