html, h1, body, h2 , h3   , h4{
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #9B9573;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #BB8E5A;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #1F1A14;
	text-align: center;
	color: #312F1A;
	font-family: arial, sans-serif;
	font-size: 14px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 1000px;
	position: relative;
	background-color: 1F1A14;
}

#header {
	padding-top: 51px;
	width: 1000px;
	position: relative;
	padding-left: 8px;
}
#header2 {
	padding-top: 0px;
	width: 600px;
	padding-left: 0px;
	background-color: #009;
	display: block;
	margin-left: 300px;
}

/** Header **/
h1 {
	color: #FFF;
	border: 2px solid #C4B888;
	padding: 8px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-family: "Times new roman", sans-serif;
	font-size: 25px;
	background-color: #BB8E5A;
}

/** Body **/
#body {
	position: relative;
	width: 100%;
}
.rt-border {
	margin-bottom: 20px;
}

#nav {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 229px;
	padding-top: 292px;
	background-image: url(images/cover-pic.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
}
#nav ul {
	background-color: #BB8E5A;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px solid #C5B883;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 28px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#nav li {
	list-style: none;
}
#nav a {
	color: #FFF;
	font-style: italic;
	padding-right: 8px;
	background-color: #B58F60;
	font-family: "times new roman", serif;
	font-size: 18px;
}

/** content **/

#content {
	background: #E8E7DA bottom right url(images/body_bottom_right.jpg) no-repeat;
	width: 748px;
	margin-left: 254px;
	min-height: 278px;
}

#content .main, #content .main2 {
	float: right;
	width: 300px;
	margin-top: 14px;
	padding-right: 28px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#beauty {
  float: right;
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url(images/bogy_top_right.jpg) no-repeat;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty .clear {
  height: 10px;
}

h2 {
	font: italic 22px "Times new roman", serif;
	color: #663;
	margin: 0 0 0.5em 0;
}

/** Footer **/

#footer {
	color: #E8E7DA;
	margin: 2px 0 0 275px;
	font-size: 11px;
}

#privacy {
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: #E8E7DA bottom left url(images/footer_tab.jpg) no-repeat;
}
#privacy a {
  color: #000;
  font-weight: normal;
}
