body {
	background-color: white;
	text-align: center; /* IE 5.5 Fix */
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

div#site_container {
	text-align: left; /* IE 5.5 Fix */
	width: 842px;
	margin: 40px auto 0 auto;
}

br.clear {
	clear: both;
}

div#top {
	float: left;
	margin-bottom: 30px;
}

/* BEGIN: Art */
h1#art {
	float: left;
	overflow: hidden;
	width: 356px;
	height: 451px;
	background: transparent url(../images/splash/art.jpg) no-repeat left top;
	text-indent: -999em;
	margin: 16px 0 0 0;
}
/* END: Art */

/* BEGIN: Intro */
div#intro {
	float: left;
	width: 328px;
	padding: 134px 0 0 74px;
	
}

div#intro h2 {
	overflow: hidden;
	width: 240px;
	height: 61px;
	margin-top: 0;
	margin-bottom: 25px;
	background: transparent url(../images/splash/intro.gif) no-repeat left top;
	text-indent: -999em;
}

div#intro p {
	color: #896b42;
	line-height: 20px;
}

div#intro ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#intro ul li a {
	color: #86c222;
	line-height: 22px;
}

div#intro ul li a:hover {
	text-decoration: none;
}

div#intro p#signup_art {
	margin-bottom: 0;
}

div#intro p#signup_art a{
	display: block;
	position: relative;
	left: -44px;
	overflow: hidden;
	width: 270px;
	height: 33px;
	margin: 25px 0 0 0;
	background: transparent url(../images/splash/signup.gif) no-repeat left top;
	text-indent: -999em;
}
/* END: Intro */

/* BEGIN: Columns */
div#bottom {
	clear: both;
	float: left;
	width: 842px;
}

div.column {
	float: left;
	height: 342px;
	padding: 16px;
	border-top: 1px #d8d8d8 solid;
	color: #608dd1;
	background: transparent url(../images/splash/gray_gradient.gif) repeat-x left top;
}

div.column h3 {
	overflow: hidden;
	margin-top: 0;
	background: transparent no-repeat left top;
	text-indent: -999em;
}

div.column p a {
	display: block;
	height: 16px;
	padding-left: 22px;
	font-size: 11px;
	color: #86c222;
	background: transparent url(../images/splash/right_arrow.gif) no-repeat left 50%;
}

div.column p a:hover {
	text-decoration: none;
}

	/* BEGIN: Left Column */
	div#column_left {
		width: 244px;
	}
	
	div#column_left p{
		margin-top: 19px;
	}
	
	div#column_left p a#press_video{
		width: 242px;
		height: 181px;
		background-image: url(../images/splash/press_video.jpg);
		text-indent: -999em;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
	div#column_left h3 {
		width: 137px;
		height: 15px;
		background-image: url(../images/splash/see_us_in_action.gif);
	}
	/* END: Left Column */

	/* BEGIN: Middle Column */
	div#column_middle {
		width: 234px;
		margin: 0 18px;
	}
	
	div#column_middle p.body {
		width: 212px;
		height: 93px;
		padding-top: 88px;
		background: transparent url(../images/splash/couch_surfers.gif) no-repeat left top;
		line-height: 18px;
	}
	
	div#column_middle h3 {
		width: 115px;
		height: 19px;
		margin-bottom: 20px;
		background-image: url(../images/splash/visit_our_blog.gif);
	}
	/* END: Middle Column */
	
	/* BEGIN: Right Column */
	div#column_right {
		width: 232px;
	}
	
	div#column_right h3 {
		width: 139px;
		height: 21px;
		background-image: url(../images/splash/sign_up_its_free.gif);
	}
	
	div#column_right form {
		font-size: 10.5px;
	}

	div#column_right form h4 {
		margin: 48px 0 5px 8px;
		font-size: 10.5px;
	}
	
	div#column_right form fieldset {
		padding: 7px;
		border: 1px #86c222 solid;
		background-color: #d8ebb8;
	}
	
	div#column_right form fieldset p {
		margin: 0 3px;
	}
	
	div#column_right form fieldset p#age_check {
		margin-top: 5px;
	}
	
	div#column_right form fieldset input.text {
		border: 1px #86c222 solid;
		width: 95%;
	}
	
	div#column_right form fieldset input#age {
		margin-right: 0;
	}
	
	div#column_right form input.button {
		padding: 0;
	}
	
	div#column_right form fieldset label#label_age {
		font-size: 10px;
	}
	/* END: Right Column */

/* END: Columns */

/* BEGIN: Footer */
	div#foot_container {
		width: 935px;
		margin: 0 auto;
		text-align: left;
	}
	
	div#footer {
		margin: 0;
	}
/* END: Footer */