html body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 170%;
	background-color:#404040;
}
#content {
	background-color: #fff;
	padding: 0 4px 15px 4px;
	text-align: left;
	margin: 0 auto;
	width: 892px;
}
#menu {
	background:#fff;
	height: 39px;
}
#menu a {
	height: 39px;
	line-height: 39px;
	padding: 0px 20px;
	color: #000;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}
h1 {
	height: 31px;
	line-height: 31px;
	margin: 1px 0 15px 0;
	color: #000;
	font-size: 18px;
	letter-spacing: -1px;
	text-indent: 13px;
}
#side, .img-right {
	float: right;
	margin-right: 25px;
	margin-left: 25px;
}
p, li, table {
	margin-left: 25px;
	margin-right: 30px;
}
a { color: #000; }
