a:link {
	color: #c0c0c0;
	text-decoration: none;
}

a:visited {
	color: #c0c0c0;
	text-decoration: none;
}

a:active {
	color: #dc8827;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #dc8827;
}

blockquote {
	font: 9pt arial, helvetica, sans-serif;
	color: silver;
	line-height: 150%;
	margin: 30px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #333;
	color: #c0c0c0;
}

.caption {
	font: 8pt arial;
	text-align: center;
	line-height: 130%;
}

.captionright {
	font: 8pt arial;
	text-align: right;
	line-height: 180%;
}

#container {
	width: 600px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}

#content {
	background: url(images/Place.gif);
	width: 687px;
	height: 826px;
	margin-bottom: 45px;
}

#footer {
	background:url(images/purprlesquirrel.gif) center;
	width: 771px;
	height: 78px;
	margin-top: 20px;
}

h1,h2 {
	text-align:center;
}

h3 {
	color: #dc8827;
}

#mattingly {
	background:url(images/Mattingly.gif);
	float: left;
	padding: 575px 0 0 240px;
	margin: 210px 0 0 25px;
}

#mattingly:hover {
	background-image: url(images/MattinglyHover.png);
	float: left;
	padding: 575px 0 0 240px;
	margin: 210px 0 0 25px;
}

#strunk {
	background:url(images/Strunk.gif);
	float: left;
	padding: 542px 0 0 278px;
	margin: 250px 0 0 -55px;
}

#strunk:hover {
	background:url(images/StrunkHover.png);
	float: left;
	padding: 542px 0 0 278px;
	margin: 250px 0 0 -55px;
}

#maverick {
	background: url(images/dog.gif);
	float: right;
	width: 453px;
	height: 335px;
	margin: -280px -80px 0 0;
}

#maverick:hover {
	background-image: url(images/dogHover.png);
	float: right;
	width: 453px;
	height: 335px;
	margin: -280px -80px 0 0;
}

.nav {
	float: left;
	color: #c0c0c0;
	border: 2px solid #c0c0c0;
	padding: 0 12px 10px 30px;
	margin: 60px 0 0 -155px;
}
.updated {
	float: left;
	color: #c0c0c0;
	font-size: 7pt;
	text-align: center;
	padding: 5px;
	margin: 230px 0 0 -120px;
}

#popup {
	background: #333;
	color: #c0c0c0;
	padding: 20px 10px 0 20px;
}

#popuptext {
	width: 270px;
	padding: 115px 10px 0 20px;
	color: #333;
}

#popupwindow {
	background-image: url(images/ticket.png);
	width: 301px;
	height: 530px;
}

#preloadedImages {
    width: 0;
    height: 0;
    display: inline;
    background-image: url(images/StrunkHover.png);
    background-image: url(images/MattinglyHover.png);
	background-image: url(images/dogHover.png);

}
