html, body {
	background: url(/theme/images/bg.jpg) repeat center top #86491d;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

.spacer {
	clear: both;
	display: block;
}

#logo {
	background: url(/theme/images/logo.png) no-repeat;
	width: 245px;
	height: 122px;
	float: left;
}

#nav-bar {
	float: right;
	background: white;
	height: 25px;
	width: 530px;
	margin-top: 82px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	text-align: center;
	padding-top: 14px;
	
	font-family: 'Myriad Pro', 'Arial';
	font-size: 15px;
}

#nav-bar li {
	display: inline;
	margin: 0px 30px;
}

#nav-bar li a,
#nav-bar li a:visited,
#nav-bar li a:active,
#nav-bar li a:link {
	text-decoration: none;
	color: #345a33;
}

#nav-bar li a:hover {
	text-decoration: underline;
}

#content {
	width: 770px;
	background: white;
	margin-top: 25px;
	padding: 15px;
	text-align: center;
	
	font-family: 'Myriad Pro', 'Arial';
}

#content a,
#content a:visited {
	color: #255e30;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#intro {
	float: right;
	width: 520px;
	
	font-family: 'Myriad Pro', 'Arial';
	font-size: 13px;
}

#intro h1 {
	font-family: 'Myriad Pro', 'Arial';
	font-size: 24px;
	color: #345a33;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}

#intro p {
	color: #494949;
	font-size: 13px;
	line-height: 15px;
}

#intro a,
#intro a:link
#intro a:visited
#intro a:active {
	text-decoration: none;
	color: #345a33;
	font-weight: bold;
}

#intro a:hover {
	text-decoration: underline;
}

#iteminfo {
	float: left;
	width: 420px;
	margin-top: -125px;
	text-align: center;
	
	font-family: 'Myriad Pro', 'Arial';
	font-size: 13px;
}

#iteminfo h1 {
	font-family: 'Myriad Pro', 'Arial';
	font-size: 24px;
	color: #345a33;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}

#iteminfo p {
	color: #494949;
	font-size: 13px;
	line-height: 15px;
}

#iteminfo a,
#iteminfo a:link
#iteminfo a:visited
#iteminfo a:active {
	text-decoration: none;
	color: #345a33;
	font-weight: bold;
}

#iteminfo a:hover {
	text-decoration: underline;
}

#footer {
	color: white;
	font-size: 11px;
	font-family: 'Arial';
	text-align: center;
	margin-top: 10px;
}

#slideshowhold {
	float: left;
}

#itemshowhold {
	float: right;
	width: 200px;
}

#opentimes {
	float: right;
	width: 225px;
	font-family: 'Myriad Pro', 'Arial';
	font-size:13px;
	margin-top: 10px;
}

.item {
	margin-bottom: 15px;
}

.item-pic {
	float: left;
}

.item-text {
	float: right;
	width: 550px;
}

.item-text h1 {
	font-family: 'Myriad Pro', 'Arial';
	font-size: 24px;
	font-weight: normal;
}