@charset "utf-8";
#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: auto;
	
	font-size: 0.9em;
}
#main_img {
	margin: auto;
}
#copy {
	margin: auto;
	width:320px;
}
#wrapper a:link {
	font-size: 1em;
	font-weight: bold;
	color: #BF3C28;
	display: block;
	text-decoration: none;
	text-transform: none;
}
#wrapper a:visited {
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	color: #E03E33;
	text-decoration: none;
	text-indent: 0px;
	display: block;
}
#wrapper a:hover {
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	color: #F47D5D;
	text-decoration: none;
	text-indent: 0px;
	display: block;
}

