body {
	background: #afc5a3;
	margin: 0;
	padding: 0;
}
a {
	color: #563;
}
#wrap {
	background-image: url(/graphics/wrap.jpg);
	width: 980px;
	margin: 0 auto;
}
#header {
	background: url(/graphics/header.jpg) no-repeat;
	width: 928px;
	height: 237px;
	padding: 26px;
}
#header h1, #header h2, #header h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#header h1 {
	font-size: 60px;
	color: #afc5a3;
	margin-top: 50px;
	margin-bottom: 10px;
}
#header h2, #header h3  {
	color: #fff;
	margin: 0;
}
#header h2 {
	font-size: 36px;
}
#header h3 {
	font-size: 24px;
}
#navbar {
	float: left;
	width: 174px;
	margin: 0;
}
#navbar ul {
	list-style: none;
	font: bold 16px/160% Arial, Helvetica, sans-serif;
	color: #afc5a3;
	margin: 0 0 0 10px;
	padding: 0;
}
#navbar li {
	margin-bottom: 10px;
	display: block; /* Make a menu item a block (height 100%, width 100%) */
	height: 100%;
	width: 100%;
	position: relative;
	float: left; /* Make sure (in IE) there's no margin between the menu items */
}
#navbar li a {
	padding-left: 8px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #563;
	border-top: 1px solid #563;
}
#navbar li a:link {
	color: #afc5a3;
}
#navbar a:visited {
	color: #aaa;
}
#navbar li a:hover {
	color: #e6ede2;
	border-bottom: 1px solid #222;
	border-top: 1px solid #67865b;
	background-color: #040;
}
li.urhere {
	background-color: #030;
	border-top: 1px solid #222;
	border-bottom: 1px solid #67865b;
}
li.urhere span {
	padding-left: 8px;
}
#navbar p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin-top: 250px;
}
#content {
	margin: 0 25px 0 205px;
	color: #030;
}
#content h3 {
	font: italic bold 20px "Times New Roman", Times, serif;
}
#content h4 {
	font: italic bold 18px "Times New Roman", Times, serif;
	margin: 0;
}
p, ul, .body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin-left: 20px;
}
#content ul {
	line-height: 150%;
}
#content .note {
	font-size: 10px;
	text-indent: -65px;
	margin-left: 85px;
	margin-top: 20px;
}
#content img {
	border: 1px solid #030;
}
.right {
	float: right;
	margin-bottom: 10px;
}
.right img {
	margin: 10px 0 0 10px;
}
#footer {
	background: #afc5a3 url(/graphics/footer.jpg) no-repeat;
}	
#footer p {
	text-align: center;
	color: #666;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul ul li {
	list-style-type: square;
}
.cost {
	margin-left: 20px;
}