body {
	background: #3e3e3f url(images/body_bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#top_text {
	font-size: 12px;
	color: #FFFFFF;
	width: 250px;
	position: relative;
	left: 460px;
	text-align: center;
	top: 15px;
}

#page {
	background: #F6ADCD url(images/left_col_bg.gif) repeat-y;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	background: url(images/banner.gif);
	height: 188px;
	width: 100%;
}
#right_col {
	float: right;
	width: 537px;
	position: relative;
	top: -25px;
}
#left_col {
	background: #EB81B0 url(images/left_col_bg.gif);
	width: 213px;
	float: left;
}
#nav ul {
	list-style: none;
	margin: 15px 0px 0px 30px;
	padding: 0px;
	line-height: 20px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover {
	color: #FCD8EA;
	text-decoration: underline;
}
#nav {
	background: url(images/nav_bg.jpg) no-repeat;
	min-height: 400px;
	font-size: 14px;
}
#booking {
	position: relative;
	left: 425px;
	top: 60px;
	text-align: center;
	width: 250px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
#booking b {
	color: #EE4498;
	font-weight: bold;
	font-size: 18px;
}
#content {
	font-size: 11px;
	color: #88004F;
	padding-right: 75px;
	padding-left: 75px;
	text-align: justify;
	line-height: 17px;
}
#slideshow {
	background: url(images/slideshow_bg.jpg);
	width: 395px;
	padding: 5px;
	height: 85px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#slideshow img {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

h1 {
	display: none;
}
ul {
}
li {
	margin: 0px;
	padding: 0px;
}

#copy {
	background: #231F20;
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
	padding: 3px;
}
#samples ul {
	list-style: disc url(none);
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-size: 10px;
	line-height: 17px;
	color: #FFFFFF;
}
#content ul {
}

#samples h2 {
	color: #FFFFFF;
	font-size: 13px;
	margin: 60px 0px 5px 10px;
	text-decoration: underline;
}
#copy a {
	color: #FFFFFF;
}

#samples li a {
	color: #FFFFFF;
	text-decoration: none;
}
	
