body {
	text-align:center;
	font-family: century gothic, Tahoma, Arial;
	background-image:url('../img/stripe.gif');
	background-color:navy-blue;
	background-repeat:repeat-all;
	margin:0;
	padding:0;
}

#page-container {
	text-align:center;
	background:white;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #000033;
	border-right:1px solid #000033;
}

#page-header {
	height:336px;
	width:800px;
	background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
	background-color:black;
}

#abstract {
	margin-top: 18px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 18px;
	color: #0d1822; 
	text-align: center;
	font-weight: 500;
	
}

#main-photo {
	float: right;
	margin-right: 20px;
	margin-top: 12px;
	width: 140px;
}

#features {
	margin-top: 12px;
	margin-left: 20px;
	font-size: 9pt;
	color: #0d1822; 
	float: left;
	padding-left: 10px;
	text-align: left;
}

#page-footer {
	clear:both;
	height:124px;
	font-size:10px;
	color:whitesmoke;
	background-color:#0d1822;
	border-top:2px solid #000022;
}


