body {
	background: url(images/background.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ff9901;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660000;
}

a {
	color: #91550F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 a, h3 a:hover {
	color: #660000;
	text-decoration: none;
}

div#wrapper_outer {
	position: relative;
}

div#wrapper_top {
	position: relative;
	text-align: left;
	width: 650px;
	margin: 0 auto;
}

div#wrapper_middle {
	position: relative;
	text-align: center;
	width: 615px;
	margin: 0 auto;
	background: url(images/content_page_bg.gif) repeat-x;
	background-color: #ff9a82;
}

div#wrapper_copyright {
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
}

div#content_top div#content_bottom {
	position: relative;
}

div#content {
	position: relative;
	background: url(images/middle_bg.gif) repeat-y;
	text-align: left;
	padding: 0px 34px 0px 35px;
}

div#content_header {
	position: relative;
}

div#content_header_image {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

div#content_header_text {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 30px;
	font-size: 30px;
	color: white;
}

div#content_page {
	position: relative;
	padding: 113px 10px 0px 10px;
	min-height: 216px;
}

/* IE Hack */
* html div#content_page {
	height:216px;
}
/* End IE Hack */

p.inline_image {
	text-align: center;
}

form {
	clear: both;
}

fieldset {
	padding-bottom: 10px;
}

fieldset label {
	display: block;
	width: 150px;
	padding-right: 5px;
	text-align: right;
	float: left;
}

fieldset.input input, fieldset.input textarea, fieldset.input select, fieldset.input submit, fieldset.input button, fieldset.input img {
	display: inline;
	margin-bottom: 5px;
}

form legend {
	font-weight: bold;
}

form fieldset p {
	padding-left: 10px;
}
