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;
	margin-bottom: 10px;
	border-bottom: 3px double #aaa;
}
#menu {
	float: left;
	width: 130px;
	height: 300px;
	margin-left: 4px;
}
#menu a {
	font-size: 11px;
	display: block;
	color: #777;
	text-decoration: none;
	text-indent: 10px;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #ddd;
}
#menu a:hover {
	background: #555;
	color: #fff;
}
#right {
	width: 565px;
	float: right;
	padding-top: 5px;
}
p {
	font-size: 12px;
	line-height: 180%;
	color: #111;
	margin-right: 15px;
}
h2 {
	color: #555;
	font-size: 17px;
	font-family: Arial, sans-serif;
	font-weight: 100;
	margin: 20px 0px 0px 150px;
	border-bottom: 1px solid #ddd;
	width: 555px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 100;
	color: #555;
	margin: 10px 0 0 0;
	text-indent: 5px;
	width: 130px;
	border-bottom: 1px solid #ddd;
}
h4 {
	color: #555;
	font-size: 15px;
	font-family: Arial, sans-serif;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	text-indent: 5px;
	margin-right: 200px;
	width: 300px;
}
ul {
	font-size: 12px;
	margin-left: 22px;
	line-height: 150%;
}
#right img {
	float: right;
	margin: 10px 15px 15px 15px;
	border: 1px solid #ddd;
	width: 220px;
}
a {
	color: #555;
	text-decoration: none;
}
img {
	border: 0;
}