body {
	background: url("img/bbback.jpg");
	background-color: black;
	background-repeat: repeat-y;
	background-position: 0 0;
	
}

/* This sets the content area */
.content {
	background:#E8ECB0;
	position: absolute;
	top: 209px;
	left: 245px;
	width:690px;
	height: 420px;
	overflow: auto;
	padding: 0px;
}
#bio{
	width: 655px;
}
.bottom {
	position: absolute;
	font-family:Arial, Arial, Helvetica, sans-serif;
	top: 750px;
	left: 230px;
	height: 50px;
	width: 400px;
	font-size: 12px;
	color:#E2EC62;
	
}
.log {
	position: absolute;
	font-family:Arial, Arial, Helvetica, sans-serif;
	top: 700px;
	left: 720px;
	height: 30px;
	width: 350px;
	font-size: 20px;
	color:#6A9CE4;
}
/* Special Cases */
#lonelytext {
	text-align: center;
}
table.topicstable {
	margin: auto;
}
table.topicstable  td {
	vertical-align:top;
	padding: 0px 10px 20px 10px;
	text-align: left;
}
#booktitle {
	font-weight: bold;
}
#biopic{
	display: block;
	position: absolute;
	left:  900px;
	top:  145px;
	padding: 0px;
	border: 0px;
}
#biopic a:link img, #biopic a:visited img, #biopic a:active img {
	border: 0px;
}
/* End of Special Cases */

/* This is a special set for the Bushbuddies page */
.names {
	font-family:Arial, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 30px;
}
.names a:link, .names a:visited, .names a:active, .names a:link img, .names a:active img,.names a:visited img{
	font-family:Arial, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 30px;
	text-decoration: none;
	border-color:#E9F0AA;
}
.names a:hover, .names a:hover img{
	color: #8fb3ff;
	border-color: #6A9CE4;
}
/* This sets up the menu area */
.menu {
	position: absolute;
	line-height: 1.7;
	top: 285px;
	left: 64px;
	width: 155px;
	height: 225px;
}
.menu a:link, .menu a:visited, .menu a:active {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #AFC5E4;
	text-decoration: none;
}
/*Hover and Selected Links*/
.menu a:hover, .menu a#selected{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #6A9CE4;
	text-decoration: none;
}
/* End of the menu area */

