@charset "UTF-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, "Myriad Pro", sans-serif;
	background-color: #2E2E2E;
}
#footer {
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapperBgd.png);
	background-repeat: no-repeat;
	padding-top: 15px;
}
.headerText {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #f9f8f8;
	font-size: 16px;
}
.headerText2 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #f9f8f8;
	font-size: 19px;
}
.style1 {
	font-size: 30px;
	font-weight: bold;
}
.style3 {
	font-size: 23px;
	font-weight: bold;
}
.style4 {
	font-size: 24px;
	font-weight: bold;
}
.style6 {color: #f07b33}
#wrapperMain {
	background-color: #FFFFFF;
	background-image: url(images/bgd.png);
	background-repeat: repeat-x;
	width: 100%;
}
.floatLeft {
	float: left;
	width: 254px;
}
#coverflowHolder {
	width: 710px;
	height: 240px;
	float: right;
}
#leftColumn {
	float: left;
	width: 360px;
	margin-left: 24px;
	padding-left: 10px;
	font-size: 12px;
	color: #2e2e2e;
	line-height: 18px;
}
#rightColumn {
	float: right;
	width: 330px;
	font-size: 12px;
	color: #2e2e2e;
	line-height: 18px;
}
#rightColumn li {
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 22px;
}
#rightColumn ul {
	padding-left: 15px;
}
.clear {
	clear: both;
}
#bottom {
	background-color: #2e2e2e;
	width: 100%;
	color: #faf6f6;
	font-weight: bold;
}
#bottom-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#bottomLeftSide {
	float: left;
	width: 570px;
}
#bottomRightSide {
	float: right;
	width: 235px;
}
#bottomLeftColumn {
	float: left;
	width: 235px;
}
#bottomRightColumn {
	float: right;
	width: 235px;
}
#bottom h1 {
	font-size: 21px;
}
#bottom p {
	font-size: 13px;
}
#footer {
	font-size: 9px;
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	color: #faf6f6;
	text-decoration: none;
}
#footer a:hover {
	color: #faf6f6;
	text-decoration: underline;
}
#footer .sitepropeller a:link, #footer .sitepropeller a:visited {
	color: #CE7727;
}
#footer .sitepropeller a:hover {
	color: #CE7727;
	text-decoration: underline;
}

