#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top {
}
#header {
	float: left;
	width: 280px;
	height: 50px;
}
#navigation {
	float: right;
	width: 500px;
	text-align: right;
	font-family: "Trebuchet MS", "Century Gothic", Arial, sans-serif;
	color: #333;
	font-size: 1em;
	height: 20px;
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#content {
	margin-top: 20px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.activepage {
	color: #800000;
	font-weight: bold;
}
.clear_float {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
	font-family: "Trebuchet MS", "Century Gothic", Arial, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #333;
}
#photo {
	float: left;
	width: 280px;
}
#bio {
	float: right;
	width: 500px;
	text-align: justify;
}
.resume {
	font-weight: bold;
	color: #800000;
}
#statement_image {
	float: left;
	width: 280px;
}
#statement {
	float: right;
	width: 500px;
	text-align: justify;
}
#contact {
	width: 500px;
	float: right;
}
#contact_image {
	float: left;
	width: 280px;
}
/* Footer
-------------------------------------------------------------- */

#footer {
	position:absolute;
	bottom:0;
	left:0px;
	width:100%;
	height:20px;
	z-index: 1000;
	text-align: right;
	font-family: "Trebuchet MS", "Century Gothic", Arial, sans-serif;
	font-size: 0.85em;
	background-color: #CCC;
	color: #FFF;
}

@media screen {
  body>div#footer{
   position:fixed;
  }
}
 
#subfooter {
	margin-right: 5px;
}

.float_left {
	float: left;
	margin-right: 10px;
}
#socialmedia {
	text-align: right;
	font-family: "Trebuchet MS", "Century Gothic", Arial, sans-serif;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #999;
}

