body {
	margin: 20px 0;
	background: url(images/bg.gif);
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}

/*************************
common
*************************/

h1 {
	font-weight: normal;
	line-height: 1.5em;
}

h2 {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	line-height: 1.2em;
}

.bold {
	font-weight: bold;
}

.subheading {
	font-weight: bold;
	font-size: 20px;
}

.subheading2 {
	font-weight: bold;
	font-size: 16px;
	color: #cc0000;
	line-height: 1.3em;
	padding: 0 30px;
}

.subheading3 {
	font-weight: bold;
	font-size: 16px;
}

.red {
	font-weight: bold;
	font-size: 16px;
	color: #cc0000;
}

.big_red {
	font-weight: bold;
	font-size: 25px;
	color: #cc0000;
}

.padding {
	padding: 0 30px;
}

.highlight {
	background: yellow;
	font-weight: bold;
}

.testimonial {
	background: #FFFFDE;
	border: 2px solid #FFEC8A;
	padding: 10px;
	font-size: 0.8em;
	width: 600px;
	margin: 40px auto;
}

#members {
	border: 4px dashed #000;
	width: 550px;
	margin: 20px auto;
	padding: 10px;
	background: #fff;
}

#steps {
	border: 2px solid #B7C9FF;
	background: #EAF0FF;
	padding: 10px;
	width: 650px;
	margin: 20px auto;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
}

.impact {
	font-family: impact;
	font-weight: normal;
	text-align: center;
	color: #cc0000;
	font-size: 35px;
}

.impact_sml {
	font-family: impact;
	font-weight: normal;
	text-align: center;
	color: #cc0000;
	font-size: 28px;
}

#whatis {
	background: url(images/whatis_bg.jpg) no-repeat;
	width: 738px;
	height: 267px;
}

#whatis p {
	position: relative;
	left: 145px;
	top: 65px; 
	width: 550px;
}

.testimonial_blue {
	background: url(images/testimonial_bg.jpg) no-repeat;
	width: 738px;
	height: 176px;
}

.testimonial_heading {
	position: relative;
	top: 7px;
	left: 17px;
	color: #FFCC00;
	font-weight: bold;
}

.testimonial_text {
	position: relative;
	left: 20px;
	width: 700px;
	color: #fff;
}

.testimonial_text a {
	color: #FFCC00;
}

.spacer {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

#gold_pass {
	border: 10px solid #E8A800;
	width: 328px;
	margin-right: 20px;
}

#platinum_pass {
	border: 10px solid #A3A3A3;
	width: 328px;
	margin-left: 20px;
}

/*************************
Layout
*************************/

#container {
	width: 782px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #000;
}

/*************************
Header
*************************/

#header {

}

/*************************
Content
*************************/

#content {
	padding: 20px 20px 0 20px;
}

/*************************
Footer
*************************/

#footer {
	margin: 0;
	padding: 0;
}

/*************************
Job Boxes
*************************/

.box10 {
	width:752px;
	height:170px;
	background:url(images/box10.jpg) no-repeat;
}

.box13 {
	width:752px;
	height:170px;
	background:url(images/box13.jpg) no-repeat;
}

.box_title {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#EBF1F8;
	font-weight:bold;
	margin:0px 0 0 220px;
	padding:4px 0 0 0;
}
.box_content {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:605px;
	margin:20px 0 0 140px;
}
.box_btn {
	position: relative;
	left: 586px;
	top: 1px;
}
}