body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #f8eadf;
}

#contenitore{
width: 900px; /*Width of main container*/
height: 700px;
margin: 0 auto; /*Center container on page*/
background-image: url(../00images/sfondi/WW_SFONDO_BASE.jpg);
background-repeat:no-repeat;
background-position: bottom;
background-attachment: scroll;
border : 2px solid #CC0033;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:09px;
font-weight:bold;
line-height: 12px;
color: #800000;
}

#testata{
height: 136px; /*Height of top section*/
width: 100%;
background-image: url(../00images/loghi/logowesternworld04.jpg); /*immagine di sfondo della testata*/
background-repeat:no-repeat;
background-position:center;
border-bottom : 1px solid #CC0033;
}

#box03{
height: 146px;
width: 100%;
border: none;
text-align: left;
}

#titolo01{
height: 16px;
width: 100%;
text-align: center;
font-size: 16px;
padding-top: 3px;
border: none;
}

#titolo02{
height: 25px;
width: 100%;
text-align: center;
font-size: 10px;
padding-bottom: 3px;
border-bottom : 1px solid #CC0033;
}

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

#titolo3{
margin: 0 0 0 120px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: 18px;
width: 777px;
border-top: none;
font-size: 140%;
font-weight: bold;
text-align: center;
}

#contentcolumn{
margin: 0 0 0 120px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: 331px;
width: 757px;
float: right;
overflow: auto;
border-top: 1px solid #CC0033;
border-bottom: 1px solid #CC0033;
text-align: justify;
padding: 10px;
}

#colonnasinistra{
float: left;
width: 122px; /*Width of left column in pixel*/
height: 370px;
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
border-right: 1px solid #CC0033;
border-bottom: 1px solid #CC0033;
}

