body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efdae0;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;  
	text-align: center;
}
#page {
	width: 760px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}
#header {
	text-align: center;
	border-bottom: 1px solid #7b430f;
	border-right: 1px solid #bf878b;
	border-left: 1px solid #bf878b;
	background-color: #FFFFFF;
}
#main {
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #bf878b;
	border-right: 1px solid #bf878b;
	border-left: 1px solid #bf878b;
	background-color: #FFFFFF;
}
#menu {
	background-color: #efdae0;
	position: relative;
	top: 0px;
	z-index: 2;
}
#nav {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul {
	display: none;
	position: absolute;
	top: 160px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav a {
	color: #7b430f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 23px;
}
#nav a:hover {
	color: #ffffff;
	background-color: #7b430f;
}
#nav ul li {
	display: block;
	padding-bottom: 10px;
}
#nav ul li a {
	color: #ffffff;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #DBB1BD;
}
#content .subnav {
	color: #CCCCCC;
	position: absolute;
	right: 10px;
	font-size: 11px;
}
#content .subnav strong {
	color: #7b430f;
	font-weight: bold;
}
#content .subnav a {
	color: #CCCCCC;
	text-decoration: none;
}
#content .subnav strong a {
	color: #7b430f;
}
#intro {
	position: relative;
	height: 80px;
	border-bottom: 1px solid #DBB1BD;
}
#intro p {
	font-size: 13px;
	color: #7b430f;
	padding: 15px 0px 0px 25px;
	margin: 0px;
}
#intro p strong {
	font-size: 14px;
}
#intro span {
	color: #993399;
	padding-right: 10px;
}
#intro em {
	text-indent: 2em;
	display: block;
}
#intro .subnav {
	top: 61px;
}
#displaycase {
	background-color: #dbb1bd;
}
#displaytitle {
	color: #7b430f;
	text-transform: uppercase;
	position: absolute;
	top: 260px;
	left: 25px;
	font-size: 13px;
	font-weight: bold;
}
#displaycase table {
	background-color: #FFFFFF;
	height: 500px;
	margin-left: 200px;
	width: 558px;
}
#displaycase td {
	text-align: center;
	padding: 10px;
	color: #666666;
	font-size: 12px;
	border-bottom: 1px solid #DBB1BD;
	border-left: 1px solid #DBB1BD;
	height: 33%;
	width: 33%;
}
#displaycase .firstcol {
	border-left: none;
}
#displayfooter {
	background-color: #FFFFFF;
	position: relative;
	height: 30px;
	margin-left: 200px;
}
#displayfooter .subnav{
	top: 3px;
}
#footer {
	border: 1px solid #bf878b;
	margin-top: 7px;
	position: relative;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a86164;
	background-color: #fbf6f8;
}
#footer .copyright {
	position: absolute;
	left: 5px;
	top: 2px;
}
#footer .phone {
	position: absolute;
	left: 366px;
	top: 2px;
}
#footer a {
	position: absolute;
	right: 5px;
	top: 2px;
	text-decoration: none;
}
.home #content {
	background-image: url(images/homecake.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
	height: 430px;
}
.home #intro {
	position: absolute;
	width: 300px;
	top: 0px;
	right: 0px;
	background-image: url(images/hometitle.gif);
	background-repeat: no-repeat;
	background-position: 40px 30px;
	padding-top: 70px;
	padding-right: 47px;
	padding-left: 47px;
	border-bottom: none;
}
.home #intro p {
	font-size: 12px;
	color: #425861;
	border-bottom: none;
}
.home p.dropcap {
	padding: 0px;
}
.home h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	color: #7b430f;
}
.rentals #nav ul {
	display: block;
}
