/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: url(img/bg.jpg) repeat-x #5C0100;
	margin: 0px;
	padding: 0px;
}

table {
	font-size:12px;
}
input {
	font-size: 12px;
	padding: 2px;
	
}
input#iscriviti {
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	border: none;
}

#content {
	margin:0px;
	margin-left:5px;
	width: 800px;
}

#menutop {	
	border-bottom: 5px solid #B40001;
	color: #FFFFFF;
	padding: 5px;
	background: #000000;
	font-size: 10px;
}
#menutop a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}
#menutop a:hover {
	color: #BD0100;
}

#head {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

#corpo {

	background: #FFFFFF; 
	font-size: 14px;
	color: #000000;
	text-align:center;
	margin: 0px;
	padding: 10px;
	border-top: 2px solid #444444;
	line-height:22px;
}
#corpo p {
	padding:5px;
	margin:5px;
}

#corpo #bold {
	color:#5C0100;
	font-weight: bold;
}

#corpo h1 {
	color: #5C0100;
	font-size: 18px;
	border-bottom: 1px dotted #000;
	text-transform: uppercase;
	text-align:left;
}

#format  {
	text-align:center;
}
#format img {
	border: 2px solid #5C0100;
	margin:5px;
}
#format img:hover {
	border: 2px solid #000;
}

#boxtestimonial {
	
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background: #cccccc;
	width: 598px;
	margin: auto;
	

}

#boxtestimonial img {
	border:3px solid #042D5F;
}
	 
#boxtestimonial table tr td {
	font-size:12px;
	padding:1px;
	margin:1px;
}


.floatdiv {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	position:absolute; 
	width:150px;
	left:0px;top:0px; 
	padding:5px;
	background:#FFFFFF; 
	border:2px solid #ff9900; 
	text-align:center;
}

#action {
	margin:5px;
	padding:5px;
	border:2px dotted #5C0100;
	text-align:center;
}
#action a {
	
	color: #F00;
	font-weight: bold;
	padding:5px;
}

ul {
	padding:15px;
	margin:15px;
	list-style: url(img/spunto.jpg);
	text-align:left;
	
}
ul li {
}

ol {
	text-align: left;
}







