@charset "UTF-8";
/* CSS Document */

.center{
background-color:#006729; /*verde scuro*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:400;
font-style:normal;
color:#FFFFFF;
padding:0px;
margin-left:auto;
margin-right:auto;
position:relative;
height:735px;
width:700px;
float:left;
}

.content{
width:956px;
height:735px;
position:relative;
}

.left{
background-color:#006729; /*verde scuro*/
border-color:#33ff66;
border-style:solid;
border-left-width:10px;
border-top:none;
border-right-width:3px;
border-bottom:none;
height:735px;
padding:0px;
float:left;
width:115px;
margin-left:auto;
margin-right:auto;
z-index:0;
}

.maincontent{
height:800px;
width:956px;
margin-left:auto;
margin-right:auto;
position:relative;
}

.right{
background-color:#006729; /*verde scuro*/
border-color:#33ff66;
border-style:solid;
border-right-width:10px;
border-top:none;
border-left-width:3px;
border-bottom:none;
height:735px;
position:relative;
float:left;
width:115px;
margin-left:auto;
margin-right:auto;
}