﻿body {
	background-image: url('images/Background.png');
	margin-top: 15px;
	background-repeat: repeat;
	font-family: Georgia, "Nimbus Roman No9 L";
	color: #593831;
	font-size: 16px;
}
.left_photo {
	margin: 0px 15px 5px 5px;
	float: left;
	clear: both;
	padding: 5px;
	border: 1px solid #BEA698;
	background-color: #FFFFFF;
}
.right_photo {
	margin: 0px 5px 5px 15px;
	float: right;
	clear: both;
	padding: 5px;
	border: 1px solid #BEA698;
	background-color: #FFFFFF;
}
h1 {
	font-size:20px;
	color:#B92F00;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}
h2 {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #BEA896;
	padding-bottom: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/********************* CSS layout *********************/

#masthead {
	margin: 0px auto 0px auto;
	height: 98px;
	width: 883px;
	background-image: url('images/header.png');
}
#menu {
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	width: 850px;
	height: 100%;
}
#top_nav_menu {
	margin: 0px auto 0px auto;
	width: 883px;
	height: 35px;
	background-image: url('images/menu.png');
	color: #593831;
	font-style: italic;
}
#container {
	position: relative;
	width: 883px;
	margin: 0px auto 0px auto;
	background-image: url('images/midcell.png');
	background-repeat: repeat-y;
}
#splash_cont {
	margin: 100px auto 0px auto;
	height: 434px;
	width: 666px;
}
#page_content {
	margin-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	margin-right: 300px;
	color: #593831;
}

#full_content {
	margin-left: 25px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: left;
	margin-right: 25px;
	color: #593831;
}

#calendario {
	margin-left: 35px;
	padding-bottom: 20px;
	font-size: 15px;
	font-style: normal;
	float: left;
	width: 810px;
	margin-top: 20px;
}

#slide {
	width:858px;
	margin: 0px auto 0px auto;
}


#right_col {
	position: absolute;
	width: 255px;
	z-index: 1;
	left: 602px;
	top: 16px;
	visibility: visible;
	text-align: center;
}

#footer {
	margin: 0px auto 0px auto;
	background-image: url('images/footer.png');
	width: 883px;
	height: 35px;
	font-size: 8pt;
	font-weight: 500;
	color: #593831;
	font-style: italic;
}
	
/********************* Tags *********************/


.footer_text {
	text-align: center;
	line-height: 12px;
}
.red_text {
	color: #B92F00;
}
.title {
	font-family: Georgia, "Nimbus Roman No9 L";
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #593831;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.splash__footer {
	width: 666px;
	text-align: center;
	font-family: Georgia;
	font-size: 8pt;
	font-style: italic;
	color: #593831;
	margin: 5px auto 0px auto;
	line-height: 14px;
	height: 20px;
}
.frame_mappa {
	padding: 4px;
	border: 1px solid #BFABAA;
	background-color: #FFF;
}

/************************ Hovering & Links ****************************/

a {	color: #593831;	text-decoration: none;}
a:link {color: #593831;	text-decoration: none;}
a:visited {color: #593831; text-decoration:none}
a:active  {color: #B92F00; text-decoration:none}
a:hover  {color: #B92F00; text-decoration:none}

/****************************** Top Menu ******************************/

#solidblockmenu{
margin: 0;
padding: 0;
float: left;
font-size: 16 px;
font-style:normal;
width: 100%;
border: 0;
border-width: 1px 0;
background: transparent url(images/normalback.png) center center no-repeat;
}

#solidblockmenu li{
display: inline;
}

#solidblockmenu li a{
float:left;
padding-left:15px;
padding-right:15px;
padding-top:8px;
padding-bottom:9px;
text-decoration: none;
}

#solidblockmenu li .current{
background: transparent url('images/selback.png') center center no-repeat;
color:#B92F00;
}

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
