#master {
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	height: 190px;
}
#middle {
	height: 500px;
	width: 800px;
	overflow: hidden;
}
#menu {
	background-color: #AAAAAA;
	height: 500px;
	width: 195px;
	position: relative;
	text-align: center;
	font-size: 10px;
}
#content {
	height: 500px;
	position: relative;
	left: 195px;
	top: -500px;
	width: 605px;
	background-image: url(images/greybar.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.text1 {
	padding-right: 60px;
	padding-left: 12px;
	text-align: justify;
}
#btmbar {
	clear: left;
}
#credits {
	width: 395px;
	text-align: right;
	float: right;
}


#footer {
	text-align: left;
	padding-top: 15px;
	width: 790px;
	font-size: 80%;
	color: #F0F0F0;
}
#footer a{
	color: #F0F0F0;
}
#footer a:hover{
	color: #DCE1DC;
}
#submenu {
	width: 375px;
	height: 15px;
}
.text_sitemap {
	font-size: 11px;
	line-height: 1.3em;
}
.floatleft {
	float: left;
	padding-right: 7px;
	padding-bottom: 4px;
}
#bio_scroll {
	height: 468px;
	overflow: auto;
	padding-top: 7px;
}
.noborder  {border: none;}
.noborder  a{border: none;}
