@CHARSET "UTF-8";

body{
	background:#b3180a url("/images/wrapper.png") repeat-x top;
	font-family:arial; 
	font-size:12px;
    line-height: 19px;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
h1, h2{
	font-size: 24px;
	line-height:28px;
	font-weight:normal;
	color:#f6d49a;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom:1px solid #c11a0b;
}
a{
    outline:none;
	color:#ffc76a;
	text-decoration:none;
}
a:hover{
	outline:none;
	color:#FFFFFF;
	text-decoration:none;
}
ul{
	margin:0px;
	padding:0px;
}
li{
	color:#ffffff;
	font-size:12px;
	line-height: 19px;
	background-image:url("/images/li.gif");
	background-position:0 8px;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 5px 12px;
}
img{
	border: 0px;
}
#wrapper{
	background:transparent;
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#header{
	height:585px;
}
#content{
    padding:0px;
	background: url("/images/content-wrapper.png") repeat-y center;
}
#content .wrapper-bottom{
	background: url("/images/content-wrapper-bottom.png") no-repeat bottom center;
	padding-bottom: 20px;
}

#content .wrapper-top{
	background: url("/images/content-wrapper-top.png") no-repeat top center;
	padding: 25px 30px;
}

#left{
	background:transparent;
	width:500px;
	float:left;
	overflow:hidden;
	text-align:left;
}
#right{
	background:transparent;
	width:310px;
	float:right;
	overflow:hidden;
	text-align:left;
}
.map, .foto, .video{
    border:solid #b3180a 5px;
}
#left .foto, #left .video{
	float:left;	
	margin: 0 15px 15px 0;
}
#footer{
	padding:25px;
	color:#ffffff;
	font-size:12px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#ffc76a;
	text-decoration:none;
}
.clear{
	line-height:0px;
	font-size:0px;
	clear:both;
}
