body {
	background: #A50D00;
	width: 900px;
	font-family: helvetica, arial, sans-serif;
	margin: 0 auto;
	padding: 40px 0 0 0;
}


#image{
	width: 405px;
	height:586px;
	background: #fff url(images/image.jpg)  no-repeat;
	line-height: 22px;
	font-size: 18px;
	font-family: Georgia, times, serif;
	margin: 100px 0 10px 0;
	float: left;
	clear: both;
	color: #ffffff;
	
}

#content{
	width: 400px;
	line-height: 50px;
	font-size: 18px;
	font-family: Georgia, times, serif;
	margin: 100px 0 10px 40px;
	float: left;
	color: #ffffff;
	
}

a, a:visited{
	text-decoration: none;
	color: #6f0101;
}

a:hover, a:hover:visited{
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

p.copy {
	margin-top:60px;
	text-align:left;
	line-height:20px;
	font-size: 12px;
	color: #6f0101;
	padding: 5px 0 5px 0;
}



p.tagline {
	width:350px;
	font-family: georgia, times, serif;
	font-style: italic;
	float: left;
	font-size: 40px;
	color: #fff;
	
}



.emailform{
	background: #FFFFFF;
	font-family: Georgia, times, serif;
	color: #000000;
	padding: 5px;
	border: 1px solid #AE0F00;
	font-size: 18px;
	margin: 0 15px 0px 0;
	width: 260px;
	font-weight: bold;
}

.sendform{
	background: #99100A;
	font-family: Georgia, times, serif;
	font-style: italic;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #99100A;
	margin: 20px 0 0 0;
	font-weight: bold;
}