body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000066;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/salmon_grd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000066;
	text-align: left;
}
#header {
	background-image: url(../images/masthead.jpg);
	height: 180px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8B1D0;
	border-left-color: #A8B1D0;
}
#PageContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #000;
	padding: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8B1D0;
	border-left-color: #A8B1D0;
	height: auto;
	background-color: #FFF;
}
#TopNav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006;
	border-bottom-color: #006;
	height: 30px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	float: right;
	margin-top: 4px;
	margin-right: 6px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #181894;
	padding: 4px;
}
#author a {
	color: #FFF;
	text-decoration: none;
}
#author a:hover {
	color: #FC6;
	text-decoration: underline;
}

.RightNav{
	width: 200px;
	height: auto;
	float: right;
	padding-left: 20px;
}.LeftFloat {
	width: 215px;
	height: auto;
	float: left;
	padding-right: 20px;
}
.bioBox {
	width: 500px;
	height: auto;
	margin-left: 250px;
	margin-right: 150px;
}
.ClearFloats {
	clear: both;
}
#headerHome {
	height: 180px;
	background-color: #FFF;
}

