body {
	background: url("images/header.jpg") repeat-x top center;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #7f7f7f;
	font-size: 13px;
}

h1 {
	color: #c2202f;
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	color: #c2202f;
	border-bottom: 1px solid #bbbbbb;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
}

a {
	color: #ff6249;
}

a:hover {
	color: #fa482b;
}

img {
	border: 0px;
}

#header {
	
}

#wrapper {
	width: 980px;
	margin: 0px auto;
}

#nav {
	margin: 159px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#navfirst {
	padding-left: 0px !important;
}

#nav li {
	float: left;
}

#nav li a {
	height: 32px;
	padding: 18px 65px 0px 20px;
	text-decoration: none;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background: url("images/navbreak.jpg") no-repeat top right;
}

#nav li a:hover {
	color: #e0d6c7;
}

#content {
	line-height: 160%;
	clear: both;
	padding-top: 83px;
}

#col1 {
	float: left;
	width: 360px;
}

#col2 {
	margin-left: 55px;
	float: left;
	width: 500px;	
}

#badges a {
	display: block;
	float: left;
	width: 149px;
	height: 115px;
	background: url("images/badge.jpg") no-repeat top left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 22px 20px 20px 20px;
	text-decoration: none;
	text-align: center;
}

#footerwrap {
	background: url("images/footertile.jpg") repeat-x top;
	color: #fff;
	font-size: 11px;
}

#footer {
	clear: both;
	margin: 0px auto;
	width: 980px;
	padding: 46px 0px 46px 0px;
}

.c2pad {
	padding-top: 35px;
}