html body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 170%;
}
#content {
	background-color: #fff;
	padding: 0 4px 15px 4px;
	text-align: left;
	margin: 0 auto;
	width: 892px;
}
#menu {
	background-image: url(bg.jpg);
	height: 37px;
}
#menu a {
	height: 35px;
	line-height: 36px;
	padding: 0px 10px;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background-image: url(menuhover.jpg);
	border-color: #fff;
}
#menu a.sub { display: none; }
	#submenu a { display: none; }
	#submenu {
		position: absolute;
		left: 50%;
		margin-left: -440px;
		top: 38px;
	}
	#submenu a.sub { 
		display: block; 
		float: left;
		padding: 0 15px;
		background: #000;
		color: #fff;
		font-weight: bold;
		filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
		height: 23px;
		line-height: 23px;
		text-decoration: none;
	}
	#submenu a.sub:hover { 
		display: block; 
		float: left;
		padding: 0 15px;
		background: #000;
		color: #fff;
		font-weight: bold;
		filter:alpha(opacity=80);
		-moz-opacity:.80;
		opacity:.80;
	}
h1 {
	background-color: #566E8E;
	height: 31px;
	line-height: 31px;
	margin: 1px 0 25px 0;
	color: #fff;
	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;
	font-size: 12px;
	line-height: 170%;
}