body {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #e2bf6d url(images/body-bg.gif) repeat-y left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

blockquote {
	text-align: right;
	font-size: 12px;
	font-style: oblique;
	color: #666666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a {
	text-decoration: underline;
	color: #e2bf6d;
}
a:hover { text-decoration: none }
img { border: none }

.left { float: left; }
.right { float: right; }

#header {
padding: 0;
margin: 0;
}

#page {
	padding-left: 75px;
	background-image: url(images/content-top2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content-box {
	background-image: url(images/content-top3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e2bf6d;
	padding-top: 73px;
}

#content {
	padding-left: 75px;
	margin: 0px;
	width: 600px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#text-content {
	width: 600px;
	padding-bottom: 30px;
	padding-left: 0px;
}

form {
	margin-top: 40px;
}

form td {
	color: #ac383b;
	padding: 3px;
	font-size: 20px;
	margin: 0px;
}

form input {
	color: #e2bf6d;
	border: none;
	height: 24px;
	width: 303px;
	padding-left: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #e2bf6d;
	background-image: url(images/input.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
}

form textarea {
	color: #e2bf6d;
	border: none;
	height: 150px;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	background-image: url(images/textarea.gif);
	background-repeat: no-repeat;
	background-color: #e2bf6d;
	padding-bottom: 2px;
	padding-left: 2px;
}

.submit, .reset {
	color: #ac383b;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: none;
	height: 23px;	
}

.submit {
	width: 195px;
	background-image: url(images/submit.gif);
}

.reset {
	width: 100px;
	background-image: url(images/reset.gif);
}

.submit:hover {     
	color: #e2bf6d;
	background: url(images/submit-hov.gif) no-repeat; 
}

.reset:hover { 	
	color: #e2bf6d; 
	background:url(images/reset-hov.gif) no-repeat; 
}

#content h1 {
	color: #ac383b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 22px;
	text-align: right;
	letter-spacing: -1px;
	padding: 0px;
	display: block;
	width: 600px;
}

#content h2 {
	color: #ac383b;
	font-size: 20px;
	letter-spacing: -1px;
}

#content p {
	color: #df4e0f;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p.crew { font-size: 14px; }

#content ul {
	list-style-image:url(images/star.gif);
	list-style-type: none;
	display: block;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#content ul li {
	color: #df4e0f;
	padding-bottom: 5px;
	list-style-position: inside;
	margin-left: 30px;
}

#menu {
	height: 167px;
	background-color: #e2bf6d;
	background-image: url(images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	width: 700px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}

#menu ul {
	display:inline;
}

#menu ul li {
	list-style: none;
	float: left;
	margin-right: 1px;
}

#menu ul li a {
	height: 93px;
	width: 149px;
	display: block;
	padding-top: 65px;
	text-align: center;
	background: url(images/button.gif) no-repeat;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #ac383b;
}
#guestbook {
}

#entry {
	width: 500px;
	padding: 10px;
	text-align: left;
}

#entry h3 {
	margin: 0px;
	padding: 0px;
	color: #AC383B;

}

#entry h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #DF8801;
	font-size: 10px;
}

#entry p {
	font-size: 12px;
}

#menu ul li a:hover {
	color: #e2bf6d; 	
	background: url(images/button-hover2.gif) no-repeat;
}

#footer {
	height: 100px;
	padding-left: 250px;
	padding-top: 30px;
	margin-bottom: 30px;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #e2bf6d;
}

iframe { display: none }
