	body  {
	  position: relative;
	  top: 1em;
	}


	.ridepic  {
	  border: solid #009e06 1px; 
	  float: left; 
	  margin-right: 1.5em; 
	  margin-bottom: 1.5em;
	}
	
	.ridetopbar {
	   position: fixed;
	   width: 100%;
	   height: 18px;
	   top: 0px;
	   left: 0;
	   background-color: #009e06;
	   z-index: 1;
	}
	a.ridetopbarlinks {
	   position: fixed;
	   font-family: sans-serif;
	   font-size: 80%;
	   top: 0px;
	   z-index: 2;
	}
	a.ridetopbarlinks:link{color: white;}
	a.ridetopbarlinks:visited{color: white;}
	a.ridetopbarlinks:hover{color: green;}
	a.ridetopbarlinks:active{color: lime;}



	img.profile {
	   border: solid red 2px;
	   float: left;
	   margin-left: 1em;
	   margin-top: 2em;
	}
	.profiletext {
	   position: relative;
	   top: 0.5em;
	}


	img.map {
	   border: solid green 1px;
	   float: left;
	   margin-left: 2em;
	   margin-right: 2em;
	}


	h2  {
	  color: red;
	  font: serif normal 100%;
	}

	h3  {
	  color: #009e06;
	  font: sans-serif normal 100%;
	}
