#header {
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
  background: #222222; /*#ff7744;*/ /*#cc3300;*/
	border-bottom: 4px solid #910000;
}

/* Menu */

#menu {
	float: left;
	width: 680px;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	background: #C03511;

 }

#menu .current_page_item a {
	background: #910000;
	color: #FFFFFF;
}

hr { display: none; }

.section
{
  border: thin dashed white;
  padding: 5px;
  margin: 5px;
}

#portrait
{
  position: relative;
  float: right;
  width: 250px;
}

#bio
{
  position: relative;
  float: left;
  width: 60%;
}

#end
{
  clear: both;
}

a
{
    color: #2f9fd4
}

body
{
  background-color: black;
  color: white
}

div.floating-list-wrapper
{
    margin-bottom: 1em;
}

div.floating-list-wrapper ul
{
    width: 100%;
}

div.floating-list-wrapper ul li
{
    float: left;
    width: 30%;
}

div.floating-list-wrapper br
{
    display: block;
    clear: left;
}

div.clearer
{
    clear: left;
    line-height: 0;
    height: 0;
}
