body {
	background-color: #fff;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
#content {
	width: 720px;
	margin: 0px auto;
	text-align: left;
	border: 3px double #aaa;
	background-color: #fff;
	padding-bottom: 16px;
}
h1 {
	width: 720px;
	height: 180px;
	margin: 0;
	background: url(header.jpg);
	text-indent: -9999px;
	border-bottom: 1px double #aaa;
}
#menu {
	float: left;
	width: 720px;
	height: 23px;
	border-bottom: 3px double #aaa;
	background: #880000;
	padding-bottom: 1px;
	background-image: url(menubg.jpg);
}
#menu a {
	font-size: 11px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 26px;
	line-height: 26px;
	float: left;
	width: 100px;
	margin-left: -3px;
}
#menu a:hover {
	background: #880000;
	color: #fff;
}
#right {
	width: 690px;
	padding-top: 5px;
	margin-left: 30px;
}
p {
	font-size: 12px;
	line-height: 180%;
	color: #111;
	margin-right: 15px;
}
h2 {
	color: #880000;
	font-size: 17px;
	font-family: Arial, sans-serif;
	font-weight: 100;
	margin: 20px 0px 10px 30px;
	border-bottom: 1px solid #ddd;
	width: 675px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 100;
	color: #880000;
	margin: 10px 0 0 0;
	text-indent: 5px;
	width: 130px;
	border-bottom: 1px solid #ddd;
}
h4 {
	color: #880000;
	font-size: 15px;
	font-family: Arial, sans-serif;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	margin-right: 200px;
	width: 420px;
}
ul {
	font-size: 12px;
	margin-left: 22px;
	line-height: 150%;
}
#side {
	float: right;
	margin: 0px 15px 15px 15px;
	width: 220px;
}
a {
	color: #880000;
	text-decoration: none;
}
img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
