/*This CSS is Copyright 2006, Tim McConnell, Timbox.net*/
body {
	color: black;
	background: #EDDFD3;
	font-family: "Verdana", "Georgia", "Times New Roman", Times, serif;
	font-size: 100.1%;
	margin: 0px 0px; 
	padding:0px;
	//*overflow: hidden;*//
}
p {
	font-size: 12px;
}
a:link {
	color: #E92026;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #AD6513;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ED4A00;
	text-decoration: underline;
}
a:active {
	color: #D79F0A;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	color: Gray;
	text-align: center;
	}
h2 {
	font-family: "verdana", "Georgia", "Times New Roman", Times, serif;
	font-size: 190%;
	color: gray;
	font-weight: bold;
	color: #E92026;
	}
h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	}
h4 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	}
#wrapper {
