body {
color: black;
background-color: #99ccff;
text-align: center;
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
background-image: url("img/pattern.gif");
}

#container {
width: 750px;
margin: 10px auto;
padding: 0;
background-color: white;
}

.striscia120 {
height: 120px;
width: 100%;
background-image:url("striscia120.jpg");
background-repeat: no-repeat;
background-color: #6699cc;
}

.striscia80 {
height: 80px;
width: 100%;
background-image:url("striscia80.jpg");
background-repeat: no-repeat;
background-color: #6699cc;
}

.strisciacen120 {
height: 120px;
width: 750px;
background-image:url("./img/striscia120.jpg");
background-color: #6699cc;
}

.strisciacen80 {
height: 80px;
width: 750px;
background-image:url("img/striscia80.jpg");
background-color: #6699cc;
}

#menu
{
    float: left;
    width: 150px;
    background-color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
#menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu li a
{
    display: block;
    width: 130px;
    text-decoration: none;
    padding: 10px;
	color: #6699cc;
}
#menu li#current, #menu span{
	display: block;
	width: 130px;
	padding: 10px;
    color: white;
    background-color: #6699cc;
}
#menu li a:hover
{
	color: white;
	background-color: #88bbee;
}

div.testo {
	text-align: left;
	float: right;
	color: white;
	background-color: #ffffee;
	color: black;
	width: 590px;
	font-size: 12px;
	border-style: none;
	border-left: 10px solid #6699cc;
}

div.testo#home {
	text-align: center;
}

#strisciabottom {
	clear: both;
	border: 7px solid #6699cc;
}

p {
	font-size: 12px;
	padding: 10px;
	margin:0px;
}
h1 {
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	margin:0px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	margin:0px;
}
pre {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	padding: 8px;
}

a {
color: #003366;
}

form {
border: 0;
margin: 0;
text-align: center;
}

img.thumbnail {
	border: 0;
	padding: 0px 8px 10px 0px;
	float: left;
}

span.hl {
color: #6699cc;
font-weight: bold;
}

