<style type="text/css" media="screen">
/* #### BEGIN: CSS RESET ####*/
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
	margin: 0;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: bold;
	margin: 5px 0 0 0;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* #### END: CSS RESET ####*/

/* #### BEGIN: STRUCTURE ####*/
/* ### NOTE: THE MAIN PAGE HAS WIDTH ADJUSTMENTS EMBEDDED ON INDEX.PHP ####*/ 
body {
	margin: 0;
	text-align: center;
	font-family: "Times";
	font-size: 12px;
	color: #817454;
	background: url(/assets/img/woven_background.jpg);
}
#container {
	margin: 38px auto;
	width: 695px;
	border-width: 7px;
	border-color: #dcd9bf;
	border-style: solid;
	background-color: #fff;
}
#header {
	width: 684px;
	height: 64px;
	margin: 5px auto 5px;
}
#navigation {
	width: 684px;
	margin: auto;
	height: 25px;
	background-color: #807453;
	/*padding-bottom: 7px;*/
	font-size: 11px;
	color: #fff;
	font-family: "Times";
}
#navigation ul {
}


#menu {
	width: 684px;
	padding-top: 7px;
	text-align:center;
	
}
#menu ul li {
	display: inline;
	margin: auto;
	padding-right: 19px;
	padding-left: 19px;
}

#menu ul {
	width: 684px;
	text-align:center;
	margin-left: -5px;
	padding: 0px;

}

#column1 {
	margin-left: 100px;
	text-align: left;
	float: left;
	width: 352px;
	line-height: 150%;
}

#column2 {
	float: left;
	width: 232px;
	margin-left: 10px;
}

#footer {
	width: 684px;
	height: 93px;
	clear: both;
	margin-left: 5px;
	margin-bottom: 5px;
	background: url(/assets/img/footer.jpg) no-repeat;
}

#footer ul {
	margin-left: 183px;
}

#footer ul li {
	float: left;
	margin-top: 64px;
	margin-right: 30px;
	font-size: 10px;
	color: #000;
}


/* #### END: STRUCTURE ####*/

/* #### BEGIN: LINKS AND TYPOGRAPHY ####*/

a:link,
a:active,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#column1 a:link,
a:active,
a:visited {
	color: #817454;
	text-decoration: underline;
}

#column1
a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	color: #817454;
	font-family: 'Times';
	font-size: 1.5em;
	margin-top: 20px;
}

.totalCost {
	color: #000;
	font-weight: bold;
}

.highlight {
	color: #000;
	font-style: italic;
}

.highlight2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

.home1 {
	color: #69868b;
	font-style: italic;
	font-weight: bold;
}

.home2 {
	color: #69868b;
}


#menu ul li.menu1 a {color: #fff; text-decoration: none; }
#menu ul li.menu2 a {color: #fff; text-decoration: none; }
#menu ul li.menu3 a {color: #fff; text-decoration: none; }
#menu ul li.menu4 a {color: #fff; text-decoration: none; }
#menu ul li.menu5 a {color: #fff; text-decoration: none; }
#menu ul li.menu6 a {color: #fff; text-decoration: none; }

#menu ul li.menu1 a:hover {color: #000; text-decoration: none; }
#menu ul li.menu2 a:hover {color: #000; text-decoration: none; }
#menu ul li.menu3 a:hover {color: #000; text-decoration: none; }
#menu ul li.menu4 a:hover {color: #000; text-decoration: none; }
#menu ul li.menu5 a:hover {color: #000; text-decoration: none; }
#menu ul li.menu6 a:hover {color: #000; text-decoration: none; }

body#pageHome ul li.menu1 a {color: #000; text-decoration: none; }
body#pageStory ul li.menu2 a {color: #000; text-decoration: none; }
body#pageFacilities ul li.menu3 a {color: #000; text-decoration: none; }
body#pagePackages ul li.menu4 a {color: #000; text-decoration: none; }
body#pageLocations ul li.menu5 a {color: #000; text-decoration: none; }
body#pageContact ul li.menu6 a {color: #000; text-decoration: none; }

#footer ul li.email a:link, a:visited, a:active {color: #000; text-decoration: none; }



/* #### END: LINKS AND TYPOGRAPHY ####*/

/* #### BEGIN: IMAGE POSITIONING ####*/
img.ourStory {
padding-top: 60px;
}
img.ourStory2 {
padding-top: 50px;
}
img.contactUs {
padding-top: 30px;
}
img.packages1 {

}
img.packages2 {

}
img.home1 {
	padding-top: 10px;
}
img.home2 {
	padding-top: 10px;
}
img.home3 {
	padding-top: 5px;
}
img.welcome {
	padding-top: 10px;
}
img.locations1 {
	padding-top: 10px;
}

/* #### END: IMAGE POSITIONING ####*/





</style>