body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#wrapper {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #FFF;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #963;
	text-decoration: underline;
}
#wrapper #header {
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 800px;
}
#wrapper #content {
	margin: 0px;
	padding: 20px;
}
#wrapper #footer {
	height: 150px;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #963;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #963;
	text-decoration: underline;
}
