@charset "UTF-8";

body {
	background-color: #D7FBF8;
	background-image: url(images/bhae_website_rough1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	height: 100%;
	background-attachment: scroll;
	width: 100%;
	padding: 0px;
}
nav {
	background-color: #D1B7BE;
	height: 45px;
	width: 700px;
	left: 150px;
	right: 150px;
	position: relative;
	margin-top: 1px;
	text-align: center;
	bottom: 5px;
}
nav ul {
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding: 0px;
	height: 45px;
	width: 750px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
nav ul li {
	display: block;
	float: left;
	height: 100px;
	width: 150px;
	top: 20px;
}
nav ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	height: 70px;
	width: 100px;
	text-decoration: none;
	top: 10px;
	position: relative;
	padding: 10px;
	text-align: center;
}
nav ul li a:hover {
	color: #4B75FE;
	background-color: #F2A55F;
}
body p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	text-decoration: none;
	position: relative;
	right: 310px;
}
