html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #695F4C;
}
a:hover {
	color: #695F4C;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000000;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 782px;
	background: #ffffff;
	position: relative;
}

#header {
  background: #dbdccb url(images/header.jpg) no-repeat;
  height: 240px;
}

#footer {
  height: 20px;
}

#logo {
  position: absolute;
  top: 12px;
  left: 340px;
  width: 170px;
  color: #6f732d;
}
#logo h1 {
  font: bold 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
  font-weight: bold;
}

#nav {
	background: #6f732d;
	position: absolute;
	top: 115px;
	right: 1px;
	width: 460px;
	padding: 6px 0;
	text-align: right;
}
#nav li {
  list-style: none;
  display: inline;
  color: #fff;
}
#nav a {
  text-decoration: none;
  color: #fff;
}
#gallery {
	position: absolute;
	top: 140px;
	right: 1px;
	width: 460px;
}
#gallery li {
  list-style: none;
  text-indent: -999px;
  float: left;
  overflow: hidden;
  height: 100px;
}
#gallery .cat01 {
  background: url(images/pic_1.jpg) no-repeat;
  width: 115px;
}
#gallery .cat02 {
  background: url(images/pic_2.jpg) no-repeat;
  width: 115px;
}
#gallery .cat03 {
  background: url(images/pic_3.jpg) no-repeat;
  width: 115px;
}
#gallery .cat04 {
  background: url(images/pic_4.jpg) no-repeat;
  width: 115px;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
  height: 100%;
}
#menu {
  float: left;
  width: 205px;
}
#content, #collection {
  float: right;
  width: 573px;
  background: #ffffff;
  margin-bottom: 2px;
}
#content .inner, #collection .inner {
  padding: 6px 12px;
}
#content p, #collection p {
  margin: 0.9em 0;
}

#googlead-article {
  float: left;
  width: 300px;
  height: 250px;
}

#googlead-article-banner {
  float: left;
  width: 100%;
  height: 70px;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h4 {
  font: bold 10px "arial", arial, sans-serif; 
  color: #695F4C;
}

h3 {
  font: bold 11px "arial", arial, sans-serif; 
  color: #695F4C;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}
#menu h2 {
  color: #fff;
  padding: 4px 0 5px 39px;
  background: #847A67;
}
#menu li {
  background: #D4CAB6 left url(images/bullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}
#menu a {
  text-decoration: none;
  color: #000000;
}
#menu a:hover {
  text-decoration: underline;
}

#collection {
  background: #D4CAB6 bottom right url(images/person_bg.jpg) no-repeat;
}
#collection .inner {
  padding-right: 98px;
}
#minigal {
  float: right;
  width: 222px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#minigal div {
  float: left;
  margin: 6px;
}
#collection ul {
  margin-left: 1.5em;
}
#collection li {
  margin: 0.2em 0;
  color: #463F32;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial narrow", arial, sans-serif;
}
#collection p {
  width: 103px;
  margin-left: 1.5em;
}

#copyright {
  background: #6f732d;
  text-align: center;
  font-size: 9px;
  padding: 2px;
  color: #fff;
}

