body {
	margin: 0;
	background: #cacaca;
	font: 62.5% Verdana, Arial, sans-serif;
	color: #333;
}
p {
	margin: 0 0 1.6em;
}
a {
	color: #AB2414;
	text-decoration: none;
	border-bottom: 1px solid #CAADAD;
}
a:hover {
	color: #93456D;
	border-bottom: 0;
}
strong, i, u, b, em {
	color: #7B254C;
}
h1, h2 {
	color: #95392A;
	font: 1.8em "Times New Roman", serif;
	margin: 0;
	padding-left: 27px;
	background: url(illusion_bullet02.gif) left center no-repeat;
}

/* Layout
***************************************************/
.banner {
	width: 100%;
	text-align: center;
}
#top_banner {
	height: 163px;
	background: #775769 url(illusion_bg01.gif) center top repeat-x;
}
#bottom_banner {
	height: 51px;
	background: #8B5858 url(illusion_bg02.gif) center top repeat-x;
}
#container {
        position:absolute;
        left:117px;
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
	background: url(illusion_03.jpg) left top no-repeat;
	min-height: 181px;
	font-size: 1.2em;
	line-height: 1.8em;
}
#content {
	float: right;
	width: 530px;
	padding: 20px 0;
}
#navi {
	float: left;
	width: 210px;
	padding: 85px 0 20px 75px;
}
#navi h2 {
	color: #885872;
	background-image: url(illusion_bullet01.gif);
	font-size: 1.8em;
}
#navi ul {
	list-style-type: none;
	margin: 0 0 1.6em;
	padding: 0;
}
#navi ul li a {
	display: block;
	padding: 1px 10px;
	background: #8D5959 url(illusion_navi_bg.gif);
	color: #fff;
	border: 0;
	margin: 1px 0;
}
#navi ul li a:hover {
	background: #7F6271 url(illusion_navi_hover.gif);
}
#navi ul li.credits {
	font-size: 0.9em;
}