body {
	margin: 0;
	padding: 0;
	background: #968D8B;
}

#align {
	margin: 0 auto;
	width: 990px;
	position: relative;
}

#container {
	background: #5D585C url(../Images/bellapatina_header_spring_2010b.jpg) center top no-repeat;
	border: 5px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-top: 0;
	padding: 0 0 10px 0;
	margin-bottom: 50px;
	width: 980px;
	float: left;
}

a.header {
	display: block;
	height: 114px;
	width: 375px;
	float: left;
}

.hidden {
	display: none;
}

p.featureddesc {
	display: block;
	float: right;
	width: 400px;
	margin: 0;
	text-align: left;
	padding: 25px 90px 0 0;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
}

p.featureddesc a {
	color: #F1EAD1;
}

#listings {
	margin: 10px 0 0 0;
	clear: left;
	float: left;
	padding: 0 0 0 40px;
	width: 900px;
}

#nav {
	margin: 0;
	width: 880px;
	padding: 10px;
	float: left;
}

.navitem {
	width: 215px;
}

a.navitem  {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 215px;
	font: 14px "Times New Roman", Times, serif;
	font-variant: small-caps;
	float: left;
	text-align: center;
}

.item {
	display:block;
	width: 260px;
	padding: 0 19px 8px 19px;
	text-align: left;
	float: left;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;*/
}

pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.item p, .item a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	color: #E3D1E0;
	line-height: 125%;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

p.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	color: #E3D1E0;
	margin: 8px 0 0 10px;
	padding: 0;
}

p.text, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #E3D1E0;
	margin: 0 0 0 10px;
	padding: 0;
}

.item img {
	width: 260px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.item .button {
	margin: 0;
	width: 172px;
	height: 20px;
}

form input {
	margin: 0 0 0 4px;
}

#footer {
	float: left;
	clear: left;
	padding: 20px 0 0 0;
	text-align: center;
	width: 100%;
}

p.footertext {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 0;
}

.footertext a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #816F7F;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

