body {
	margin: 0;
	background: #C0CAC0 url(missing_bg01.gif);
	font: 62.5% Verdana, Arial, sans-serif;
	color: #333;
}
p {
	margin: 0 0 1.6em;
}
h1, h2 {
	font: 2em "Times New Roman", serif;
	margin: 0;
	padding-left: 25px;
	background: url(missing_bullet.gif) left center no-repeat;
	color: #761D1A;
}
a {
	color: #B92A1F;
	text-decoration: none;
	border-bottom: 1px solid #AFA59C;
}
a:hover {
	color: #93322E;
	border: 0;
}
i, u, em {
	color: #226222;
}
strong, b {
	color: #144814;
}


/* Layout
********************************/
.banner {
	width: 100%;
	text-align: center;
	background: transparent center top repeat-x;
}
#top_border {
	height: 60px;
	background-image: url(missing_bg02.gif);
	text-align: right;
}
#middle_border {
	height: 214px;
	background-image: url(missing_bg03.gif);
}
#bottom_border {
	height: 35px;
	background-image: url(missing_bg04.gif);
	text-align: right;
}
div.inner {
	width: 780px;
	margin: 0 auto;
}
div#container {
	width: 780px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.8em;
}
div#content {
	width: 500px;
	float: right;
	background: url(missing_05.jpg) right top no-repeat;
	min-height: 70px;
	padding-top: 70px;
}
div#navi {
	width: 240px;
	float: left;
	padding: 10px 0 20px 15px
}
div#navi h2 {
	color: #EADAD9;
	background: #8E3F3A url(missing_header_bullets.gif) left top no-repeat;
	width: 165px;
	height: 30px;
	padding: 23px 0 0 60px;
	font-size: 1.8em;
	line-height: 30px;
}
div#navi h2.odd {
	background-image: url(missing_header_pills.gif);
}
div#navi div.section {
	background: #E0E5E0;
	width: 196px;
	margin-left: 7px;
	border: 1px solid #A0AFA0;
	border-top: 0;
	padding: 5px 10px;
	margin-bottom: 1.6em;
}
div#navi div.section ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px;
}
div#navi div.section ul li a {
	display: block;
	padding: 0 10px;
	border-bottom-color: #AF9C9C;
}
div#navi div.section ul li a:hover {
	border-bottom: 1px solid #7A957B;
	color: #146814;
}
div#navi div.section ul li.credits {
	font-size: 0.9em;
}
