body {
	background: #F4F3F1;
	color: #776D59;
	font-family: verdana, arial, sans;
	font-size: 62.5%; /* Resets 1em to 10px */
}
a {
	color: #776D59;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 { font-size: 2.2em; }

#main {
	width: 770px;
	margin: 0 auto;
}

#header {
	background: #716652;
	color: #fff;
	float: left;
	width: 100%;
	height: 50px;
}
#header a {
	color: #fff;
}

#header h1 {
	padding: 0 0 0 15px !important;
	margin: 8px 0 0 50px !important;
	font-family: Georgia, verdana, sans;
}
#header_left {
	background: #982C20;
	width: 50px;
	height: 50px;
	float: left;
}



#primary-nav {
	clear: both;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	/*font-size: 70%;*/
	text-align: center;
}
#primary-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#primary-nav li {
	float: left;
	margin-right: 13px;
	font-weight: bold;
	
}

#primary-nav a {
	color: #776D59;
	text-decoration: none;
}

#primary-nav .active a {
	color: #982C20;
	text-decoration: none;
}

#primary-nav a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	margin: 10px 0 10px 0;
	border: 1px solid #B7B2A7;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	background: #fff;
	clear: both;
	font-size: 1.1em;
}

#content h1 {
	color: #982C20;
	font-family: Georgia, verdana, sans;
}

#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1.1em;
}

#content #copy {
	width: 400px;
	float: left;
	text-align: justify;
	margin-right: 10px;
}


#content #image_side {
	float: right;
	width: 300px;
	padding: 0 0px 0 0;
	vertical-align: top;
}
#content #image_text {
	background: #982C20;
	height: 400px;
	color: #fff;
	padding: 10px;
	vertical-align: top;
	font-size: 1em;
	text-align: justify;
}

#breadcrumbs {
	margin-top: 10px;
	margin-bottom: 0px;
}

#in-this-section {
	clear: both;
	margin: 0px 0 10px 0;
	padding: 8px 3px 3px 10px;
	border: 1px dashed #982C20;
	width: 260px;
	text-align: center;
}
#in-this-section ul {
	width: 400px;
	margin: 0 0 0px 0;
	padding: 0 0 10px 0;
}
#in-this-section li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
	text-align: center;
}

#bottom_content {
	clear: both;
	padding-top: 10px;
}

#bottom_content #specials {
	background: #716652;
	color: #fff;
	width: 100%;
	height: 35px;
	width: 410px;
	float: left;
}
#bottom_content #specials h1 {
	color: #fff;
	font-family: verdana, arial, sans;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.3em;
	margin-top: 5px;
}

#bottom_content #specials a {
	color: #fff;
}

#bottom_content #gift_vouchers {
	border: 1px dashed #982C20;
	background: #fff;
	color: #716652;
	height: 35px;
	width: 300px;
	float: right;
	margin-right: 0px;
}

#bottom_content #gift_vouchers h1 {
	font-family: verdana, arial, sans;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.3em;
	padding-top: 0px;
	margin-top: 5px;
	color: #982C20;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.7em;
}
