@charset "utf-8";
body {
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/backgrounds/vintage_flake_3.jpg) repeat left top;
	padding: 0;
	color: #666;
	margin-top: 5%;
	margin-bottom: 5%;
	text-decoration:none
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #107E9E;
}
.container {
	width: 90%;
	max-width: 825px;
	min-width: 780px;
	background: #EEE7D4;
	margin: 0 auto;
	border: 1px solid #CCC;
}
.header {
	background: #b7ccd2 url(images/headers/moonlight_bkgd_hd.jpg) no-repeat center center;
	padding: 15px 5px 5px;
}
.header img {
	padding: 10px;
}
.navigation {
	color: #665e4d;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	border-top: 1px dotted #999;
	border-right: 1px #999;
	border-bottom: 1px dotted #999;
	border-left: 1px #999;
	background: #B7CCD2;
	padding: 5px;
}
.sidebar1 {
	float: left;
	width: 22%;
	background: #EEE7D4;
	padding-bottom: 10px;
	font-size: 14px;
	border-right: #CCC;
}
.sidebar1 h3 {
	color: #107E9E;
}
.content {
	padding: 10px 0 10px 15px;
	width: 75%;
	float: left;
	border-left: 1px dotted #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-right: 1px #CCC;
}
.content table {
	font-size: 15px;
}
.sidebar2 {
	float: left;
	width: 20%;
	background: #EEE7D4;
	padding: 10px 5px;
	color: #666;
	font-size: 12px;
}
.sidebar2 h3 {
	color: #107E9E;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #107E9E;
	color: #EEE7D4;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #B7CCD2;
	color: #107E9E;
}
/* ~~The footer ~~ */
.footer {
	padding: 10px 0;
	background: #B7CCD2;
	position: relative;
	clear: both;
	color: #666;
	font-size: 14px;
	text-align: center;
}
/* ~~miscellaneous float/clear classes~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#the_sale {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-top: 5px;
	padding-bottom: 5px;
}
#location {
	border-width: 1px;
	border-bottom-style: dashed;
	padding-top: 5px;
	padding-bottom: 5px;
}
#conditional_pickup {
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#preparation {
	border-width: 1px;
	border-bottom-style: dashed;
	padding-top: 5px;
	padding-bottom: 5px;
}
#the_sale p strong img {
	border: 1px dotted #999;
	padding: 5px;
	margin: 10px;
}

