﻿html {overflow-y: scroll;}

ul#navigation { 
float: left;
  margin: 3;
  padding: 3px;
  width: 90%;
  background-color: #fff;
  font-size: small;
  text-align: center;}
	
ul#navigation li {
display: inline;
}

ul#navigation li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	text-decoration: none;

  	padding: 10px;
}

a:visited { color: #0000FF; }
a:link { color: #0000FF; }
a:active { color: #0000FF; }
a:hover { color: #0000FF; }
a:hover { background-color: #99ccff;
  color: #FFF; 
}


/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#sidebar
{
	background-image: url('images/FutureHippieNAV_2.jpg');
	width: 100px;
}
#font {
	font-family: verdana;
	font-size: x-small;
}
#bodyfont {
	font-family: verdana;
	margin: 0px;
	font-size: small;
	padding: 3px 0px 0px 0px;
	color: #000000;
	text-indent: 0px;
}
