body {
	margin:0; padding:0; border:0;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background:#f4f1e8;
	text-align:center;
	color:#666;
	}

a { text-decoration:underline; color:#193f4a;}

#container-home {
	width:880px;
	background:#fff;
	margin: auto;
	}

#title {
	color: #efb702;
	font-size: 24px;
}

#home {
	width:850px;
	background:#fff;
	margin: auto;
	padding: 15px;
	}

#content {
	background:#fff;
	margin: auto;
	padding: 5px;
	text-align:justify;
	}


#footer {
	width: 860px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size:11px;
	color:#fff;
	background:#1c444e;
	margin: auto;
	}
	
	#footer a { text-decoration:none; color:#999; }


.left {
float: left;
margin-right: 15px;
margin-bottom: 5px;
border: 1px solid #CCC;
}

.right {
float: right;
margin-left: 10px;
}