@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #036;
	font-size: 72.5%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrapper {
	border: solid 10px #FFF;
	margin: 0 auto 50px auto;
	width: 980px;
	min-height: 500px;
	background: #efd49d;
}
#header {
	width: 980px;
	height: 271px;
	margin: 0;
	background: url(images/baritts_web_01.jpg) no-repeat top center;
}
#content {
	width: 980px;
	background: url(images/baritts_web_02.jpg) no-repeat top center;
	min-height: 500px;
	margin: 0;
	padding: 0;
}
#footer {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 242px;
	background: url(images/footer.jpg) no-repeat top center;
}
#formspace {
	width: 580px;
	margin: 0 auto;
	background: url(images/shadow_02.png) bottom center;
	padding: 10px 20px 20px 20px;
	text-align: left;
	min-height: 500px;
}
#formheader {
	width: 620px;
	height: 15px;
	margin: 0 auto;
	background: url(images/shadow_01.png) no-repeat;
	padding: 0;
}
h2 {
	font-size: 2.9em;
	color: #351b10;
	margin: 0;
	letter-spacing: -0.09em;
	text-align: left;
	line-height: 28px;
}
.tblTop {
	border-top: 1px solid #fcf1dc;
}
a:link, a:visited {
	color: #63bde5;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #036;
	font-weight: bold;
	text-decoration: underline;
}
input {
	border: 1px #351b10 solid;
	background: #fcf1dc;
	color: #351b10;
	font-size: 0.9em;
}
textarea {
	border: 1px #351b10 solid;
	background: #fcf1dc;
	color: #351b10;
	font-size: 0.9em;
}
select {
	border: 1px #351b10 solid;
	background: #fcf1dc;
	color: #351b10;
	font-size: 0.9em;
}
#prefooter {
	width: 980px;
	height: 50px;
	margin: 0 auto;
}
