/* CSS Document
Pam Tillis
History CSS
© 2007 Pam Tillis
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
/* Global Layout Elements */
	
div#insidetopdiv {
	width: 776px;
	background: url(../images/tourheader.jpg) top left no-repeat;
	height: 123px;
	}
	
div#maindiv {
	float: left;
	width: 776px ;
	height: 566px;
	background: url(../images/tourback.jpg) bottom right no-repeat;
	position: relative;
	}
	
/* Scrollers */

div#p7scroller1 {
	position:absolute;
	width:310px;
	height:330px;
	z-index:100;
	left: 417px;
	top: 167px;
	overflow: hidden;
	visibility: visible; 
	}
	
div#p7sc1Up {
	position:absolute;
	left:662px;
	top:499px;
	width:28px;
	height:22px;
	z-index:103;
	visibility: visible;
	}
	
div#p7sc1Down {
	position:absolute;
	left:690px;
	top:499px;
	width:28px;
	height:22px;
	z-index:103;
	visibility: visible;
	}
	
div#p7s1content1 { 
	position: absolute;
	width: 298px;
	z-index: 99;
	left: 0px;
	top: 0px;
	visibility: visible;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #460702;
	text-align: center;
	}
	
p {
	font-weight: bold;
	margin: 0 0 20px 0;
	font-size: 100%;
	}
	
p#instructions {
	font-weight: normal;
	margin: 0 0 30px 0;
	}
	
/* Links */

a {
	color: #460702;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #9a0806;
	}
