body {
	color: #000000;
	background-color: #f5eed5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 125%;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #008c99;
}
p {
	padding-bottom: 0.3em;
	padding-top: 0px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
#wrapper {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #352b27;
	margin-top: 38px;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin-bottom: 18px;
}
#header {
	height: 218px;
	width: 100%;
	position: relative;
	background-color: #5a4a42;
	background-image: url(/assets/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#site-search {
	height: 24px;
	width: auto;
	position: absolute;
	text-align: right;
	right: -1px;
	background-repeat: repeat-x;
	background-position: top;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 11px;
	top: -25px;
	vertical-align: middle;
	background-image: url(/assets/images/bg_search.gif);
	line-height: 20px;
}
#site-search a {
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}
#site-search label {
	margin-left: 5px;
}
#site-search-field {
	height: 13px;
	width: 126px;
	line-height: 13px;
	margin-right: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 10px;
	background-color: #F5EED5;
	border: 1px solid #352b27;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#site-search img {
	vertical-align: middle;

}
#contents {
	clear: both;
	width: 100%;
	background-image: url(/assets/images/bg_contents.gif);
	background-repeat: repeat-y;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	margin-bottom: 0px;
}
#contents-left {
	float: left;
	width: 202px;
}
#contents-left-copy {
	text-align: center;
	clear: both;
	line-height: 1.1em;
	font-size: .9em;
}

#contents-right {
	float: left;
	width: 713px;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	font-size: 90%;
	line-height: 2em;
}
#footer a {
	color: #000000;
	margin-right: 3px;
	margin-left: 3px;
	padding: 3px;
}
