/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}



/* ---- Set new basic styles --------------------------------------------------------- */

html { 
	height: 100%; 
	margin:20px 0 1px 0;   /* ---- creates scrollbar on all pages to prevent horiz. shifting; will pass validation! ---- */
	background: url(../images/body-bg.jpg) repeat;
	padding-top:20px;
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6, table  {
	font: normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl { 

}
h3 {

}
h4 {

}
p {
	margin-bottom:1em;
}
a {
}
a:hover {

}
a:visited {

}
.access {
	position:absolute;
	text-indent:-9999px;
}
.clear {
	clear:both;
}

div#errordiv {
	border:3px double #900;
	background-color:#FFFFF2;
	color:#900;
	padding:5px 10px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:18px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.table tr td {
	padding:10px;
}
a {
	color:#6B3510;
}
/* ---- =Structure! --------------------------------------------------------- */

#outer-container {
	position:relative;
	width:795px;
	margin:auto;
}
#content-container {
	position:relative;
	width:775px;
	border:10px solid #6b3510;
	border-bottom:none;
	background:#FFFEE7 url(../images/content-bg.gif) no-repeat center bottom;
}
#header {
	position:relative;
	display:block;
	height:45px;
	padding-top:5px;
}
#photo {

}
#content-column {
	position:relative;
	display:inline;
	width:420px;
	padding:20px 40px 40px 0;
	float:right;
}
#nav-column {
	position:relative;
	display:inline;
	width:220px;
	padding:20px 40px 140px 40px;
	float:left;
}

#footer {
	position:relative;
	background:#6b3510 url(../images/footer-bg.gif) repeat left top;
	width:795px;
	height:27px;
	display:block;
	padding-top:8px;
}


#header h2 {
	font: bold 14px/1.7 "Times New Roman", Times, serif;
	padding:5px 15px;
	color:#431f21;
}
ul#rental-info li div {
	margin-bottom:5px;
}
#content-column ul li{
	margin-left:15px;
	list-style: disc inside;
}
#content-column ul {
	margin-bottom:15px;
}

table.reservations tr td {
	padding:5px;
}

/* ---- =Header! --------------------------------------------------------- */






/* ---- =http://dev.novemberborn.net/sifr3/svn/test/distribution/demo/all.css --------------------------------------------------------- */

/* ---- =Footer! --------------------------------------------------------- */

