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

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

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

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

/** Header **/
h1 {
	color: #FDE7C2;
	background: #991111;
	border: 1px solid #C4B888;
	padding: 0px;
	text-align: center;
	font: 25px "Times new roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 2px 21 px;
}

#search {
  width: 148px;
  background: #E8E7DA url(images/search_top.jpg) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 558px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

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

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

/** content **/

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

#content .main, #content .main2 {
	float: left;
	width: 325px;
	padding-left:14px;
	padding-right: 14px;
	top: 14px;
}

#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: 2px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

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

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

/** Footer **/

#footer {
	color: #E8E7DA;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 233px;
	width: 570px;
	float: right;
}

#privacy {
	position: absolute;
	right: 787px;
	width: 0px;
	padding: 4px 0;
	text-align: center;
	background: #E8E7DA bottom left url(images/footer_tab.jpg) no-repeat;
	top: 1043px;
	background-color: #000000;
	height: 0px;

}
#privacy a {
  color: #000;
  font-weight: normal;
}
