body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
h1 {
	color: #994;
	font-size: 26px;
	font-weight: bold;
	padding-left: 10px;
}
p {
	font-size: 12px;
}
h2 {
	font-size: 14px;
	color: #666666;
	margin-top: -10px;
	margin-bottom: 40px;
	padding-left: 10px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCFF00;
}
a:active {
	text-decoration: overline;
	color: #00FF00;
}
#content {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #330000;
}
#box {
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #330000;
	margin: 5px;
}
#box p {
	padding-left: 20px;
	padding-bottom: 50px;
}
#bottom {
	background-color: #333300;
	text-align: center;
	width: 100%;
	background-image: url(img/bgfooter.gif);
	background-repeat: repeat-x;
	height: 30px;
}
#bottom h3 {
	padding-top: 10px;
	color: #FFFFFF;
}
