body {
	background: #00CC00 url('images/bg.png');
	color: #000000;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
}

a {
	color: #FF3399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.page {
	width: 900px;
	margin: 10px auto 0px auto;
}

.pageContent {
	width: 710px;
	float: right;
}

.pageBody {
	height: 640px;
}

.nav {
	width: 180px;
	float: left;
}

.navBody {
	height: 500px;
}
.nav a {
	color: #FFFF00;
	text-decoration: none;
	font-size: 13px;
}

.nav a:hover {
	text-decoration: underline;
}

.nav ul {
	margin: -10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.nav li {
	border-bottom: 1px dashed #FF6600;
	padding: 1px 0px 3px 0px;
}

.logo {
	padding-bottom: 5px;
}

.motto {
	text-align: right;
	margin: 0px 0px 10px 0px;
}

.introPic {
	padding: 0px 0px 5px 10px;
	height: 180px;
}

h1 {
	color: #00CC00;
	font-family: Georgia;
	font-size: 2.1em;
	margin: -5px 0px 10px 0px;
}

h2 {
	margin-bottom: 0px;
	color: #00CC00;
	font-size: 1.5em;
	font-family: Georgia;
	font-variant: small-caps;
	border-bottom: 1px solid #00CC00;
}

h3 {
	font-family: Georgia;
	font-size: 1.1em;
	margin: 10px 0px 0px 0px;
}


.price {
	color: #CC0000;
	font-weight: bold;
}

.priceItem {
	font-size: 20px;
	font-weight: bold;
}

.priceDesc {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.picGallery {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.picGallery li {
	display: inline;
	list-style: none;
	padding: 10px;
}

.footer {
	width: 900px;
	text-align: center;
	color: #FFFF00;
	font-size: 11px;
	font-family: Verdana;
	padding: 10px;
	margin: 20px auto 20px auto;
	clear: both;
}