/* CSS Document */
html {
	height: 100%;
}
body {
	background-color: #000000;
	margin: 0px;
	height: 100%;
	min-height: auto;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #BEBEBE;
}
h2 {
	font-size: 1.1em;
	color: #FFF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
p {
	line-height: 1.4em;
}
a:link, a:visited, a:active {
	color: #BEBEBE;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
#borderOutside {
	width: 762px;
	margin: 0 auto;
	border-left: 1px solid #6B6B6B;
	border-right: 1px solid #6B6B6B;
	height: auto;
	padding: 0px 2px;
}
#borderInside {
	width: 756px;
	margin: 0 auto;
	border-left: 1px solid #6B6B6B;
	border-right: 1px solid #6B6B6B;
	border-bottom: 1px solid #000;
	height: auto;
	background-image: url(wordmark.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
#content {
	margin: 34px 0px 80px 240px;
	width: 467px;
}
#leftCol {
	margin: 34px 0px 0px 40px;
	width: 180px;
	float: left;
	display: inline;
}
#flashBox {
	width:467px;
	height:338px;
	margin-bottom:45px;
}
#bioBox {
	padding-left: 18px;
	border-left: 1px solid #6B6B6B;
}