/* Normalizing margins, padding and body color */
*{
	margin: 0;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {background-color:#FFFFFF}
#back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 450px;
	text-align: center;
	margin-top: 30px;
}
#back a {
	color: #000000;
}
#back a:hover {
	color: #999999;
}


ul {
	font-size: 0.7em;
	color: #45210D;
	margin-bottom: 6px;
}
#wrapper {
	width: 450px;
	margin-left: 30px;
	margin-top: 10px;
	position: relative;
}
#wrapper a {
	font-weight: bold;
	color: #DC0C0E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper a:hover {
	color: #91A5D1;
}
#wrapper img {
	position: absolute;
	right: -110px;
}
#wrapper h1 {
	font-size: 1em;
	color: #C60000;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #006633;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#wrapper li {
	margin-bottom: 3px;
	margin-left: 6px;
}
#wrapper p {
	font-size: 0.9em;
	color: #45210D;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
