html, body{
	font-family: Georgia, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#page {
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main {
	height: 525px;
	min-width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#contain {
	height: 525px;
	width: 950px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/frank1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#left {
	float: left;
	height: 147px;
	width: 439px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 135px;
}
#rightBIO {
	float: right;
	height: 515px;
	margin: 0px;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#right {
	float: right;
	height: 515px;
	margin: 0px;
	overflow: auto;
	width: 500px;
	padding: 5px;
}
#header {
	height: 155px;
	width: 950px;
	padding: 0px;
	margin: 0px;
}
#content {
	width: 470px;
	height: 380px;
	overflow: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#bottom {
	height: 35px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #7C83B7;
}
#footer {
	margin: 0px;
	font-style: italic;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #7C83B7;
}
.small{
	font-size: 10px;
}
.big{
	font-size: 12px;
}
.title{
	color: #990000;
	font-size: 11px;
}
a:link {
	color: #444D7D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444D7D;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
