Body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x #e20023;
	line-height: 22px;
}

Div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

form {
	margin: 0px;
	padding: 0px;
}


a {
	color: #231f20;
}

a:hover {
	text-decoration: none;
}

H1, H2, H3 {
	margin: 0px;
	padding: 0px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 47px;
	line-height: 50px;
	letter-spacing: -3px;
	display: block;
}

H1 span{
	font-size: 40px;
	color: #231f20;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #b91b2a;
	text-align: center;
	line-height: 48px;
	text-transform: uppercase;
	padding: 15px 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

p {
	margin: 20px 0px;
}

#Background {
	width: 906px;
	margin: 0px auto;
	background: url(../images/main-back.jpg) repeat-y right;
}

#Main {
	background: url(../images/right-fade.jpg) no-repeat right 163px;
}

#Wrapper {
	background: url(../images/index_02.jpg) no-repeat;
	padding-top: 39px;
	width: 906px;
	position: relative;
}

#Content {
	padding: 0px 37px;
}

.TopHead {
	width: 518px;
	text-align: center;
	float: left;
	background: url(../images/index_06.jpg) no-repeat right top;
	height: 237px;
	margin-top: 33px;
	padding-top: 35px;
}

.TopHead H1 {
	font-weight: normal;
	color: #231f20;
}

.TopHead H1 a {
	color: #231f20;
	font-weight: bold;
}

.TopHead H1 a:hover {
	text-decoration: none;
}

.TakeActionBox {
	width: 293px;
	float: left;
	height: 322px;
	background: url(../images/take-action-box.jpg) no-repeat;
	position: absolute;
	right: 20px;
	padding: 20px;
	color: #ffffff;
}

.TakeActionBox div p {
 	margin: 0px;
 }

.TakeActionBox h1 {
	font-size: 40px;
	line-height: 30px;
	padding-top: 20px;
}

.Designed {
	position: relative;
	margin-top: 20px;
	background: url(../images/index_14.jpg) repeat-x;
}

.MiddleText {
	height: 280px;
	font-size: 40px;
	color: #ffffff;
	line-height: 40px;
	padding-top: 25px;
	text-align: center;	
}

.MiddleText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 47px;
	line-height: 50px;
	letter-spacing: -3px;
	display: block;
	font-weight: normal;
}

.LeftImg {
	position: absolute;
	left:-64px;
}

.RightImg {
	position: absolute;
	right: -67px;
	top: -3px;
}

.ie .RightImg {
	position: absolute;
	right: -30px;
	top: -3px;
}

.Footer {
	padding: 15px;
	text-align: center;
	color: #ffffff;
	background: #e20023;
}

.SmallFont {
	font-size: 30px;
	line-height: 30px;
	padding-top: 5px;
}

.SmallFont span {
	color: #fdf551;
}

.Clear {
	clear: both;
}




