#container{
 	background-color:white; 
	border:1px solid #d9d9d9;
}
#wrapper {
	margin: 0 auto;
	width: 978px;
	w\idth: 980px;  /* C + L + R + 2 */
	text-align: left;
}
.outer1 {
	margin-left: 369px;
}
.outer2 {
	margin-right: 250px;
/*	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;*/
	margin-top: 10px;
	margin-bottom: 20px;
}
.outer0 {
	position: relative;
	margin-left: -370px;
	margin-right: -250px;
}
.wrap-cl {
	float: left;
	width: 727px; /* C + L + 1 */
}
.center {
	float: right;
	width: 358px;  /* C */
	overflow:hidden;
/*	background-color:red; */
}
.left {
	float: left;
	width: 368px;  /* L */
	margin-right: 1px;
/*	background-color:blue; */
}
.right {
	float: right;
	width: 249px;  /* R */
	margin-left: 1px;
/* 	background-color:green; */
}

/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
* html .inleft, * html .inright, * html .incenter {
	width: 100%;
	overflow: hidden;
}
* html .wrap-cl {
	position: relative;
}
/**/

.outer0 {
/*	word-wrap: break-word; */
}

.clear {
	clear: both;
}



#footer{
	width:100%;
	border-top:1px solid white;
	background-color:#eaeaea;
}
#footer_top{
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
	padding:10px 0;
}
#footer_bottom{
	width: 100%;
	border-top: 1px solid white;	
	padding:10px 0;
}

#banner{
	background-color:white;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#banner img{
	display:block;
}

.inleft{
	padding:0px 9px 0px 20px;
	
}
.incenter{
	padding:0px 9px 0px 10px;
}
.inright{
	padding:0px 20px 0px 9px;
}
