@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow: scroll;
}
body a {
color:#666666;
}
body hover
body visited {
color:#000000;
}
.mainFixed #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: Center; /* this overrides the text-align: center on the body element. */
}
.mainFixed #header {
	background: #FFF;
	padding: 0;
	margin: 5px auto 0 auto;
/**	width: 960px; **/
}
.mainFixed #map {
	border:none;
}
.mainFixed #navbar {
	margin: 0 auto;
	padding: 0;
	width: 940px;
}
.mainFixed #header h1 {
	display: none;
}
.mainFixed #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	margin: 10px auto 0 auto;
/**	width: 960px; **/
}
.mainFixed #mainContent h2 {
	text-align: left;
	margin: 0;
	padding: 20px;
}
.mainFixed #copyright {
	margin: 10 auto;
	padding 0 30px;
	border: none;
	width: 700px;
	text-align: left;
}
.mainFixed #copyright h2 {
}
.mainFixed #footer {
	margin: 0;
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
	font-size:9px;
	color:#666666;
	text-align: right;
}
.mainFixed #bioImg {
	display: inline;
	float: left;
	margin: 20px;
	padding-top: 10px;
	display: inline;
	border: none;
	text-align: left;
}
.mainFixed #bio {
	position: relative;
	float: right;
	display: inline;
	margin: 10px;
	padding: 10px;
	text-align: left;
	width: 340px;
	background: none;
	border: none;
}
.mainFixed #mail {
	margin-top: 20px;
	padding: none;
	width: 450px;
	border: none;
	float: right;
}
.mainFixed #bioCon {
	margin: none;
	padding: none;
	float: left;
	width: 350px;
	display: inline;
}
.mainFixed #contact {
	margin: 10px;
	padding: none;
	text-align: left;
	float: right;
}
.mainFixed #new {
	display:inline;
	float: left;
	text-align: left;
	padding: 0;
	margin-left: -10px;
	width: 550px;
	border: none;
}
.mainFixed h3 {
	background: none;
	margin: 0 auto;
}
.mainFixed #links {
	float: right;
	position: relative;
	padding: 0;
	margin: 30px 20px 0 auto;
	border-left: none;
}
.mainFixed #sv-container {
float:left;
text-align: left;
}
/**
	.mainFixed #funPages {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: none;
}
**/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
