body {
	font-family: Arial;
	font-size: 12px;
	background: #fff;
	color: #fff;
}
h1 {
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 40px 0;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 40px 0;
}
h3 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #4f4f4f;
}
h4 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 25px 0 10px 0;
}
p {
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
a {
	color: #fff;
}
#wrapper {
	margin: 0 auto;
	width: 1060px;
	background: url(/images/bg.jpg) no-repeat top center;
}
#rideshare {
	float: left;
	width: 610px;
	height: 435px;
	padding: 40px;
}
#rideshare .container {
	height: 250px;
	background: url(/images/bg_rideshare.jpg) no-repeat top center;
}
#rideshare #info {
	float: left;
	width: 280px;
	padding: 25px;
	position: relative;
}
#rideshare #info ul {
	list-style: disc outside;
	margin: 20px;
}
#rideshare #info ul li {
	margin: 5px 0;
}
#rideshare #image {
	margin: 0 0 0 330px;
}
#rideshare #image img {
	margin: 1px 10px 1px 0;
}
#rideshare #eta {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.6em;
}
#rideshare #email {
	width: 190px;
	border: 1px solid #bcbcbc;
	padding: 5px;
	font-size: 1.4em;
}
#rideshare #email.prompt {
	color: #ababab;
}
#rideshare #submit {
	margin: 20px 0;
}
#private {
	float: right;
	width: 290px;
	height: 435px;
	padding: 40px;
}
#private .container {
	height: 200px;
	padding: 30px;
	background: url(/images/private.jpg) no-repeat top center;
}
#footer {
	clear: both;
	width: 980px;
	padding: 30px 40px 20px 40px;
	color: #ababab;
}
#footer p {
	padding: 5px 0;
	float: right;
}
#footer a {
	color: #ababab;
}