body {
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0 0 0 0; /* ignored by IE6, necessary for Safari */
	padding: 0 0 0 0;
	text-align: center; /* centers wrapper in IE6 */
}
.wrapper {
	margin: 20px auto 20px auto; /* centers the wrapper and gives it top and bottom margins */
	width: 752px; /* fills an 800x600 pixel screen */
	w\idth: 750px; /* center + left + 1 */
	text-align: left;
	background-color: #fff; /* left */
	border: 1px none blue;
}
.wide {
	background-color: #fff;
}
.top {
	border-bottom: 2px solid #ccc;
}
.outer1 {
	margin-left: 180px; /* left, orginally 150px*/
	background-color: #fff; /* center */
	border-left: 1px none #ccc;
}
.outer0 {
	position: relative;
	margin-left: -181px; /* orginally 151px*/
}
.center {
	float: right;
	width: 569px; /* center, orginally 599px */
	border: 1px none #c09;
}
.left {
	float: left;
	width: 158px; /* left, orginally 128px */
	border: 1px none #c09;
}
.clear {
	clear: both;
}
.bottom {
	font-size: 80%;
	text-align: center;
	border-top: 2px solid #ccc;
	margin-bottom: 20px;
}
.nav {
	font-size: 1.3em;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
.left p {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
.left ul, li {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
.center p {
	text-align: justify;
}
p, h1, h2, h3 {
	margin: 0 0 1em 0;
	border: 1px none red;
	padding: 0 0 0 10px;
}
.box_of_input {
	margin: 0 auto 0 auto;
	padding: 0px;
	border: 1px none #c09;
	background-color: #fff;
}
.box_of_input table, td, select, input {
	font-size: 95%;
}

