body {
  background-image: url("../images/bg.gif");
  background-repeat: repeat;
/*  text-align: center;*/
  margin: 0px;
  padding: 0px;
  font-family: Arial,Hevetica,sans-serif;
  vertical-align: top;
}


#mainframe {
/*	background-image: url("../images/beige.jpg");*/
	background-image: url("../images/backdrop.jpg");
	background-repeat: repeat;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
/*	background-color: white;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	border: #000 1px solid;
	height: auto;
}


#header {
	width: 800px;
	background-color: #002359;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: white;
	font-size: 90%;
}


#sidenav {
	float: left;
	position: relative;
	width: 150px;
	margin: 0px;
	padding-top: 20px;
/*	height: 100%;*/
	font-size: 90%
}

#photo {
	float: left;
	position: relative;
	width: 150px;
/*	background-color: white;*/
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
    vertical-align: top;
/*	height: 100%;*/
}

#pagebody {
	float: right;
	position: relative;
	width: 480px;
/*	background-color: white;*/
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 90%;
	min-height: 450px;
}


#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2C2F34;
	padding: 6px 0px 6px 0px;
}

.thispage {
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #4F5E80;
	padding-left: 20px;
}

.thispage a {
	color: white;
	text-decoration: none
}


.otherpage {
	color: #002358;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #C7C4B1;
	padding-left: 20px;
}


.otherpage a {
	color: #002358;
	text-decoration: none
}


