body {
	background-color: #F8F6E5;
}
#container {
	height: 594px;
	width: 794px;
	border: 3px solid #004d09;
	margin: auto;
	margin-top: 20px;
}
.toprow {
	background-color: #fdff9f;
}
.leftside {
	background-color: #100D65;
	float: left;
	width: 168px;
	height: 460px;
	padding-top: 15px;
	background-image: url(images/hiker.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#rightside { 
   float: left; 
}
.rightcontent {
	width: 626px;
	height: 427px;
	background-image: url(images/soccerBground.jpg);
	background-attachment: fixed;
	background-position: 0px 190px;
}
#menubar {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #563600;
	height: 34px;
	width: 601px;
	padding-left: 25px;
	padding-top: 14px;
	color: #B7AB5D;
}
.links {
	float: left;
	margin-left: 30px;
}
div.links a {
	color: #FFFFFF;
	text-decoration: none;
}
div.links a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
div.links a:hover {
	text-decoration: none;
	color: b4a856;
}
div.links a:active {
	text-decoration: none;
	color: b4a856;
}
.leftsidemenu {
	background-color: #100D65;
	float: left;
	width: 168px;
	height: 460px;
	background-image: url(images/hikermenu.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 15px;
	font-weight: bold;
	color:#000066
}
.sublinks {
	width: 116px;
	margin-left: 20px;
	font-size: 12px;
	padding-top: 10px;
}
div.sublinks a {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}
div.sublinks a:visited {
	text-decoration: none;
	color: #000099;
}
div.sublinks a:hover {
	text-decoration: none;
	color: 000099;
}
div.sublinks a:active {
	text-decoration: none;
	color: #000099;
}

.sublinks2 {
	width: 116px;
	margin-left: 20px;
	font-size: 12px;
	padding-top: 2px;
	font-weight: normal;
}
div.sublinks2 a {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}
div.sublinks2 a:visited {
	text-decoration: none;
	color: #000099;
}
div.sublinks2 a:hover {
	text-decoration: none;
	color: 000099;
}
div.sublinks2 a:active {
	text-decoration: none;
	color: #000099;
}


#subcontainer{
	width: 560px;
}
.biopic {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.rightcolpic {
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}

.biopic img {
	display: block;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 55px;
	padding-top: 10px;
}
.returntop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 7px;
	text-align: right;
}
#rightside img {
	display: block;
}

