body {
	background: url(../images/bg.jpg) black no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
div#wrapper {
	margin: 22px auto;
	width: 780px;
}
div#header {
	position: relative;
	height: 358px;
}
div#header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 154px;
	background: url(../images/capricorn-logo.png);
}
h1.page-title {
	text-indent: -9999px;
	background: url(../images/page-title.png) no-repeat;
	width: 556px;
	height: 143px;
	position: absolute;
	top: 5px;
	left: 200px;
	margin: 0;
	padding: 0;
}

ul.page-subtitle {
	display: none;
}

div#left-column {
	width: 460px;
	float: left;
	margin: 40px 0 60px 0;
}

div#right-column {
	width: 240px;
	float: right;
	margin: 40px 0 60px 0;
	background-color: #f6e9e7;
	padding: 30px;
}

div.red-box {
	background: url(../images/red-box-bg.png);
	padding: 30px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 20px;
}
div.red-box ul {
	margin: 0;
	padding: 0 0 0 15px;
}
div.red-box ul li {
	margin: 0;
	padding: 3px 0 0;
}
div.red-box h2 {
	margin: 0 0 25px;
	padding: 0;
}

div.red-box a {
	color: white;
}

div.red-box p {
	margin: 5px 0;
}

div#right-column h2 {
	margin: 0;
	padding: 0;
}

h2.welcome {
	text-indent: -9999px;
	background: url(../images/welcome.png) no-repeat;
	width: 407px;
	height: 23px;
}

h2.contact-info {
	text-indent: -9999px;
	background: url(../images/contact-info.png) no-repeat;
	width: 243px;
	height: 23px;
}

h2.email-us {
	text-indent: -9999px;
	background: url(../images/email-us.png) no-repeat;
	width: 98px;
	height: 22px;
}

h3 {
	color: #66aee3;
	font-size: 12pt;
	margin: 0;
}

div#right-column p {
	margin: 10px 0 5px 0;
	font-weight: bold;
}

div#right-column h3 {
	margin: 0;
}

.email-us-form label, .email-us-form span {
	display: block;
	color: #a30046;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
.email-us-form input {
	width: 240px;
	border: none;
	height: 24px;
}
.email-us-form textarea {
	width: 240px;
	border: none;
	height: 92px;
}
.email-us-form input.FormButton {
	width: 107px;
	height: 33px;
	text-align: center;
	margin: 20px 0 0 65px;
}

.ErrorLabel {
	display: none !important;
}

.EditingFormErrorLabel {
	font-size: small;
	font-style: italic;
	color: red !important;
}