#wrapper {
	width: 840px;
	background-image: url(../images/column_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	float: left;
}
#menu {
	background-color: #dd0000;
	height: 55px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8e0000;
	float: left;
	width: 800px;
	background-image: url(../images/menu/menu_01.gif);
}
#wrapper  .margin {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}

#cta {
	height: 260px;
	float: left;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8E0000;
}
.content {
	margin-right: 10px;
	margin-left: 10px;
}

#main {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #8E0000;
	background-color: #DD0000;
	float: left;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/lines.gif);
	background-repeat: repeat-y;
	background-position: 220px top;
}
#main.twoColumn  {
	background-position: left;
}
#main.oneColumn {
	background-image: none;
}

#main.twoColumn .body {
	width: 560px;
}
#main.oneColumn .body {
	width: 780px;
}


#subCta {
	height: 99px;
	float: left;
	width: 800px;
	background-color: #f6f1e5;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	background-image: url(../images/subcta_bg.jpg);
}
#center {
	margin-right: auto;
	margin-left: auto;
	width: 841px;
}

#footer {
	float: left;
	width: 840px;
	text-align: center;
	color: #666666;
	font-size: 9px;
	padding-top: 10px;
	background-image: url(../images/footer.jpg);
	background-position: center -20px;
	background-repeat: no-repeat;
	width: 100%;
	height: 20px;
}
#bodyImposter {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #D7D7D7;
	float: left;
	width: 100%;
	padding-bottom: 100px;
}


.sidebar {
	float: left;
	width: 220px;
}
.body {
	float: left;
	width: 220px;
}
.extraCol {
	float: left;
	width: 340px;
}
.iconBox {
	float: left;
	width: 260px;
	margin-top: 20px;
}
.icon {
	width: 80px;
	float: left;
}
.iconText {
	float: left;
	width: 180px;
}
