body {
	background-color: #FFEFCF;
	background-image: url(background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#copy {
	padding: 0px;
	marign: 0px;

}


#copy p {
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 20px;
}

#copy img {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px; 
}

#detail {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-top: dashed #C41230 1px;
	border-bottom: dashed #C41230 1px;
}


p, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C17661;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #8F5848;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #C17661;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
