body {
        background-color: #443128;
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/1.6em Georgia, times, serif;    
	text-align: center;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2em;
}
h1 {
  font-size: 36px;
}
#content h1 {
  font-size: 28px;
}
h2 {
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 20px;
  color: #443128;
}
h3 {
  margin-top: 2em;
  font-size: 20px;
}
h2.first, h3.first, p.first {
  margin-top: 1em;
}
h4 {
  font-size: 16px;
}
a {
  color: blue;
  outline: none;
  text-decoration: none;
}
a:hover {
 color: #69c; 
 text-decoration: underline;
}
ul {
  list-style: none;
  margin: 0; 
  padding: 0;
  line-height: 1.4em;
}
ul ul {
  margin: 0 0 0 10px;
  font-size: 12px;
}
li {
  /* CWM: added list-style rule. Not necessary for IE6 */
  margin: 2px 0; 
}
hr {
  clear: both;
  height: 1px;
  background-color: #ccc; 
  border: 0;
  margin: 2em 0;
}
.content-block {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.inactive a, .inactive li a {
  color: #bbb !important;
}

/* Layout
----------------------------------------------- */
#wrapper {
	position: relative;
	margin: 20px auto;
	padding: 0 0;
  width: 731px;
  background: #e7daad url(images/bkgd.gif) repeat-y 0 0;
  border-top: 20px solid #e7daad;
  border-bottom: 20px solid #e7daad;
}
#container {
}
#header {
  text-align: left;
}
#header h1 {
	position: absolute;
  background: transparent url(images/logo.gif) no-repeat 0 0;
  width: 177px;
  height: 150px;
	margin: 0;
	text-indent: -9999px;
}
.column {
  float: left;
}
#content {
	float: left;
	background-color: #dddec9;
  text-align: center;
  width: 476px;
  margin-left: 0;
  color: #684f40;
}

#sidecol {
	float: left;
	margin-top: 140px;
  width: 206px;
  text-align: left;
}
/* CWM: added div rule to combat IE wierdness */
#sidecol div.cat-div {
  float: left;
  display: inline;
}
/* CWM: end IE wierdness rule */
#sidecol ul.categories {
/* CWM: removed float rule and moved to div above */
	margin: 10px 0 0 30px;
	width: 120px;
/* CWM: added padding rule */
	padding: 0;
}
/* CWM: added categories li rules */
#sidecol ul.categories li {
  zoom: 1;
  margin: 0;
  padding: 0;
}
#sidecol ul.categories .selected a {
        color: #443128;
}

#sidecol ul.categories a:hover {
        color: #443128;
        text-decoration: none;
}

#sidecol ul.categories .entire-slideshow { 
        line-height: 4em;
        margin-bottom: -30px;
}

#sidecol ul.assets {
	float: left;
	margin: 0 0 0 8px;
}
#sidecol ul.assets li a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

#sidecol ul.assets li#asset1 a {
	background: transparent url(images/buttons.gif) no-repeat -41px 0;
}
#sidecol ul.assets li#asset2 a {
	background: transparent url(images/buttons.gif) no-repeat -41px -40px;
}
#sidecol ul.assets li#asset3 a {
	background: transparent url(images/buttons.gif) no-repeat -41px -80px;
}
#sidecol ul.assets li#asset4 a {
	background: transparent url(images/buttons.gif) no-repeat -41px -120px;
}
#sidecol ul.assets li#asset5 a {
	background: transparent url(images/buttons.gif) no-repeat -41px -160px;
}

#sidecol ul.assets li#asset1.selected a, #sidecol ul.assets li#asset1 a:hover {
	background-position: 0 0;
}
#sidecol ul.assets li#asset2.selected a, #sidecol ul.assets li#asset2 a:hover {
	background-position: 0 -40px;
}
#sidecol ul.assets li#asset3.selected a, #sidecol ul.assets li#asset3 a:hover {
	background-position: 0 -80px;
}
#sidecol ul.assets li#asset4.selected a, #sidecol ul.assets li#asset4 a:hover {
	background-position: 0 -120px;
}
#sidecol ul.assets li#asset5.selected a, #sidecol ul.assets li#asset5 a:hover {
	background-position: 0 -160px;
}

#sidecol a {
	color: #93816d;
}
#sidecol a.selected {
	color: #000;
}

/* Navigation
----------------------------------------------- */
#main-nav {
	margin: 0 0 0 206px;
	width: 476px;
	
}
#main-nav li {
  float: left;
  text-align: center;
  width: 156px;
  margin: 0;
	background-color: #b9bd9b;
	color: #5b5836;
}
#main-nav li a {
	display: block;
	color: #5b5836;
}
#main-nav li#nv-photos, #main-nav li#nv-slideshow {
	margin-right: 4px;
}
#photos-page #nv-photos,
#slideshow-page #nv-slideshow,
#virtualtour-page #nv-virtualtour
{
  background-color: #443128;
}
#photos-page #nv-photos a,
#slideshow-page #nv-slideshow a,
#virtualtour-page #nv-virtualtour a
{
	color: #e7daad;
}

#slideshow-page #nv-slideshow { 
	color: #e7daad;
}

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

#content2 {
	height: 347px;
}

/* Footer
----------------------------------------------- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
  clear: both;
  font-size: 12px;
  margin-left: 206px;
  width: 476px;
  height: 2em;
}
