* { padding: 0; margin: 0; }
A:link { 
font-weight : bold;
color : #b59d75;
text-decoration : none;
} 
A:visited { 
font-weight : bold;
color : #b59d75;
text-decoration : none;
} 
A:hover { 
font-weight : bold;
color : #b59d75;
text-decoration : underline;
} 
A:active { 
font-weight : bold;
color : #b59d75;
text-decoration : underline;
}
body {
 background: #b59d75;
}
h1 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
text-align: center;
padding-bottom : 10px;
color : #fff7ea;
padding-top : 10px;
font: bolder;
 }
h2 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
text-align: left;
padding-bottom : 10px;
color : #fff7ea;
padding-top : 10px;
font: bolder;
}
h3 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
padding-bottom : 10px;
color : #140B04;
padding-top : 10px;
font: bolder;
} 
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(images/body_bg.gif);
 margin: 10px 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#leftcolumn { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; color: #fff7ea;
 margin: 10px;
 padding: 10px;
 width: 416px;
 float: left;
 display: inline;
 letter-spacing: 0px;
 line-height: 20px;
 text-align: justify;
}
#rightcolumn { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; color: #140B04;
 float: right;
 margin: 10px;
 padding: 10px;
 width: 416px;
 display: inline;
 letter-spacing: 0px;
 line-height: 20px;
 text-align: justify;
}
.table {
 width: auto;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; color: #FFF7EA;
 text-align: left;
} 
.listino {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; color: #FFF7EA;
 text-align: left;
} 
.td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; color: #FFF7EA;
 text-align: left;
} 
.clear { clear: both; }

.hoverbox {
	cursor: default;
	list-style: none;
}
.hoverbox a {
	cursor: default;
}
.hoverbox a .preview {
	display: none;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 180px;
	height: 135px;
}
.hoverbox li {
	background: #FFF7EA;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview {
	border-color: #000;
	width: 400px;
	height: 300px;
}

.lastminute {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #F00;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}