* { margin: 0; padding: 0; }
a img { border: none; }
body {
	background: #000 url(images/body-bg.jpg) no-repeat;
	font-family: Georgia, Serif;
}

a { color: #fff; text-decoration: none; }
a:hover { color: #789442; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

#page-wrap {
	overflow: hidden;
	width: 1020px;
}

#side { float: left; width: 336px; }
#content { color: #789442; float: right; width: 664px; margin-top: 21px; }
#logo {
	background: url(images/logo.jpg);
	text-indent: -9999px;
	width: 336px;
	height: 243px;
}

#quote {
	background: url(images/quote.jpg);
	text-indent: -9999px;
	width: 325px;
	height: 72px;
}

#nav-title { margin-top: 40px; color: #feebd4; margin-left: 46px; }

.nav {
	list-style: none inside;
	margin-left: 92px;
	margin-top: 10px;
	}
	.nav li {
		
		}
		.nav li a {
			text-decoration: none;
			color: #789442;
			font-size: 20px;
			line-height: 30px;
		}
		.nav li a.selected { cursor: default; color: #feebd4; }
		
#image {
	background: url(images/image-background.jpg);
	width: 664px;
	height: 435px;
	}
	#image img {
		margin-left: 51px;
		margin-top: 37px;
	}
	
.store {
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	padding-left: 40px;
	}
	.store h2, .pottery_title {
		color: #feebd4;
		padding: 7px 0;
		font-style: italic;
		font-size: 23px;
	}
	
.pottery_item {
	width: 250px;
	background: #fff;
	padding: 7px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	}
	.pottery_item a {
		color: #000;
		font-family: "Helvetica Neue";
		font-size: 15px;
		}
		.pottery_item h2 {
			text-align: center;
			font-size: 14px;
		}