html, body { 
	margin: 0; 
	padding: 0;
	height: 100%;
	}
body {
	font: 80% georgia;
	line-height: 1.6;
	color: #2F2B1D; 
	background: black;
}
#container { 
	background-color: #FFEFBF; 
	margin: 0 auto 0 auto; 
	overflow: auto;
	width: 800px;
	min-height: 100%;
	}
#image { 
	height: 200px;
	margin: 0; 
	padding: 0;
	}
#image img{ 
	width: 800px;
	}
/*#nameTag {
	text-align: right;
	background: #004010;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-right: 5px;
}*/
#navBar {
	width: 100%;
	clear: both;
}

#navBar ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
a.navButton
{
	font-family: helvetica;
	font-size: 15px;
	color: #FDCF47;
	float:left;
	width: 148px;
	text-decoration:none;
	background-color: #311D10;
	padding:0.1em 5px;
	border: black thin solid;
	text-align: center;
}
#current
{
	background-color: #792B10;
}
a.navButton:hover {
	color: #FDCF47;
	background-color: #4E3026;
}
/*#navBar li {display:inline}
a {
	color: #5557AA; 
	text-decoration: underline;
}*/
a:hover {
	color: #5557EE;
	text-decoration: none;
}
#content {
	padding: 15px;
	clear:both;
	height: 100%;
}
.photo-box {
	border-top: #555753 thin solid; 
}
.photo-icon {
	margin: 10px 0px 0px 10px; 
	height: 125px;
	border: #FFEFBF medium solid;
}
.photo-icon:hover {
	border: black medium solid;
}
.programming {
	border-top: #555753 thin solid; 
	clear:both;
}
.programming-title {
	font-weight: bold;
	margin-top: 10px;
}	
.programming-icon {  
	height: 110px;
	width: 165px;
	float: left;
	margin: 5px;
	border: 2px black solid;
}
	
.programming-info { 
	margin: 5px;
	height: 115px;
}

.programming-info ul{ 
	margin-top: 0px;
}
.programming-info li{ 
	list-style-position: inside;
}

#profile {
	float: left;
	margin: 15px 15px 15px 0;
}

