#body
{
	padding: 20px;
	font-family: Georgia, Times;
	font-size: 0.85em;
	background: #ddcc72;
	line-height: 1.4em;
}

#main
{
	position: relative;
	margin: 0 auto;
	background: url(../img/back.jpg);
	width: 785px;
	height: 518px;
	border: 2px solid #e0f1f9;
}

#main > #navigation
{
	position: absolute;
	overflow: auto;
	width: 146px;
	top: 160px;
	left: 40px;
	height: 267px;
	padding: 20px;
	background: url(../img/transparentNav.png);
}

* html #navigation
{
	width: 146px;
	height: 267px;
	padding: 20px;
	overflow: auto;
	margin: 160px 20px 0 20px;
	float: left;
	background: #f4f5f6;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	margin: 0 0 10px 0;
	padding: 0;
}

#navigation a
{
	display: block;
	margin: 0;
}

*html #navigation li {
	margin-bottom: -8px;
}

#main > #content
{
	position: absolute;
	left: 250px;
	top: 160px;
	padding: 20px;
	width: 446px;
	height: 267px;
	overflow: auto;
	background: url(../img/transparentCont.png) no-repeat;
}

* html #content
{
	padding: 20px;
	width: 446px;
	height: 267px;
	overflow: auto;
	margin: 160px 0 0 20px;
	background: #f4f5f6;
}

#footer
{
	position: relative;
	margin: 0 auto;
	width: 690px;
	color: #FFF;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}

.fotos { float: right; }
.fotos img { display: block;
}
#content img {
	margin: 0 0 20px 20px;
	border: 1px solid #ddcc72;
}
h1, h2, h3 { margin-top: 0; }

a
{
	color: #000;
	text-decoration: none;
}

a:hover, .on
{
	color: #f05012;
}
td {
	border: 1px solid #000;
}
