*{margin:0; padding:0;}
html, body {height:100%}
body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	word-wrap: break-word;
	background: #fff;
	color: #000;
}
p {
	margin:5px 0;
}
a {
	color:#923636;
	font-weight:bold;
	text-decoration:underline;
}

#container {
	width:875px;
	text-align: left;
	background:#fff url(furniture/background.jpg) no-repeat;
}


#header {
	width:875px;
	height:150px;
	text-align:right;
	
}

#menu {
	display:inline;
	background:#923636;
	float:left;
	margin:15px 0 0 20px;
	border:2px ridge #923636;
}
#menu ul {
	list-style:none;
	
}
#menu li {
	margin:25px;
	
}
#menu a {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	border-left:5px solid #f1c8b7;
	padding-left:5px;
}
#menu a:hover {
	border-left:5px solid #660000;
}

#content {
	display:inline;
	width:680px;
	float:right;
	margin:10px 0 20px 0;
	_height:350px;
	min-height:350px;
	background-image:url(furniture/carbg.jpg);
	background-position:150px bottom;
	background-repeat:no-repeat;
}
h1 {
	font-size:20px;
	color:#923636;
}
h2 {
	font-size:16px;
	color:#923636;
	margin:15px 0 5px 0;
	border-bottom:1px solid #923636;
}
.red_hr {
	width:100%;
	height:10px;
	margin:0 0 5px 0;
	border-bottom:1px solid #923636;
}
ol {
	margin:10px;
}
ol li {
	margin:20px;
}

.t_quote {
	font-style:italic;
}
.t_sig {
	font-weight:bold;
}

.quote_box {
	float:right;
	width:220px;
	border:1px solid #923636;
	margin:10px 0 10px 10px;
	padding:15px;
	background-color:#fefaf0;
}
.login_box {
	width:300px;
	border:1px solid #923636;
	margin:10px 0 10px 10px;
	padding:15px;
	background-color:#fefaf0;
}
.form_table {
	border:1px solid #923636;
	margin:10px 0;
	background-color:#fefaf0;
}
.formheadline {
	font-weight:bold;
	background-color:#923636;
	color:#ffffff;
}
.parking_prices {
	border:1px solid #923636;
}
.parking_prices .header td {
	color:#ffffff;
}
#footer {
	clear:both;
	padding:10px;
	height:25px;
	background:#f1c8b7;
	font-size:11px;
}
#footer a {
	color:#444444;
	text-decoration:none;
}
