body {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	background-image: url(../images/body_background.png);
}



img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 13px;
}

h1 {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #5A3D1C;
	font-family: Times, sans-serif;
}

h2 {
	color: #033568;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0px;
}

h3 {
	color: #033568;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
}

h3 a {
	color: black;
}

a {
	color: #033568;
}

#main ul {
	margin-top: 0;
	padding-top: 0;
}

#main li {
	font-size: 13px;
}

#content {
	width: 805px;
	background-image: url(../images/body.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#home_wrapper {
	width: 805px;
	background-image: url(../images/pages/home.png);
	background-repeat: no-repeat;
}

#bus_tours_wrapper {
	width: 805px;
	background-image: url(../images/pages/bus_tours.png);
	background-repeat: no-repeat;
}

#catering_wrapper {
	width: 805px;
	background-image: url(../images/pages/catering.png);
	background-repeat: no-repeat;
}

#contact_wrapper {
	width: 805px;
	background-image: url(../images/pages/contact.png);
	background-repeat: no-repeat;
}

#gifts_wrapper {
	width: 805px;
	background-image: url(../images/pages/gifts.png);
	background-repeat: no-repeat;
}

#store_wrapper {
	width: 805px;
	background-image: url(../images/pages/store.png);
	background-repeat: no-repeat;
}

#menu {
	padding-top: 210px;
	padding-left: 0px;
	width: 100px;
	float: left;
}

#main {
	margin-left: 150px;
	padding-top: 170px;
	padding-right: 35px;
	width: 600px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	clear: both;
	padding-left: 415px;
	padding-top: 10px;
	text-align: center;
}

.address {
	padding-top: 20px;
	padding-bottom: 80px;
	display: block;
}

.menu_button {
	width: 120px;
	height: 38px;
}

#store_menu {
	float: left; 
	width: 200px; 
	padding-top: 30px;
}

#store_items {
	margin-left: 205px;
	border-left: 3px solid black;
	padding-left: 15px;
	width: 370px;
}

.item_block {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 375px;
}

#header_links {
	float: right;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 30px;
}
#header_links a {
	color: white;
}