body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #6d6d6d;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
a {
	color: #6d6d6d;
}
a:hover, #mid a:hover {
	color: #201e8b;
}
a, a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}
h5 {
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 7px;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 7px;
	font-weight: bold;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li {
	margin-bottom: 7px;
}
p {
	margin-top: 0px;
	margin-bottom: 13px;
}
ul, ol {
	margin: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	list-style: lower-alpha;
}
li ul {
	list-style: disc;
}
.bio {
	float: left;
	height: 120px;
	width: 300px;
	margin-bottom: 15px;
}
.biopic {
	float: left;
	height: auto;
	width: 100px;
	margin-right: 15px;
}
.biotxt {
	float: left;
	width: auto;
	height: auto;
	margin-top: 5px;
}
.bold {
	font-weight: bold;
}
.copy {
	float: left;
	text-align: left;
	width: 400px;
}
.credits {
	float: right;
	text-align: right;
	width: 260px;
}
.credits a {
	margin-left: 15px;
}
#content {
	float: left;
	height: auto;
	width: 620px;
	padding: 16px;
	padding-top: 41px;	
}
#footer {
	float: left;
	height: auto;
	width: 760px;
	padding-top: 8px;
}
#footer div {
	display: inline;
}
#header {
	float: left;
	height: 27px;
	width: 760px;
	margin-top: 34px;
	padding-top: 65px;
	background: url(../images/bkg_header.jpg) top left no-repeat;
}
#header h1 {
	display: none;
}
#left {
	float: left;
	height: 266px;
	width: 400px;
	padding-top: 7px;
}
#main {
	float: left;
	height: auto;
	width: 760px;
	padding-bottom: 11px;
	background: url(../images/line.jpg) bottom left no-repeat;
}
#mid {
	float: left;
	height: 216px;
	width: 217px;
	margin-left: 3px;
	padding: 16px;
	padding-top: 41px;
	background-color: #6d6d6d;
	color: #fff;
}
#mid a {
	color: #fff;
}
#nav {
	float: left;
	height: 20px;
	width: 760px;
	margin-bottom: 2px;
}
#right {
	float: left;
	height: auto;
	width: 92px;
	padding-top: 41px;
	padding-left: 16px;
}
#wrap {
	height: auto;
	width: 760px;
	margin: 0px auto;
}
#wrap div {
	display: inline;
}