P{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 120%;
	margin-right: 5px;
} 
H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
 
H2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: normal;
} 
A:link {
	color:#069;
	text-decoration:none
} 
A:visited {color:maroon; text-decoration:none}
A:hover {
	color:#900;
	background:white;
	text-decoration:none
}
A:active {color:black; text-decoration:none}



 

#body_border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}



#nav {
  width: 600px;
  height: 30px;
  position: relative;
  background: url(Pix/RocksMenuBar.gif);
  list-style-type: none;
  margin: 0;    
  padding: 0;
}
#nav li {
  float: left;
}
#nav li a {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
	background: url(Pix/RocksMenuBar.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#nav_hom a {
  left: 0;
  width: 55px;
  background-position: 0 0;
}

li#nav_Fire a {
	left: 55px;
	width: 100px;
	background-position: -55px 0;
}

li#nav_Flag a {
	left: 155px;
	width: 100px;
	background-position: -155px 0;
}

li#nav_Fence a {
  left: 255px;
  width: 80px;
  background-position: -255px 0;
}

li#nav_Planter a {
  left: 335px;
  width: 90px;
  background-position: -335px 0;
}

li#nav_Rocks a {
  left: 425px;
  width: 175px;
  background-position: -425px 0;
}




li#nav_hom a:hover {
  background-position: 0 -30px;
}
li#nav_Fire a:hover {
  background-position: -55px -30px;
}
li#nav_Flag a:hover {
  background-position: -155px -30px;
}
li#nav_Fence a:hover {
  background-position: -255px -30px;
}
li#nav_Planter a:hover {
  background-position: -335px -30px;
}
 
 li#nav_Rocks a:hover {
  background-position: -425px -30px;
}
 