/* © Hotel Villa Speranza
/* primary rules */
body {
	margin: 0;
	background-image:  url("../im/bk_pat.gif");
	background-color: #313A43;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #313A43;
	text-align: center;
	vertical-align: top;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #939949;
}
img {
	border: 0;
}
/* main layout */
#con-fx {
	margin-right: auto;
	margin-left: auto;
	border: 0;
	padding: 0;
	width: 760px;
	height: 420px;
	min-height: 420px;
	background-color: #313A43;
}
.mar {
	width: 55px;
}
#hd {
	margin: 0;
	padding: 0;
	width: 650px;
	height: 40px;
}
#cen1 {
	margin: 0;
	border: 0;
	padding: 0;
	height: 348px;
	width: 355px;
	background-image: url(../im/bk_index.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#cen2 {
	margin: 0;
	border: 0;
	padding: 0;
	height: 348px;
	width: 295px;
	background-image: url(../im/bk_index.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}
#logo {
	margin: 50px 0px 0px 15px;
	clear: both;
}
#txt {
	margin: 5px 0px 50px 0px;
	width: 355px;
	height: 48px;
	clear: both;
	text-align: center;
}
#txt p {
	margin: 0;
	margin-bottom: 5px;
}
#txt a {
	color: #939949;
	text-decoration: none;
}
#txt a:hover {
	color: #313A43;
}
#nav1 {
	margin: 20px 0px 0px 0px;
	padding: 0;
	width: 355px;
	height: 40px;
	clear: both;
	text-align: left;
}
#nav1 p {
	margin: 5px 0px;
	padding: 0;
	float: left;
	width: 75px;
}
#nav1 a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1;
}
#nav1 a:hover, #nav1 a:active, #nav1 a:focus {
	color: #CFD491;
	letter-spacing: .01px;
}
#ft {
	margin: 0;
	padding: 0;
	height: 32px;
}
/* typography */
.green {
	color: #939949;
	font-weight: bold;
}
.smaller {
	font-size: 80%;
}
