body {
	margin-right:15%;
	margin-left: 15%;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: verdana, arial, sans-serif; 
	font-size:0.8em; 
	color:#000;
	
}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
.wide {
	background-color: #fff;
}
.header {
	border-bottom: 1px solid #ccc;
	text-align: center;	
}
.footer {
	margin-top: 1em;
	clear: both;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	padding-top: 2ex;
	color: #ccc;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}

.wrapper {
	background-color: #fff;
}
.outer {
	margin-left: 170px; /* L */
	margin-right: 160px; /* R */
	/*background-color: #9c0; */
}
.wrap-cl {
	float: left;
	width: 100%;
	margin-right: -1px;
}
.center {
	float: right;
	width: 100%;
	margin-left: -1px;
}
.left {
	float: left;
	position: relative;
	width: 170px;  /* L */
	margin-left: -171px;  /* -L-1 */
	margin-right: 2px;
}
.right {
	float: right;
	position: relative;
	width: 160px;  /* R */
	margin-right: -161px;  /* -R-1 */
	margin-left: 2px;
}
/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
.inleft, .inright, .incenter {
	width: 100%;
	overflow: hidden;
}
.wrap-cl {
	position: relative;
}
/**/
* html .wrap-cl {
	margin-right: 0;
}
* html .center {
	margin-left: 0;
}
* html .left {
	margin-right: 1px;
}
* html .right {
	margin-left: 1px;
}
/* regola su incenter previene espansione center \*/
* html .outer, * html .wide, * html h2, * html .wrapper {
	height: 1px;
}
* html .incenter {
	width: 100%;
	margin-right: -10000px;
}
/**/
.outer {
	word-wrap: break-word;
}
p, h1, h2, h3 {
	margin: 0 0 1em 0;
	border: 1px solid #fff;
}
.minwidth {
	min-width: 504px;
}
* html .minwidth {
	border-left: 504px solid #fff;
}
* html .wrapper {
	margin-left: -504px;
	position: relative;
}
/*\*/
* html .minwidth {
	height: 1px;
}
/**/

/*+++++*/
#tagline{
	position: relative;
	font-style: italic;
	bottom: 20px;
	margin-left: 110px;
}
/* Content styles: */ 
h1 {text-align:center;}
h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;	
	text-align:center;
	
}
