body {
	background:transparent url("images/bg.gif");
	text-align:center;
	font: normal 12px/15px Helvetica,Arial,Verdana,sans-serif;
}
div#wrapper {
	border:1px solid #000;
	width:998px;
	margin:30px auto 0;
	text-align:left;
	background:#880000 url("images/bme.gif") bottom left no-repeat;
}
div#header {
	color:#fff;
	font: normal 16px/40px Georgia, "Times New Roman", serif;
	padding:0 0 0 25px;
	text-align:left;
}
div#header a {
	text-decoration:none;
	color:#fff;
}
div#header a.selected {
	text-decoration: underline;
}
div#header a:hover {
	text-decoration: underline;
}
div#content {
	background:#dac537 url("images/bg_content.gif") top right repeat-y;
	min-height:568px;
	font: normal 12px/15px Helvetica,Arial,Verdana,sans-serif;
}
/* float-clearaus */
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content {display: inline-block;}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

/* end float-clearaus */

div#content div.left {
	float:left;
	width:325px;
}
div#content div.middle {
	font-family:Helvetica;
	font-weight:bold;
	padding: 25px 0;
	margin: 0 0 0 0;
	width:440px; 
	overflow:auto;
	float:left;
	background: transparent url("images/bg_rightcorner.gif") top right no-repeat;
}
div#content div.right {
	float:left;
	width:200px;
	padding: 25px 0 40px 11px;
	margin: 0 0 0 5px;
	background: transparent url("images/bg_leftcorner.gif") top left no-repeat;
}
div#footer {
	clear:both;
	height:130px;
	background:transparent url("images/sfp_rkp.gif") bottom right no-repeat;
}
h2 {
	font: bold 16px Georgia, "Times New Roman", serif;
	margin: 0 0 10px 0;
}

h3 {
	font: bold 14px Georgia, "Times New Roman", serif;
	margin: 0;
}
.right h3 {
	margin-left: 10px;
}
p {
	font: normal 12px/15px Helvetica,Arial,Verdana,sans-serif;
	margin: 5px 20px 10px 0;
	}
p.ingressi {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;
	margin-right: 20px;
}

/* .left */
.left h2 {
	font-size: 14px;
}
.left h2, .left p {
	margin-left: 22px;
}
.left a {
	font: bold italic 11px/15px Georgia, "Times New Roman", serif;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	}
.left a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
/* END .left */

/* .middle */

/* .right */
.right ul {
	margin: 10px 0;
	padding: 0 0 0 10px;
	color: #880000;
	list-style-type: square;
}
.right ul li {
	margin: 0 0 2px 0;
	padding: 0;
}
/* END .right */
a {
	color: #880000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr.hr_dashed {
	height: 0;
	border: 0;
	border-bottom: 1px dashed #000;
	margin: 15px 20px 15px 0;
}
.right hr.hr_dashed {
	margin: 15px 10px;
}
a.link_lasmer, span.link_lasmer a {
	font: bold italic 11px/15px Georgia, "Times New Roman", serif;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	}
a.link_lasmer:hover, span.link_lasmer a:hover {
	text-decoration: underline;
}