html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
  position: relative;
}

#header {
  background: no-repeat center top;
  padding-top: 51px;
  width: 252px;
  position: relative;
}

/** Header **/
h1 {
  color: #FDE7C2;
  background: #991111;
  border: thin solid #C4B888;
  padding: 4px;
  text-align: center;
  font: normal 19px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 2px 21px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}


/** content **/

#content {
	background: #E8E7DA no-repeat right bottom;
	width: 462px;
	margin-left: 254px;
	min-height: 278px;
	height: 280px;

}

#content .main, #content .main2 {
  float: right;
  width: 420px;
  margin-top: 10px;
  padding-right: 20px;
}

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

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#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/body_top_r.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: normal 19px Verdana, Arial, Helvetica, sans-serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}

/** Footer **/

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

}

#content .main .clear {
	height: 20px;
	margin-bottom: -10px;

 } 
