#body {
	padding-top: 2px;
	background: #fff;
}

#home-image {
	position: relative;
	height: 306px;
	width: 860px;
	left: 2px;
}

#home-image img {
	position: absolute;
	top: 0;
	left: 0;
}

#image-overlay {
	height: 54px;
	width: 860px;
	display: block;
	padding: 0;
	background: #fff;
	position: absolute;
	top: 252px;
	left: 0;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	font-size: 14px;
	font-style: italic;
}
#image-details {
	margin-left: 20px;
	line-height: 54px;
	float: left;
}
#see-details {
	float: right;
	line-height: 54px;
	margin-right: 20px;
}
#see-details a {
	color: #666;
	text-decoration: none;
}
#see-details a:hover {
	text-decoration: underline;
}
#image-details em {
	color: #060;
}

#content {
	width: 794px;
	margin: 15px auto 0 auto;
	padding-bottom: 2px;
}
#left-content {
	width: 361px;
	border-right: 1px #ccc solid;
	padding-right: 35px;
	padding-bottom: 40px;
	float: left;
	background: url('/images/home/left-icon.gif') bottom right no-repeat;
}
#right-content {
	width: 362px;
	margin-left: 35px;
	float: right;
}

h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	color: #000;
}
h2.green {
	color: #060;
}

input {
	border: 0;
	padding: 10px 5px;
	background: #eee;
	color: #999;
	font: 18px Georgia, serif;
}

#email {
	width: 350px;
	display: block;
}

select {
	font: 14px Georgia, serif;
	background-color: #eee;
	padding: 5px 5px;
	border: 1px solid #666;
	width: 175px;
	margin-top: 20px;
	height: 30px;
	float: left;
}
select option {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#submit {
	margin: 0;
	padding: 0;
	height: 38px;
	float: right;
	margin-top: 20px;
}