@charset "utf-8";
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navbar {
	background-image: url(../art/bebop_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 700px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	padding-top: 25px;
	font-size: 17px;
	font-weight: bold;
}
#navbar a {
	color:#000000;
	text-decoration:none;
	}
#navbar a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#navbar  .selected  a:link {
	color:#CC6600
	}
#leftbox {
	position: absolute;
	margin: 0 0 0 50%;
	padding: 0;
	width: 450px;
	overflow: inherit;
	left: -320px;
	}

#rightbox {
	margin: 0 0 0 500px;
	padding: 0;
	width: 180px;
	list-style-position: outside;
	list-style-type: circle;
	}

#onebox {
	margin: 0 0 0 40px;
	padding: 0;
	width: 630px;
	background-repeat: no-repeat;
	background-image: url(../art/biopics.jpg);
}

#onebox_nopic {
	margin: 0 0 0 40px;
	padding: 0;
	width: 630px;
}


.title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.smalltext {
	font-size: 12px
}

.selected {
	color: #CCCCCC;
}

.formbutton {
	background-color: #FFFDE8;
	border: medium outset #FFFDE8;
	font-weight: bold;
	color: #704616;
}
