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: #fff;
}
#bottom { width: 720px; border-top: 3px double #aaa; font-size: 11px; text-align: center; padding: 5px 0; margin-top: 15px; } 
h1 {
	width: 720px;
	height: 180px;
	margin: 0;
	padding: 0;
	background: url(header.jpg);
	text-indent: -9999px;
	border-bottom: 1px double #aaa;
}
#menu {
	float: left;
	width: 720px;
	height: 26px;
	background: #715645;
	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;
	padding: 0px 10px;
}
#menu a:hover {
	background: #715645;
	color: #fff;
}
#menu a.sub {
	display: none;
}
#submenu {
	width: 720px;
}
#submenu a {
	display: none;
}
#submenu a.sub {
	display: inline;
	
	height: 22px;
	line-height: 22px;
	padding: 0px 7px;
	color: #555;
font-size: 10px;
}
#right {
	width: 690px;
	padding-top: 5px;
	margin-left: 30px;
}
p, table {
	font-size: 12px;
	line-height: 180%;
	color: #111;
	margin-right: 15px;
}
h2 {
	color: #715645;
	font-size: 17px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	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: #715645;
	margin: 10px 0 0 0;
	text-indent: 5px;
	width: 130px;
	border-bottom: 1px solid #ddd;
}
h4 {
	color: #715645;
	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 {

	width: 220px;
}
a {
	color: #715645;
	text-decoration: none;
}
img {
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
#side, .img-right {
	float: right;
	margin: 0px 15px 15px 15px;
}
