* {
	margin: 0;
  padding: 0;
}
html {
	height: 100%;
  margin: 0 0 1px 0;
}
body {
	background: #97989d url(../images/body_bg.gif) top left repeat-x;
  font: small georgia, times, serif;
  text-align: center;
}
#wrapper {
	width: 756px;
	margin: 0 auto;
  text-align: left;
}

/* ~Header
---------------------------------------------------------------------------------- */

#header {
	height: 179px;
  width: 756px;
  background: white url(../images/header_bg.jpg) top left no-repeat;
  position: relative;
}
#header h1 a {
	position: absolute;
  display: block;
  width: 318px;
  height: 62px;
  left: 184px;
  top: 79px;
}
#header h1 a span {
	display: none;
}
#header h2 {
	display: none;
}
#header .nav {
	list-style-type: none;
  margin: 0;
  position: absolute;
  right: 63px;
  top: 0;
}
#header .nav li {
	float: left;
  display: inline;
}
#header .nav a {
	float: left;
  display: block;
  height: 36px;
}
#header .nav span {
	display: none;
}
#header .nav .gallery a { width: 137px; background: transparent url(../images/nav_gallery_bg.gif) 0 0 no-repeat; }
#header .nav .gallery a:hover { 	background-position: 0 -36px; }

/* ~Content
---------------------------------------------------------------------------------- */

#content {
	background: white url(../images/content_bg.gif) bottom left no-repeat;
  color: #494949;
  padding: 42px 0;
}
* html #content {
	padding: 42px 0 0 0;
}
#content p {
	line-height: 1.5em;
  margin: 0 0 1em 0;
}
#content strong {
	color: #000;
  font-weight: bold;
}
#content h2 {
	color: #a00000;
  font-size: 1.6em;
  font-weight: normal;
  font-weight: bold;
  margin: 0 0 .5em 0;
}
#content h2 span {
	color: #494949;
  font: italic normal .6em georgia, times, serif;
}
#content h2 a {
	text-decoration: none;
}
#content h3 {
	margin: 0 0 1em 0;
  color: black;
  font-size: 1.25em;
  font-weight: bold;
}
#content a:link,
#content a:visited {
	color: #a00000;
}
#content a:hover {
	background: #eee;
}

/* ~MainContent
---------------------------------------------------------------------------------- */

#main_content {
	width: 404px;
  float: left;
  display: inline;
  margin: 0 0 0 48px;
}
#main_content.full {
	width: 658px;
}
#main_content .box {
	background: transparent url(../images/main_box_bg.gif) bottom left no-repeat;
  padding: 10px;
  color: black;
}
#main_content .box2 {
	background: #fbf7e6 url(../images/side_box_bottom_bg.gif) bottom left no-repeat;
  padding-bottom: 20px;
  margin: 0 0 1em 0;
}
#main_content .box2 .top {
	width: 219px;
  height: 20px;
  background: transparent url(../images/side_box_top_bg.gif) top left no-repeat;
}
#main_content .box2 h2 {
	padding: 0 15px;
  margin: 0 0 .8em 0;
}
#main_content .box2 h3 {
	padding: 0 15px;
}
#main_content .box2 p {
	padding: 0 15px;
}
#main_content .box2 h3 a:link,
#main_content .box2 h3 a:visited {
	color: black;
  text-decoration: none;
}
#main_content .box2 h3 a:hover {
	text-decoration: underline;
  background: transparent;
}
#main_content .box2 a {
	text-decoration: none;
}
#main_content .box2 a:hover {
	background: #f2ecce;
}
#main_content ul,
#main_content ol {
	margin: 0 0 1em 40px;
}
#main_content ol li {
	margin: 0 0 1em 0;
}
#main_content .more {
	text-align: right;
  color: #a00000;
  font-weight: bold;
}

/* ~SideContent
---------------------------------------------------------------------------------- */
	
#side_content {
	width: 219px;
  float: left;
  display: inline;
  margin: 0 0 0 35px;
}
.full #side_content {
	float: right;
  margin: 0;
}
#side_content .box {
	background: #fbf7e6 url(../images/side_box_bottom_bg.gif) bottom left no-repeat;
  padding-bottom: 20px;
  margin: 0 0 1em 0;
}
#side_content .box .top {
	width: 219px;
  height: 20px;
  background: transparent url(../images/side_box_top_bg.gif) top left no-repeat;
}
#side_content .box h2 {
	padding: 0 15px;
  margin: 0 0 .8em 0;
  position: relative;
}
#side_content .box h3 {
	padding: 0 15px;
}
#side_content .box p {
	padding: 0 15px;
}
#side_content .box h3 a:link,
#side_content .box h3 a:visited {
	color: black;
  text-decoration: none;
}
#side_content .box h3 a:hover {
	text-decoration: underline;
  background: transparent;
}
#side_content .box a {
	text-decoration: none;
}
#side_content .box a:hover {
	background: #f2ecce;
}
#side_content .box ul {
	list-style-type: none;
}
#side_content .box ul ul {
	margin: 0 0 1em 30px;
}
#side_content .box ul a {
	color: black;
}
#side_content .more {
	text-align: right;
  color: #a00000;
  font-weight: bold;
  margin: 0;
}
#side_content form div {
	text-align: center;
}

/* ~Footer
---------------------------------------------------------------------------------- */

#footer {
	text-align: center;
  color: white;
  font: .8em verdana, arial, sans-serif;
  padding: 5px 0 30px 0;
}
#footer a {
	color: #fff;
  text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* ~Gallery
---------------------------------------------------------------------------------- */

#gallery {
	text-align: center;
  padding: 0 40px;
}
#gallery h2 {
	margin: 0 0 .5em 0;
}
#slideshow {
	margin: 0 0 1em 0;
}


/* ~Map
---------------------------------------------------------------------------------- */

#map {
	text-align: center;
}
#map h2 {
	margin: 0 0 .5em 0;
}
#map iframe {
	margin: 0 auto 1em auto;
}


/* ~Specific Blocks
---------------------------------------------------------------------------------- */

#recipes {
	float: left;
  width: 219px;
}
#contact {
	width: 404px;
  float: left;
}

/* ~Flickrshots
--------------------------------------------------------------------------------- */

#flickrshots {
	float: left;
	list-style-type: none;
  margin: .3em 0 1em 0;
  padding: 0 0 0 7px;
  line-height: 1px;  
}
#flickrshots li {
	float: left;
  display: inline;
  margin: 0 0 7px 7px;
}
#flickrshots a img {
	border: none;
}
#flickrshots a {
	display: block;
  border: 1px solid #c7c3b1;
  background: white;
  padding: 7px;
}
#flickrshots a:hover {
	border: 1px solid #a00000;
  background: white !important;
}

/* ~Misc
---------------------------------------------------------------------------------- */

.clear {
	clear: both;
}
div.clear {
	height: 1px;
	width: auto;
}
img.left,
div.left {
	float: left;
  margin: 0 10px 10px 0;
}
.caption {
	text-align: center;
  color: #444;
  font: .8em verdana, arial, sans-serif;
  padding: 3px 0;
}
a img {
	border: none;
}



