@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,blockquote{
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	padding-top:0px;
}
body {
	background-color:#000000;	
}
#container {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	background-color: #660000;
}
#container #section1 {
	position:relative;
	height:800px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:22px;
	font-weight:lighter;
	color:#FFB;
	border-bottom:solid;
	border-bottom-color:#000;
	border-bottom-width:10px;
}
#container #section1 #bio {
	margin-left:50px;
	margin-right:50px;
	margin-top:50px;
}
#container #section1 #bio ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	padding-top:0px;
}
#container #section1 #bio h1{
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
	font-weight:100;
	color:#FFF;
}