@charset "UTF-8";
/* CSS Document */


/* ===== general ===== */

html, body {
	background: #d3d8d2 url(images/bkgGradient.jpg) top center no-repeat;
	background-position: fixed;
}


p {
	font-family: lucida "Lucida Bright";
	font-size: 13px;
	color: #3c3116;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: justify;
}


h1 {
	font-family: lucida "Lucida Bright";
	font-size: 24px;
	color: #3c3116;
	font-weight: bold;
	margin: 0 0 18px 0;
	padding: 0;
}


a:link, a:visited {
	font-family: lucida "Lucida Bright";
	font-weight: bold;
	font-size: 13px;
	color: #009989;
	text-decoration: none;
	padding: 0 0 1px 0;
}


a:hover, a:active {
	border-bottom: 1px dotted #009989;
}




/* ===== mainWrapper ===== */

#mainWrapper {
	background: url(images/bkgPaper.png) top center no-repeat;
	margin: 0 auto;
	padding: 100px 30px 0 30px;
	width: 896px;
	height: 800px;
}


#mainWrapper div#mainContent {
	width: 770px;
	margin: 0 auto;
}


#mainContent div#topLeft {
	float: left;
	width: 385px;
	margin: 0;
	padding: 0;
}


#mainContent div#left {
	float: left;
	width: 399px;
	margin: 20px 15px 0 0;
	padding: 0;
}


#mainContent div#right {
	float: right;
	width: 353px;
	margin: 29px 0 0 0;
	padding: 0;
}


#mainContent div#photos {
	float: left;
	width: 770px;
	margin: 1px 0 0 0;
}


#mainWrapper div#thumbs {
	width: 770px;	
	margin: 0 auto;
	padding: 15px 0 0 0
}




/* ===== footer ===== */

#footer p {
	font-size: 11px;
	margin: 0 0 25px 0;
}




/* ===== miscellaneous ===== */

.imgFloatLeft {
	float: left;
}


.imgFloatRight {
	float: right;
}


.clearBoth {
	clear: both;
}


.imgBorder {
	border: 1px #3c3116 solid;
	padding: 1px;
}


.imgRental {
	float: left;
	margin-left: 31px;
	margin-top: 12px;
	padding: 2px;
	border: 1px dotted #009989;
}


.imgLease {
	float: right;
	margin-right: 33px;
	margin-top: 12px;
	padding: 2px;
	border: 1px dotted #009989;
}