@charset "utf-8";

body {
	background-color: #402000;
}

a:link {
	color: #402000;
}
a:visited {
	color: #686859;
}
a:hover, a:active, a:focus {
	color: #402000;
}

#image_header_left {
	width: 480px;
	height: 120px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 25;
}
#image_header_right {
	float: right;
	width: 480px;
	height: 120px;
	padding-top: 0px;
	padding-left: 480px;
	position: absolute;
	z-index: 10;
}

.content_left {
	float: left;
	width: 440px;
	height: 800px;
	padding: 10px 15px 10px 25px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-image: url(../images/02_content_bg_left.png);
	background-position: 0px 110px;
	background-repeat: repeat-y;
}

h1 {
	margin-left: -25px;
}
.h2 {
	padding-top: 45px;
}

.content_right {
	float: right;
	width: 440px;
	height: 800px;
	padding: 10px 25px 10px 15px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-image: url(../images/02_content_bg_right.png);
	background-position: 0px 110px;
	background-repeat: repeat-y;
}

.legende {
	font-style: italic;
	text-align: left;
}

.footer {
	background-color: #cc9966;
}
#pagina_left {
	font-style: italic;
	text-align: right;
	text-decoration: underline;
	width: 425px;
	height: 45px;
	margin-top: -60px;
	padding-right: 45px;
	position: absolute;
	z-index: 10;
}
#pagina_right {
	font-style: italic;
	text-align: left;
	text-decoration: underline;
	width: 425px;
	height: 45px;
	margin-top: -60px;
	padding-left: 515px;
	position: absolute;
	z-index: 5;
}
#copyright {
	color: #402000;
}
