html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FDFBE3;
	color: #4A4931;
	font-family: verdana, arial, helvetica, sans-serif;
}
h1, h2, p{
	margin: 20px;
}
p{
	font-size: 80%;
	line-height: 150%;
}
h1{
	font-family: Times New Roman, Times, serif;
	font-size: 120%;
	font-size: 18pt;
	font-weight: normal;
	color: #6C8438;
}
h2{
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	font-size: 14pt;
	font-weight: normal;
	color: #C57422;
}
b{
	color: #1D4868;
}
a{
	color: #9F3F2B;
}
a:hover{
	color: #C6614C;
}
img{
	border: 0px;
}
#header{
	display: block;
	width: 750px;
	height: 215px;
	margin: 0px auto;
	border-bottom: 1px solid #7F2918;
}
#menu{
	display: block;
	width: 750px;
	height: 60px;
	margin: 0px auto;
	background: url(images/menubg.gif) repeat-x;
	text-align: center;
	font-family: serif;
/*	font-variant: small-caps;*/
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}
#menu table{
	width: 100%;
}
#menu a{
	display: block;
	width: 125px;
	height: 60px;
	/*padding: 0px 8px;*/
	padding: 0px;
	line-height: 19pt;
	text-decoration: none;
}
#menu a:hover, .over{
	color: #FDFBE3;
	background: url(images/menubg-over.gif) no-repeat top center;
}
#body{
	width: 750px;
	margin: 0px auto;
	clear: both;
}
#content{
	text-align: left;
}
.content{
	width: 50%;
}
#content p, #content h1, #content h2{
	margin-left: 0px;
}
#graphic{
	text-align: right;
}
#graphic img{
	margin-left: 10px;
}
#graphic p, #graphic h1, #graphic h2{
	text-align: left;
	margin-right: 0px;
}
#footerarch{
	display: block;
	width: 750px;
	height: 30px;
	margin: 0px auto;
	background: url(images/footer.gif) no-repeat bottom center;
}
#footer{
	display: block;
	width: 748px;
	margin: 0px auto;
	padding: 1px;
	border-top: 1px solid #FDFBE3;
	background-color: #7F2918;
	text-align: center;
}
#footer p{
	font-size: 8pt;
	color: #FDFBE3;
}


/* SPECIALS */

#holidaypackages{
	margin: 0px auto;
	width: 770px;
	text-align: left;
}
#holidaypackages td{
	width: 33%;
	background: #F6E5CF url(images/holidaybg.gif) no-repeat bottom right;
	/*border: 1px solid #7C673A;*/
}
#holidaypackages h1{
	margin: 10px;
}
#holidaypackages p{
	margin: 10px;
}
.package_name{
	font-family: times new roman, times;
	font-size: 16pt;
	font-style: italic;
	color: #BB2222;
}
.credit{
	margin: 0px auto;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	width: 740px;
	background: #E3E0BA;
	font-size: 70%;
}