body {
	margin: 0;
	padding: 15px;
	text-align: center;
	font: 77% Arial, Helvetica, sans-serif;
}
h1 {
	color: #f98816;
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 120%;
}
h2 {
	color: #f98816;
	background: #fff;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 120%;
}
img {
	border: 0;
}
#wrapper {
	width: 810px;
	margin: auto;
	text-align: left;
}
#header {
	height: 163px;
	padding-left: 5px;
	background: url(images/header.jpg) no-repeat;
}
object {
	width: 210px;
	height: 157px;
	margin-top: 6px;
}
.top {
	height: 26px;
	font-size: 1px;
	background: url(images/top.jpg) repeat;
}
#main {
	border-left: 5px solid #f98816;
	border-right: 5px solid #f98816;
	background: #f9bd82;
	color: #000;
	padding-left: 4px;
}
.content {
	float: right;
	width: 656px;
	padding: 10px 8px 12px 11px;
	color: #000;
	background: #fff url(images/content.gif) repeat-y;
}
.left {
	float: left;
	width: 475px;
}
.leftfull {
	float: left;
	width: 650px;
}
.right {
	float: right;
}
.contentImg {
	float: right;
	margin: 0 40px;
}
.leftColumn {
	float: left;
	width: 118px;
	padding-bottom: 2px;
}
.leftColumn ul {
	margin: 0;
	padding: 2px 0 45px 3px;
	list-style: none;
}
.leftColumn li {
	margin-bottom: 9px;
	padding-left: 17px;
	background: url(images/menu.gif) no-repeat 0 2px;
}
.leftColumn li a {
	color: #000;
	background: #f9bd82;
	text-decoration: none;
	font-weight: bold;
}
.leftColumn li a:hover {
	color: #fff;
	background: #f9bd82;
}
#footer {
	height: 32px;
	line-height: 26px;
	padding: 0 23px 0 17px;
	text-align: center;
	margin-top: -1px;
	background: url(images/footer.jpg) no-repeat;
}
* html #footer {
	margin-top: -2px;
}
#footer a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
.copyRights {
	float: left;
}
.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}
