html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color:#312F1A;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #312F1A;
	text-decoration: none;
}

iframe {
	border: 1px;
	border-color:000;
	border-style:solid;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  	background: #000;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #312F1A;
	width:700px;
}

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

#header {
  background: top center url(../images/logo.jpg) no-repeat;
  padding-top: 51px;
  width: 252px;
  position: relative;
}

#header a {
	color: #FFFFFF;
	font-weight:normal;
}

#header a:link {
	text-decoration: none;
}

#header a:visited {
	text-decoration: none;
}

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

/** 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;
}

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

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

h3 {
  font: bold italic 18px "Times new roman", serif;
  /**arial, sans-serif; **/
  color: #991111;
  margin: 0 0 0.5em 0;
}


#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 292px;
  background: url(../images/pic_1.jpg) no-repeat;
  font-weight:bold;
}
#nav ul {
  background: bottom right #991111 url(../images/nav_bot.jpg) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(../images/dots.jpg) repeat-x;
}
#nav a {
  color: #FDE7C2;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: #991111;
  padding-right: 8px;
  text-decoration:none;
}

/** content **/

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

#content .main {
  float: right;
  width: 420px;
  margin-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 14px;
}

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

#beauty {
  float: right;
  width: 184px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url(../images/body_top_right.jpg) no-repeat;
}

#beauty p {
  float: left;
  width: 180px;
  margin: 0 0 0.6em 0;
  padding: 0;
  line-height: 1.3;
}

#beauty .clear {
  height: 10px;
}

#beauty a {
color:#991111;
text-decoration:none;
}




/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 2px 0 0 275px;
width:886px;
}
#footer a {
  color: #FFFFFF;
  text-decoration:none;
  font-weight:normal;
}
