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

body {
	background: #8E0D0D url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #565656;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 720px;
position: relative;
}
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
}
#right {
 position: absolute;
 top: 0;
 left: 200px;
 width: 520px;
}

/** Left **/
#left {
 background: url(images/amanda.jpg) no-repeat;
 padding-top: 552px;
}

#copyright {
	position: absolute;
	top: 554px;
	left: 0px;
	color: white;
	width: 200px;
}

#copyright p {
 margin: 0 1em 0.5em 0em;
}

/** Right **/
#nav {
 background: url(images/header2.jpg) no-repeat;
 height: 104px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 18px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 90px 10px 0px 10px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color:#F9F9F9;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 color: #FFF;
 font-weight: bold;
}

/** Body **/
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bot.jpg) no-repeat;
 padding: 36px 39px 19px 39px;
}

#body h2 {
 font: 20px "Times New Roman", serif;
 color: #660505;
 font-weight: normal;
}

#body h2 strong{
 font-size:24px;
 font-weight:bold;
}

#body h3 {
 font: 12px "Arial", serif;
 font-weight: bold;
 color: #660505;
 margin-top: 2.4em;
}
#body h4 {
 font-style: italic;
 font-weight: bold;
 margin-top: 1.8em;
 margin-bottom: -1.0em;
}
#body .left {
 margin: 0 26px 0 0;
}
