body {
   background-color: #020;
   font-family: arial;
}
#title {
	position: absolute;
	text-align: center;
	width: 350px;
	height: 80px;
	font-size: 1.7em;
	color: #996;
	margin-left: 20px;
	top: 70px;
}
#title h2 {
	font-weight: normal;
	margin: 0;
}
#title h3 {
	margin: 0;
	font-weight: normal;
}
#title h5 {
   font-weight: normal;
}
#title p {
	font-size: 0.6em;
	margin: 0px;
}
#title a:link {
    color: #996;
    text-decoration: none;
}
#title a:visited {
    color: #CC6;
    text-decoration: none;
}
#title a:hover {
    color: #CC6;
    text-decoration: none;
}
#photo {
   postion: relative;
   width: 900px;
   height: 556px;
   background-color: #020;
   margin: 55px auto;
   border: solid 2px #600;
}
#nav {
   position: absolute;
   width: 350px;
   font-size: 1.2em;
   text-align: center;
   height: 260px;
   top: 180px;
}
#nav a:link {
	color: #852C00;
	text-decoration: none;
}
#nav a:visited {
	color: #852C00;
	text-decoration: none;
}
#nav a:hover {
	color: #CC3300;
	text-decoration: none;
}
#nav li {
   list-style-type: none;
   list-style-position: default;
   line-height: 2em;
}
#hours {
	position: absolute;
	text-align: center;
	width: 350px;
	margin-left: 20px;
	top: 450px;
	font-size: 1em;
	color: #996;
}
#hours h2 {
   text-align: center;
   font-size: 1.3em;
   font-weight: normal;
}
.smaller {
   font-size: 80%;
}
#content {
   position: absolute;
   width: 480px;
   margin-top: 9px;
   height: 520px;
   background-image: url(pix/hands3.jpg);
   color: #333;
   margin-left: 390px;
   padding: 10px;
   background-repeat: no-repeat;
   background-position: 0 0;
}
#content h3 {
   text-align: center;
   margin-bottom: 0px;
   color: #600;
}
#Scroller-1 { 
   position: absolute;
   margin-left: 0px;
   overflow: hidden;
   width: 480px;
   height: 450px;
}
#Scroller-1 p {
   margin: 0; padding: 10px 20px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: .8em;
   color: #600;
}
.Scroller-Container {
   position: absolute;
   top: 0px; left: 0px;
}
#Scrollbar-Container {
   position: absolute; 
   top: 10px; left: 470px;
 }
.Scrollbar-Up {
   cursor: pointer;
   position: absolute;
   top: 70px;
}
.Scrollbar-Track {
   width: 20px; height: 340px;
   position: absolute;
   top: 90px; left: 0px;
   background: transparent url(pix/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
   cursor: pointer;
   position: absolute;
   width: 20px; height: 22px;
}
.Scrollbar-Down {
   cursor: pointer;
   position: absolute;
   top: 430px;
}
.hr {
	background-color: #600;
	height: 4px;
	width: 50%;
	margin-left: 25%;
}
.it {
	font-style: italic;
}
.center {
   text-align: center;
}
.photo-center {
	margin-left: 30px;
}.wrap {
	float: left;
}
.photo-left {
	float: left;
	margin: 5px;
	margin-left: 10px;
}
.clear {
    clear: both;
    float: none;
}
#Scroller-1 ul {
	margin: 0;
	padding: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #600;
}
