@charset "utf-8";
.column  {
	float: left;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.column   >  .column{
	width: 46%;
	padding-right: 1%;
	padding-left: 1%;
}

#content #text {
	width: 70%;
}
h1  {
	font-weight: normal;
	color: #740000;
	font-size: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6cfd0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 5px;
}
h1   >  span{
	height: 44px;
	background-repeat: repeat-x;
	display: block;
	float: left;
	font-size: 2.8em;
	text-transform: uppercase;
	line-height: 44px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	background-color: #A10500;
}
h1 span.number  {
	position: absolute;
	font-size: 36px;
	color: #A10500;
	background-color: transparent;
	top: 0px;
	right: 0px;
}
h1 span.number span      {
	font-size: .5em;
	color: #BC792F;
}

#text p {
	font-size: 1.4em;
	color: #7f0508;
	line-height: 1.6em;
}
#forms h2 {
	font-weight: normal;
	color: #760001;
	font-size: 2.4em;
}
#forms #baf {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#forms #baf p {
	color: #760001;
	font-size: 1.2em;
}
#forms #baf input#submit {
	background-color: #760001;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	padding: 2px;
}

