body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #000;
	text-align: center;
	font: normal 62.5% Arial, 'Trebuchet MS', Trebuchet, sans-serif;
}
ul {
	list-style-type: disc;
}
#page {
	font-size: 1em;
	margin: 20px auto 0 auto;
	padding: 0;
	position: relative;
	width: 900px;
	height: 700px;
	border: solid 10px #212121;
}
#content {
	width: 400px;
	background: url(img/bg_t.png);
	position: absolute;
	overflow: auto;
	font-size: 1.2em;
	text-align: left;
}
#content .inner {
	margin: 0.4em 0.8em;
	line-height: 1.4;
}
#top {
	width: 718px;
	height: 489px;
	position: absolute;
	top: 0;
	left: 0;
}
#bottom {
	width: 900px;
	height: 211px;
	position: absolute;
	top: 489px;
	left: 0;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 182px;
	height: 489px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px; overflow: hidden; font-size: 1%;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav li a {
	position: absolute;
	display: block;
	width: 182px;
	top: 0;
	right: 0;
}
li#nav_hom a {height: 70px; top: 0; background-position: 0 0;}
li#nav_bio a {height: 50px; top: 85px; background-position: 0 -85px;}
li#nav_boo a {height: 55px; top: 150px; background-position: 0 -150px;}
li#nav_inP a {height: 55px; top: 220px; background-position: 0 -220px;}
li#nav_inM a {height: 75px; top: 280px; background-position: 0 -280px;}
li#nav_con a {height: 50px; top: 370px; background-position: 0 -370px;}
li#nav_blo a {height:55px; top: 430px; background-position:0 -430px;}
li#nav_hom a:hover {background-position: -198px   0;}
li#nav_bio a:hover {background-position: -198px -85px;}
li#nav_boo a:hover {background-position: -198px -150px;}
li#nav_inP a:hover {background-position: -198px -220px;}
li#nav_inM a:hover {background-position: -198px -280px;}
li#nav_con a:hover {background-position: -198px -370px;}
li#nav_blo a:hover {background-position: -198px -430px;}

a:link, a:visited {
	color: #8F0B09;
}
a:hover {
	text-decoration: none;
}
