body{
margin:0;
padding:0;
text-align: center;
background: #f1e6d0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}

#maincontainer{
margin: 0 auto;
width: 800px;
overflow: hidden;
text-align: left;
background: #decdac url('../img/fondo.jpg') repeat-y bottom left;
}

#topsection{
height: 150px;
background: #decdac url('../img/top.jpg') no-repeat bottom left;
}

.cont_top{
margin: 125px 20px 0 0;
padding: 2px 10px 4px 10px;
float: right;
}

#contentwrapper{
float: left;
width: 100%;
overflow: hidden;
}

#contentwrapper a{
color: #800000;
text-decoration: none;
}
#contentwrapper a:hover{
color: #982d1d;
text-decoration: underline;
cursor: pointer;
}

#contentcolumn{
margin-right: 168px;
overflow: hidden;
}

#contentcolumn h1{
margin: 0 0 15px 0;
font-size: 16px;
color: #800000;
text-align: left;
}

.cont_content{
margin: 0 0 0 20px;
padding: 10px 10px 10px 50px;
border-bottom: 1px solid #982d1d;
overflow: hidden;
width: 551px;
}

#rightcolumn{
float: left;
width: 167px;
overflow: hidden;
margin-left: -168px;
}

.cont_right{
margin: 0 20px 0 0;
padding: 10px;
color: #800000;
}

#rightcolumn a{
color: #800000;
text-decoration: none;
}
#rightcolumn a:hover{
color: #982d1d;
text-decoration: underline;
cursor: pointer;
}

#rightcolumn h1{
margin: 0;
font-size: 14px;
color: #000000;
text-align: left;
}

#footer{
clear: left;
width: 800px;
}

.cont_footer{
margin: 0 20px;
padding: 2px 10px 4px 10px;
background: #581208;
text-align: center;
color: #decdac;
font-size: 10px;
}

.innertube{
margin: 10px;
}

.cont_gallery{
padding: 0;
margin: 0 10px 0 0;
float: left;
overflow: hidden;
max-width: 180px;
}

.cont_img{
padding: 5px;
margin: 0 0 5px 0;
background: #d1ae7b;
}

.cont_img02{
padding: 5px;
margin: 0 0 5px 0;
background: #d1ae7b;
float: left;
}

/* menu orizzontale */

.menup{
margin: 0 20px;
padding: 0 0 3px 0;
width: 760px;
overflow: hidden;
background: #decdac;
border-bottom: 1px solid #982d1d;
}

.menup ul{
margin: 0;
padding: 0;
overflow: hidden;
list-style-type: none;
width: 760px;
background: #982d1d;
}

.menup li{
display: inline;
margin: 0;
}

.menup li a{
float: left;
display: block;
background: #982d1d;
margin: 0;
padding: 2px 10px;
border-right: 1px solid #decdac;
text-decoration: none;
color: #decdac;
font-size: 11px;
line-height: 12px;
text-transform: uppercase;
}

.menup li a:visited{
color: #decdac;
}

.menup li a:hover, .menup li.selected a{
background: #581208;
}