html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000000;
	font: 11px arial, sans-serif;
	color: #312F1A;
	clip: rect(auto,auto,auto,744px);
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 714px;
    position: relative;
	left: -6px;
}

#header {
  background: top center url(images/logo.jpg) no-repeat;
  padding-top: 25px;
  width: 252px;
  position: relative;
}

/** Header **/
h1 {
  color: #FDE7C2;
  background: #991111;
  border: 2px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}

#search {
	width: 444px;
	background: #991111 url(images/search_top.jpg) no-repeat;
	text-align: center;
	position: absolute;
	bottom: -1px;
	left: 258px;
	padding: 6px 0;
	height: 100px;
	top: 2px;
	background-image: url(images/search_top_menu.jpg);
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
	position: relative;
	width: 100%;
	top: 1px;

}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 252px;
	padding-top: 0px;
	background:  no-repeat;
}
#nav ul {
  background: bottom right  url no-repeat;
  margin: 0 3px 0 5px;
  padding: 2px 0px 0px 15px;
}
#nav li {
  list-style: none;
  background: bottom left url(images/dots.jpg) repeat-x;
}
#nav a {
  color: #FDE7C2;
  font: 14px "times new roman", serif;
  font-style: italic;
  background: #000000;
  padding-right: 8px;
}

/** content **/

#content {
  background: #E8E7DA bottom right url(images/body_bottom_right.jpg) no-repeat;    
  width: 462px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: right;
  width: 250px;
  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: -9px;
}

#beauty {
  float: right;
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url 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: 1px;
}

h2 {
	font: italic 20px "Times new roman", serif;
	color: #991111;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

h3 {
	font: italic 18px "Times new roman", serif;
	color: #991111;
	margin: 0 0 0.5em 0;
	font-weight: bold;

 }
 h4 {
	color: #991111;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-family: "Times new roman", serif;
	font-size: 18px;
	font-style: italic;
 }
/** Footer **/

#footer {
	color: #E8E7DA;
	width: 679px;
	background: top right url no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	position: relative;
	text-align: right;
}
