body { 
	font: 80% georgia;
	line-height: 1.6;
	color: #445753; 
	background: black;
	margin: 0; 
	padding: 0;
	height: 100%;
	}
#container { 
	background-color: white; 
	margin: 0 auto 0 auto; 
	overflow: hidden;
	width: 950px;
	height: 100%;
	}
#header-image { 
	height: 120px;
	margin: 0; 
	padding: 0;
	
	background-color: #890000;
	}
#sidebar {
	position: absolute;
	width: 175px;
}
#content {
	position:relative;
	padding: 5px;
	width: 760px;
	margin-left: 180px;
	min-height: 550px;
}
#lower-section {
	width: 100%;
}



.navButton
{
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('ui/button.png');
/*	background-image: url(http://www.hpcuniv.org/common-1.7/ui/SubLayout/images/btn_selected.gif);*/
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	margin: 2px;
	width: 170px;
}
a.navButton
{
	background-image: url('ui/button.png');
	font-family: helvetica;
	font-size: 17px;
	color: #FDCF47;
	float:top;
	text-decoration:none;
	text-align: center;
	padding-top: 4px;
}
#current
{
	background-image: url('ui/button_selected.png');
}
a.navButton:hover {
	color: #FFCF66;
}

a:hover {
	color: #5557EE;
	text-decoration: none;
}


.photo-box {
	border-top: #555753 thin solid; 
}
.photo-icon {
	margin: 10px 0px 0px 10px; 
	height: 125px;
	border: white medium solid;
}
.photo-icon:hover {
	border: black medium solid;
}

#login {
	font-weight: bold;
	text-align: center;
	font-color: #999999;
}
