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

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


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;
	color: #bf1e2e;
	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 226px;
}

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

#Content {
	padding: 0px 50px;
}

.ContentText {
	padding-right: 30px;
}

.ContentUl li {
	background: url(../images/index_25.jpg) no-repeat;
	padding: 5px 10px 5px 35px;	
	margin: 10px 0px;
}

.BigFont {
	font-size: 24px;
	line-height: 30px;
}

.TickUlDiv {
	width: 225px;
	float: left;
	margin-left: 20px;
}

ul.Check li {
	background: url(../images/tick.jpg) no-repeat;
	padding-left: 38px;
	line-height: 38px;
}

.Excuse {
	font-size: 24px;
}

.Excuse a {
	color: #bf1e2e;
}


.YallowBg {
	background: #fff200;
	line-height: 30px;
}

.Hr {
	color: #333333;
	height: 2px;
}

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

.Clear {
	clear: both;
}




