body
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #bdc8b4;
}

a
{
	color: #7b8275;
}

div.headline
{
	position: absolute;
	left: 25px;
	top: 20px;
}

div.headline h1,
div.headline h2
{
	font-family: trebuchet ms, arial, sans-serif;
	padding: 0;
	margin: 0;
}

h1
{
	font-size: 30px;	
	letter-spacing: -1.2px;
}

h2
{
	font-size: 20px;	
	letter-spacing: -0.8px;	
}

div.background
{
	position: absolute;
	top: -60px;
	width: 9px;
	height: 406px;
}

div.background#left
{
	left: -9px;
	background-image: url(images/left.gif);
}

div.background#right
{
	right: -9px;
	background-image: url(images/right.gif);
}

div.content
{
	position: absolute;
	width: 770px;
	height: 336px;
	top: 50%;
	left: 50%;
	margin-left: -385px;
	margin-top: -203px;
	background-repeat: no-repeat;
}

body#boat div.content 
{
	background-image: url(images/photoboat.jpg);
}

body#golf div.content 
{
	background-image: url(images/photogolf.jpg);
}

body#three div.content  /* woman with baby */
{
	background-image: url(images/photo3.jpg);
}

body#ret div.content  
{
	background-image: url(images/photoret.jpg);
}

body#five div.content  
{
	background-image: url(images/photo5.jpg);
}

body#six div.content  
{
	background-image: url(images/photo6.jpg);
}

div.header
{
	position: absolute;
	top: -60px;
	width: 770px;
	height: 60px;
	background-image: url(images/header.gif);
}

div.footer
{
	position: absolute;
	bottom: -20px;
	width: 770px;
	height: 10px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	color: #7b8275;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
}

div.copy
{
	position: absolute;
	top: 90px;
	left: 25px;
	width: 400px;
	height: 120px;
	line-height: 1.4em;
	text-align: justify;
	border-top: 1px solid #eee;
	padding: 15px 0 10px 0;
}

div.form
{
	position: absolute;
	width: 418px;
	height: 58px;
	left: 35px;
	top: 280px;
	background-image: url(form.gif);
	background-repeat: no-repeat;
}

input#email
{
	position: absolute;
	top: 33px;
	left: 20px;
	font-size: 12px;
	font-family: verdana;
}

input#submit
{
	position: absolute;
	top: 0;
	right: 0;
}

ul
{
	margin-left: 20px;
	padding-left: 0;
}

li
{
	line-height: 1.5em;
}
