html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a {
	color: #8F6A2B;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #C4861C;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
}

body {
	background: url(images/bg.jpg) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #5D5D5D;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 747px;
	position: relative;
	z-index: 1;
}

#body {
	position: absolute;
	width: 743px;
	top: 214px;
	background: white;
	overflow: hidden;
	z-index: 6;
	border: thin solid #DDDDDD;
	border-top: 0;
}

#body .i {
	padding: 15px 45px 84px 74px;
}

#head-top {
	position: absolute;
	top: 0;
	width: 758px;
	height: 32px;
	z-index: 2;
	background: url(images/head_top.gif) no-repeat;
}

#head-right {
	position: absolute;
	top: 0;
	left: 746px;
	width: 13px;
	height: 145px;
	z-index: 3;
	background: url(images/head_right.gif) no-repeat;
}

#logo1 {
	position: absolute;
	top: 32px;
	width: 620px;
	height: 150px;
	z-index: 4;
	background: white url(images/logo.jpg) repeat-x;
}

#logo2 {
	position: absolute;
	top: 32px;
	width: 127px;
	left: 620px;
	height: 150px;
	z-index: 5;
	background: white url(images/logoflash.gif) repeat-x;
}

#nav {
	position: relative;
	top: 182px;
	width: 747px;
	height: 32px;
	z-index: 6;
	background: url(images/head_top1.gif) no-repeat;
}

#nav li {
	display: inline;
	padding-right: 25px;
	color: #8F6A2B;
	font-weight: bold;
	font: 13px arial, sans-serif;
	position: relative;
	float: left;
	top: 5px;
}

#body h2 {
	font: 14px "Times new roman", "Lucida Grande", serif;
	font-weight: normal;
	margin-top: 25px;
}

#body .heading {
	font: 13px arial, sans-serif;
	font-weight: bold;
	color: #576B02;
}

#body h2.shallow {
	margin-top: 10px;
}

#body h2 strong {
	color: #576B02;
	font-size: 20px;
	font-weight: normal;
}

#body h2.orange strong {
	color: #8F6A2B;
}

#body p {
	margin: 2em 0 2em 0;
}

#body ul {
	margin: 0;
	padding: 0;
}

#body ul li {
	margin: 1em 0;
	list-style: disc;
	padding: 0 0 0 30px;
}

#copyright {
	text-align: center;
	clear: both;
	padding-top: 20px;
}
