@charset "utf-8";
/* CSS Document */

html, body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img { border:0; }

p { margin-bottom:5px; }

input { width:300px; }
textarea { width:300px; height:200px; }

a { color:#ee2126}

#MainBox {
	background-image: url(/img/bg_bandarossa.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#MainTable {
	border: 2px solid #CCCCCC;
	border-top: none;

}

#BoxMenu {
	margin: 100px 0 0 10px;
	/*background-color:#00FF33;*/
	width: 140px;
}

#BoxMenu ul { 
	margin:0;
	padding:0;
	list-style-type:none;

}

#BoxMenu ul li { 
	margin-bottom:20px;
}

#BoxMenu a {
	color: #FFF;
	font-size: 12pt;
	text-decoration:none;
	font-weight: bold;
}

#BoxMenu a:hover {
	color: #CCC;
}

#BoxTitleSezioni {
font-size: 11pt;
font-weight: bold;
width:800px;
margin: 23px 0 0 30px;
}

#BoxContent {
margin: 0 30px;
line-height: 22px;
}

#BoxFooter {
font-size: 8pt;
color: #333333;
}

#gallery { border: 1px dotted #ee2126; }