@charset "utf-8";
/* CSS Document */
body {
background:#fff;
}

#wrapper {
width:630px;
background:#fff;
padding:5px 10px 10px;
}

h1, h2, h3 {
float:left;
width:100%;
}

h1 {
margin-bottom:12px;
}

h2 {
font-size:18px;
margin:0 0 5px;
}

h3 {
font-size:16px;
margin:0 0 10px;
}

a:hover {
color:#0095B3;
text-decoration:underline;
}

#video_wrap {
float:left;
width:420px;
height:300px;
margin-right:10px;
}

#bio_nav {
float:right;
border:1px solid #007391;
width:190px;
margin:20px 0 0;
background:#c5e3ec;
padding-top:5px;
}


	li {
	margin-bottom:10px;
	list-style:none;
	}
	
	li.sel a {
	font-weight:bold;
	color:#007391;
	}

	li.sel a:hover {text-decoration:none}

#bios {
float:left;
margin:15px 0;
width:410px;
}

	img {
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	}

	.indent {
	margin-left:15px;
	}

