/* CSS Document */
body {
	background-color: #333333;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px 0px 0px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 170%;
	color: #000000;
}
/* Font sizing hack for consistency */
*html body {
	font-size: x-small; /* for IE5 Win */
	f\ont-size: small; /* for other IE versions */
}
html>body {
	margin:0; /* hack to target IE win to fix background center alignment */
	font-size: small; /* be nice to opera */
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.frame {
	margin: 0 auto;
	padding: 15px;
	width: 510px;
	background-color: #EDEBD6;
}
.header {
	width: 510px;
	border-bottom: 1px solid #CCCC99;
	text-align: center;
}
.header img {
	border: 0px;
	margin-bottom: 20px;
}
.content {
	margin-top: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 120%;
	color: #660000;
	margin: 0;
	padding-bottom: 20px;
}
.footer {
	border-top: 1px solid #CCCC99;
}
