*
{
	margin: 0;
	padding: 0;
}

html, body
{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: helvetica, arial, sans-serif;
	vertical-align: baseline;
	border-left:0;
}

body
{
	background: #6799e0;
	text-align: center;
}

a, a img
{
	border: 0;
}

/* section for all top level divs */
#content
{
	width:883px;
    margin:auto;/* center the page*/
    text-align:left;/* reset text back to left due to ie5.x fix */
}

#stage
{
	width:883px;
	height: 400px;
	background: #fff;
	font-weight: bold;
	color: #fff;
	position:relative;
	z-index: 1;
}

#bottom
{
	position: relative;
	background: #fff;
	/*padding-left: 30px;*/
	margin-bottom: 40px;
}

#free-bar
{
	width: 285px;
	position: absolute;
	margin: 0px 0 0 0;
	left: 550px;
	background: #f5f5f5;
	border: 5px solid #fda003;
	color: #990000;
	text-align: center;
	z-index: 2;
}

#left
{
	padding: 10px 0 0 30px;
	position: relative;
	z-index: 1;
}

#cackClub
{
	float: left;
	background: #ecec5a;
	width: 300px;
	margin: 10px 5px 0 -20px;
	padding: 5px;
	text-align: center;
}

#footer
{
	background: url("./images/footer.jpg") no-repeat;
	margin: 0 0 20px 0;
	width: 883px;
	height: 90px;
	text-align: center;
	font-size: 0.8em;
	color: #999;
}
/* end top level divs */

/* stage elements */
#stage .logo
{
	position: absolute;
	left: 30px;
	top: 15px;
}

#stage h1
{
	position: absolute;
	left: 200px;
	top: 190px;
	font-size: 40px;
}

#stage h2
{
	position: absolute;
	left: 520px;
	top: 110px;
	font-size: 30px;
}

#stage a
{
	position: absolute;
	left: 250px;
	top: 270px;
}
/* end stage elements */

/* free bar elements */
#free-bar h1
{
	margin: 5px;
	font-size: 50px;
}
#free-bar h2
{
	font-size: 30px;
}

#free-bar form
{
	margin-left: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#free-bar input
{
	margin-bottom: 10px;
}

#free-bar #submit
{
	border: 5px solid #990000;
	margin: 5px 0 20px 2px;
}
/* end free bar elements */

/* left hand div elements */
#left h2
{
	position: relative;
	color: #01214a;
	z-index: 2;
}

#left .tbox
{
	width: 350px;
	height: 25px;
	margin: 10px 0 10px 0;
	color: #666;
	font-size: 20px;
	font-weight: bold;
}

#left img /*this is just for that arrow*/
{
	position: relative;
	top: -21px;
}

#left #submit
{
	position: relative; /* serrously IE, get your crap together. This SHOULD NOT be necessary. HasLayout is the worst idea ever! */
	margin: 15px 0 10px 15px;
}

#left ul
{
	margin: 10px 0 10px 10px;
	position: relative;
	z-index: 2;
	font-size: 20px;
	list-style-image: url(./images/green_check.jpg);
}
#left ul li
{
	margin: 5px 0 0 20px;
}

#left #cards
{
	position: absolute;
	top: 20px;
	left: 330px;
	z-index: 1;
}
/* end left had div elements */

/*bottom elements*/
#writeup
{
	margin: 10px 0 0 30px;
}

#writeup h2
{
	color: #990000;
	text-align: center;
}

#writeup p
{
	margin: 20px 0;
}

#writeup a
{
	text-decoration: none;
	color: blue;
	font-style: italic;
}

#writeup strong
{
	background-color: #ffffcc;
}

#testimonial
{
	background: url("./images/testi_bg.jpg") repeat-x;
	text-align: right;
	padding: 20px 45px 20px 30px;
}

#testimonial img
{
	float: right;
	margin-left: 20px;
}

#testimonial h2
{
	color: #137cbf;
	font-size: 22px;
}

#cackClub ul
{
	list-style-type: none;
	text-align: left;
	margin: 5px 0 5px 70px;
	font-size: 18px;
}

#cackClub a
{
	color: #000;
	text-transform: upper;
	font-size: 25px;
	font-weight: bold;
	text-decoration: underline;
}

#cackClub a:hover
{
	text-decoration: none;
}

#footer p
{
	position: relative;
	top: 72px;
}
/*end bottom elements*/

.caps
{
	text-transform: uppercase;
}