body {
	background-color: silver;
	color: #000;
	background-image: url(images/back.jpg);
}

a:link,a:visited {
	color:#009;
	text-decoration: none;
}
a:hover,a:active {
	color:#000;
	text-decoration: underline;
}
td, th {
	color: #FFC;
}
h1 {
	font-size: 1.4em;
	letter-spacing: .1em;
	font-weight: normal;
}
h3 {
	font-family: "Edwardian Script ITC", "French Script MT", Arial, cursive;
	font-size: 1.5em;
	letter-spacing: .3em;
	font-weight: normal;
}
h2 {
	font-family: "Edwardian Script ITC", "French Script MT", Arial, cursive;
	font-size: 2.5em;
	letter-spacing: .3em;
	font-weight: normal;
}
h4 {
	font-family: "Edwardian Script ITC", "French Script MT", Arial, cursive;
	letter-spacing: .3em;
	font-weight: normal;
	color: #000;
}

#schedule a:link,#schedule a:visited {
	color: #FFF;
	text-decoration: none;
}
#schedule a:hover,#schedule a:active {
	color: #FF0;
	text-decoration: underline;
}

#content {
	background-color: #FFF;
	width: 700px;
	position: absolute;
	left: 150px;
	top: 150px;
	height: 800px;
	z-index: 0;
	background-image: url(images/paper.jpg);
	border: 5px ridge #999;
}
#content p {
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
#header {
	color: #000;
	position: absolute;
	height: 100px;
	width: 700px;
	left: 150px;
	top: 10px;
	text-align: center;
	background-color: #F3F4EC;
	background-image: url(images/header.jpg);
	border: 5px ridge #999;
	font-family: "Edwardian Script ITC", "French Script MT", Arial, cursive;
}
#header hr {width:50%;}
#butterfly {
	position: absolute;
	z-index: 1;
}

#menu {margin-left: 100px;}
#point {display:table; padding:0; margin:0 auto; list-style:none; background:gray url(images/right2.gif) no-repeat right bottom; white-space:nowrap;}
#point li {display:table-cell; margin:0; padding:0;}
#point li.first {background: url(images/left2.gif) no-repeat left bottom;}
#point li a {float:left; font-family:arial; font-size:11px; letter-spacing:1px; padding:5px 15px; text-decoration:none; color:#fff; font-weight:bold;}
#point li a:hover, #point li a.current {background: url(images/down_arrow.gif) no-repeat center top; color:#ff0;}
#mainPhoto {
	position: relative;
	left: 125px;
	top: 25px;
}
.centerText {
	text-align: center;
}
#schedule {
	position: relative;
	height: 225px;
	width: 500px;
	left: 150px;
	top: 25px;
	text-align: center;
	border: 5px ridge #999;
	background-image: url(images/back.jpg);
}
.left {
	float: left;
}
.right {
	float: right;
}
.error {
	float: right;
	color: red;
	width: 250px;
	height: 100px;
}
#hotel {
	background-color: #999;
	background-image: url(images/paper.jpg);
	position: absolute;
	right: 24px;
	width: 221px;
	height: 185px;
	border: 5px ridge #999;
	padding: 2px;
	text-align: center;
	top: 76px;
}
