body {
	height: 100%;
	margin: 0;
	padding: 5px;
	background-color: #B9974F;
	font-family: arial, cursive, serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

label, button, input[type="submit"] {
	cursor:pointer;
}

#contentHeader {
	background-color: #F3F3F3;
	background-image: url("images/background-header.jpg");
	background-position: right;
	background-repeat: no-repeat;
	height: 28px;
	margin-top: 10px;
}

#contentHeader h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #B9974F;
	padding: 9px 4px 0px 10px;
}

.horizontalRule {
	width: 95%;
	background-color: #DCCBA7;
	height: 1px;
	margin: 7px auto 7px auto;
	clear: both;
}

#contentHeader + .horizontalRule {
	width: 670px;
	margin: 7px 0px 7px 0px;
}

#brochure {
	float: left;
	padding: 4px;
	width: 40%;
	color: #fff;
	font-size: 14px;
}

#brochureForm {
	float: right;
	padding: 8px;
	width: 55%;
	color: #fff;
	font-size: 14px;
	background-color: #AE8C46;
	height: 100%;
}

#brochureForm fieldset {
	border: 1px solid #987A3D;
	background-color: #A88744;
}

#brochureForm fieldset:hover {
	background-color: #987A3D;
}

#brochureForm legend {
	background-color: #987A3D;
	padding: 3px;
	font-weight: bold;
}

#brochureForm input[type="text"] {
	font-weight: bold;
	color: #333;
	border: 1px solid #987A3D;
}

#brochureForm input[type="text"]:focus {
	border: 1px solid #B9974F;
}

#brochureForm input[type="submit"] {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #655127;
	padding: 4px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #42351A;
}