body {
	padding: 0;
	background: #dfd9c0;
}

p {
	/*text-indent: 1.2em;*/
}

.break_float {
	clear: both;
}


.container {
	display: block;
	
	position: relative;
	
	width: 50em;
	height: auto;
	
	margin: 0 auto;
	padding: 0;
	
	background: #fcfcf1;
}

/***** Header *****/

.header {
	display: block;
	
	position: relative;
	
	width: auto;
	height: 202px;
	
	margin: 0;
	padding: 0;
	
	background: url(../images/structure/header.jpg) repeat-x;
}

.header #header_left {
	display: block;
	
	position: absolute;
	top: 0;
	left: -25px;
	
	width: 55px;
	height: 202px;
	
	background: url(../images/structure/header_left.jpg) center left no-repeat;
	
}

.header #header_right {
	display: block;
	
	position: absolute;
	top: 0;
	right: -25px;
	
	width: 105px;
	height: 202px;
	
	background: url(../images/structure/header_right.jpg) center right no-repeat;
}

.header h1 {
	visibility: hidden;
}

.header img#logo {
	position: absolute;
	top: 50px;
	left: 30px;
	
	width: 203px;
	height: 106px;
}

img#logo_print {
	display: none;
}

.header #date {
	position: absolute;
	bottom: 40px;
	right: 80px;
	
	font-size: 0.7em;
	color: #ac9d91;
}

.header #header_clip {
	position: absolute;
	bottom: 17px;
	right: 0;
}

.header #language_menu {
	display: block;	
	
	position: absolute;
	top: 0;
	right: 80px;
	
	width: auto;
	height: 50px;
	
	margin: 0;
	padding: 0 0 0 70px;
	
	background: url(../images/structure/language_menu_left.jpg) left bottom no-repeat;
	
	font-size: 0.6em;
}

.header #language_menu ul {
	display: block;
	
	position: relative;

	width: auto;
	height: 31px;
	
	margin: 0;
	padding: 19px 0 0;
	
	background: url(../images/structure/language_menu_central.jpg) bottom repeat-x;
}

.header li {
	position: relative;
	top: 2px;
	
	display: inline;
	
	margin: 0 0 0 1em;
	padding: 0;
	
	color: #beb2a8;
}

.header li a {
	margin-right: 1em;
	
	color: #ebe1d8;
	text-transform: uppercase;
}

.header li a#selected_l {
	color: #f0d39e;
	text-decoration: none;
}

/***** Menu *****/

.menu {
	display: block;
	
	position: relative;
	
	width: auto;
	height: 3em;
	
	margin: 0;
	padding: 0;
	
	background: #ac9d91 url(../images/structure/menu_sides.jpg) bottom repeat-x;
	
	font-size: 0.7em;
	letter-spacing: 0.1em;
}

.menu ul {
	display: block;
	
	position: absolute;
	bottom: 0;
	
	width: auto;
	height: auto;
	
	margin: 0 10px;
	padding: 0 1em 1.1em;
	
	background: url(../images/structure/menu_central.jpg) bottom repeat-x;
	
	list-style: none;
}

.menu li {
	display: inline;
	
	margin: 0 0.5em 0 0;
	padding: 0;
	
	color: #beb2a8;
}

.menu a {
	margin: 0 0.5em 0 0;
	color: #ebe1d8;
	text-transform: uppercase;
}

.menu a:hover {
	text-decoration: none;
	
	padding-bottom: 0.5em;
	
	border-bottom: 0.35em #ebe1d8 solid;
}

.menu a#selected {
	color: #f0d39e;
	text-decoration: none;
	
	padding-bottom: 0.5em;
	
	border-bottom: 0.35em #f0d39e solid;
}

/***** Contents *****/

.contents {
	display: block;
	
	position: relative;
	
	width: auto;
	height: auto;
	
	margin: 0 10px;
	padding: 2em 20px;
	
	background: #f9f6e9;
	
	color: #8e8279;
}

.contents h2 {
	margin: 0 0 1em 0;
	padding: 0 0 0.6em 0;
	
	font-size: 1.6em;
	letter-spacing: 0.1em;
	color: #f0d39e;
	text-transform: uppercase;
	
	background: url(../images/structure/h2_separator.gif) bottom repeat-x;
}

.contents p {
	margin: 0 0 1em;
	padding: 0;
	
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 0.9em;
	line-height: 1.7em;
	color: #8e8279;
	text-align: justify;	
}

.contents .page_clip {
	/*float: right;*/
	
	position: relative;
	
	/*width: 400px;
	height: 267px;*/
	
	/*margin: 10px 30px;
	padding: 0;*/
	
	border-top: 15px #ac9d91 solid;
	border-left: 15px #dfd9c0 solid;
}

.contents .page_clip a.clip_img {
	position: absolute;
	top: 8px;
	left: 8px;
	
	/*width: 400px;
	height: 267px;*/
		
	overflow: hidden;
}

.contents .page_clip img {
	border: none;
}

.contents .page_clip .img_buttons {
	display: block;
	
	position: absolute;
	right: -8px;
	/*top: 267px;
	
	width: 400px;*/
	height: auto;
	
	margin: 0;
	padding: 0.5em 0;
	
	border-top: 8px #f9f6e9 solid;
	
	background: #dfd9c0;
	
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	color: #c7c2ac;
}

.contents .page_clip .img_buttons .prev, .contents .page_clip .img_buttons .next {
	margin: 0 1em;
	padding: 0;
	
	color: #9b957e;
}

/***** Footer *****/

.footer {
	display: block;
	
	position: relative;
	
	clear: both;
	
	width: auto;
	height: 4em;
	
	border-bottom: 1em #dfd9c0 solid;
	
	background: #ac9d91 url(../images/structure/footer_sides.jpg) top repeat-x;
	
	font-size: 0.7em;
	letter-spacing: 0.1em;
	color: #fcfcf1;
	
}

.footer #footer_center {
	position: absolute;
	top: 0;
	right: 0;
	
	width: auto;
	height: 4px;
	
	margin: 0 10px;
	padding: 0;
	
	background: url(../images/structure/footer_central.jpg) top repeat-x;
}

.footer #footer_left {
	position: absolute;
	top: 1.4em;
	left: 30px;
}

.footer #footer_right {
	position: absolute;
	top: 1.6em;
	right: 30px;
	
	color: #beb2a8;
}

.footer a {
	color: #fcfcf1;
	text-decoration: none;
	text-transform: uppercase;
}

.footer a:hover {
	color: #f0d39e;
	text-decoration: none;
}

