body {
    margin:0;
    padding:0px;
    border:0;
    width:100%;
	background-color: #FFFFFF;
	background-image: url(wyebg.gif);
    min-width:600px;
	font-size:100%;
	font-family: verdana, helvetica;
	color: #000;
}

h2, h3, p {margin-left: 20px;
			margin-right: 20px;
			line-height: 1.2em;
			margin-top: 0;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.subhead {font-size:70%;}

.first {padding-top: 10px;}

.price {color: #330010;
		font-weight: bold;}


a {
	color: #AF4035;
}

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



img {
	margin:10px 0 5px;
	border: 0;
}

img.right {float: right;
			margin: 0px 5px 10px 10px;}
			
img.left {float: left;
			margin: 10px 10px 10px 5px;}

img.center {display: block;
			margin-right: auto;
			margin-left: auto;
			clear: both;}
			
img.leftindex {float: left;
				margin: 0 10px 0 0;
				padding: 0;}
				
img.seasonal {float: left;
				margin: 0 10px 0 20px;
				padding: 0;}
			
ul {list-style-position: inside;}


#content {
	width: 850px;
	margin: 0 auto;
	background: #f6f3e2;
	border: 10px solid #330010;
}

.itemwrap {clear: both;}

/* Header Styles */

h1 {text-align: center;
	font-family: Georgia, Times, serif;
	padding: 0;
	margin: 0;}
	
#header {border-bottom: 1px solid #000000;}

/* Navigation Styles */

#navigation h2 {display: none;}

#navigation {
	height: 35px;
	background: #330010;
	text-align: center;
	line-height: 2.2em;
	clear: both;
}

#navigation ul {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
}

#navigation li {
	display: inline;}

#navigation a {
	margin-right: 25px;
	padding: 0px 0 2px 0;
	border-bottom: 3px solid #330010;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation a:hover {
	border-bottom-color: #FFFFFF;
}

#navigation .active a {
	border-bottom-color: #FFFFFF;
}

/* Cake Page Styles */

#sidebar {float: left;
		padding-right: 10px;}
		
#sidebar ul {list-style-position: outside;
			line-height: 1.5em;
			font-size: 120%;}
			
#cakenavigation h2 {display: none;}

#cakenavigation {
			height: 35px;
			background: #330010;
			text-align: center;
			line-height: 2.2em;
			clear: both;
}

#cakenavigation ul {
			margin: 0;
			padding-bottom: 0;
			list-style: none;
}

#cakenavigation li {
			display: inline;}

#cakenavigation a {
				margin-right: 25px;
				padding: 0px 0 2px 0;
				border-bottom: 3px solid #330010;
				text-decoration: none;
				text-align: center;
				font-size: 12px;
				font-weight: bold;
				color: #FFFFFF;
			}

#cakenavigation a:hover {
				border-bottom-color: #FFFFFF;
			}

#cakenavigation .active a {
				border-bottom-color: #FFFFFF;
			}
			
/* Footer Styles */

#footer {clear:both;
		width:100%;
		border-top:1px solid #000;
		}

#footer p {padding:5px;
		margin:0;
		font-size:70%;
		text-align: center;
		}
