body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #2b4e83;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
.wide {
}
.top {
	margin-bottom: 0px;
}
.bottom {
	background-color: #ecf1f5;
	color: #243e68;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	width: 762px;
	w\idth: 760px;  /* C + L + R + 2 */
	text-align: left;
	background-color: #ecf1f5; /* L */
}
.outer1 {
	margin-left: 138px;
	background-color: #ecf1f5; /* R */

}
.outer2 {
	margin-right: 160px;
	background-color: #fff; /* C */
}
.outer0 {
	position: relative;
	margin-left: -138px;
	margin-right: -160px;
	border-bottom: 4px solid #fff;
}
.wrap-cl {
	float: left;
	width: 599px; /* C + L + 1 */
}
.center {
	float: right;
	width: 456px;  /* C */
	margin-top: 8px;
}
.left {
	float: left;
	width: 136px;  /* L */
	margin: 2px 2px 4px 2px;
	
}
.right {
	float: right;
	width: 158px;  /* R */
	margin: 2px 0px 4px 1px;
}

/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
.inleft, .inright, .incenter {
	width: 100%;
	overflow: hidden;
}
.wrap-cl {
	position: relative;
}
/**/
.outer0 {
	word-wrap: break-word;
}
