html, body {
	font: 11px Tahoma, Arial;
	margin: 0;
	padding: 0;
	background: url(../img/header_.png) repeat-x;
}
a {
	color: #333333;
}
img {
	border: 0px;
}
h1 {
	font: 25px Georgia;
	margin: 0px;
	margin-bottom: 10px;
}
#wrap {
	width: 750px;
	margin: 0 auto;
}
#header {
	width: 750px;
	margin: 0 auto;
}
#navigation {
	height: 20px;
}
#navigation a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	height: 14px;
}
#navigation a:hover {
	background: #bfbfbf;
}
#navigation a.active {

}
#content {
	margin-top: 5px;
	text-align: justify;
}
#settings {
	float: right;
	padding: 15px;
	color: #666;
}
#settings a {
	text-decoration: none;
}
#text {
	padding: 10px;
	padding-bottom: 0;
}
#foto {
	border: solid 1px #bfbfbf;
	float: right;
	padding: 5px;
}
#footer {
	background: url(../img/footer.png);
	color: #666666;
	text-align: center;
	clear: both;
	padding-top: 53px;
	padding-bottom: 20px;
}	
