body {
color: #000; 
background-color: #EAEBE7; 
font-family: verdana, sans-serif; 
font-size: 11px; 
text-align: center;
margin: 1px 0;
}

.container {
margin: 0 auto;
width: 750px;
text-align: left;
background: #fff;
/*background-image: url(../img/bg_header.gif);
background-repeat: repeat-x;*/
/* border: 2px solid #000; */
}


* html .container {
width: 750px; 
width: 750px; 
}

.outer {
border-left: 150px solid #fff;  
border-right: 160px solid #fff;
/*background: url(../img/blackline.gif) 100% 0 repeat-y;*/
}


* html .outer {
background:  url(../img/bg_spallaDx.gif) 590px 0 repeat-y;
}

.inner {
margin-left: -2px; 
width: 590px;
/*border: 1px solid red;*/
border-width: 0 0 0 2px;
}


* html .inner {
width: 100%;
}

.float-wrap {
float: left;
width: 570px;
margin-left: -150px;    
/*border: 1px solid yellow;*/   
}


.left {
float: left;
width: 147px;
position: relative;
/*border: 1px solid green  */ 
}

.right {
float: right; 
width: 147px;
position: relative;
/*border: 1px solid green;*/ 
background-image: url(../img/bg_spalladx.gif);
background-repeat: repeat-x;
background-color: #EAEBE7;
border-bottom:1px solid #fff;
}


* html .right {
margin: 0 -160px 0 0; /*** IE gets this margin. ***/
}

.center {
float: right;
width: 400px;
/*border: 1px solid green */
}

.wide {
background-color: #EAEBE7;
width: 100%; 
}

.top {
border-width: 0 0 2px;
}

.bottom {
background-color: #EAEBE7; 
border-top: 3px solid #EAEBE7;
}


/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid transparent;
}


/* layout per info traffic*/

#container2
{
margin: 0 auto;
width: 750px;
text-align: left;
background: #fff;
border: 0px solid red;
}


#leftnav
{
float: left;
width: 147px;
position: relative;
/*border: 1px solid green;  */ 
margin-left:-2px;
}

#content
{
/*border: 1px solid black;*/
margin-left: 165px;
}


.footer
{
background-color: #EAEBE7; 
border-top: 3px solid #EAEBE7;
clear: both;
margin: 0;
padding: 0;
color: #333;
}