body {
     text-align: center;
     min-width: 740px;
     padding: 0;
     margin: 0;
	 font-family: Helvetica,  Arial, sans-serif;
	 color: #656566;
	 background-color: #eeeeee;
}
body p {
}

#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 3px solid #eeeeee;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #fff;
}

#header {
	padding: 40px 40px 0 40px;
	height: 85px;
	border-bottom: 3px solid #eeeeee;
	text-align:right;
}

#content {
	margin: 0;
	text-align: center;
}
 

#content .top {
     padding-top: 1px;
     margin: 10px 40px 30px 40px;
	 font-size: 11px;
}

#content .left {
     padding-top: 10px;
     margin: 0 0 0 40px;
	 width: 283px;
	 float: left;
	 font-size: 12px;
	 line-height: 21px;
}
 
#content .right {
	padding: 0 50px 0 0;
	width: 665px;
	float: right;
	font-size: 16px;
	line-height: 29px;
	text-align: left;
}
 
#footer {
	margin: 0;
	height: 105px;
	clear: both;
}

#footer a, a:active, a:focus{
	color: #656566;
	text-decoration: none;
	outline: 0;
	outline-style:none;
}

#footer a:hover {
	color: #656566;
	text-decoration: underline;
	outline: 0;
	outline-style:none;
}


#footer .top {
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0;
	height: 63px;
	clear: both;
	font-size: 11px;
	line-height: 18px;
	border-top: 3px solid #eeeeee;
 } 
 #footer .left {
	height: 63px;
	width: 652px;
	float: left;
 }
 #footer .right {
	height: 63px;
	text-align: right;
	width: 340px;
	float: right;
 }
 #footer .bottom {
	margin: 0 40px 0 40px;
	font-size: 12px;
	text-align: right;
	width: 680px;
	float: left;
 }
