/* CSS Document */

body {
  background-image: url("Treasures Background.jpg");
  background-repeat: no-repeat;
font-size: 12px;
line-height: 15px;
margin: 1em;
}
h2 {
font-weight: bold;
font-size: 14px;
}
h3 {
font-weight: bold;
font-size:  14px;
padding-left: 1em;
}
.parkTitle {
font-weight: bold;
font-size: 14px;
}
a:link {
font-weight: bold;
font-size: 14px;
line-height: 16px;
text-decoration: none;
color: #000000;
}
a:hover {
background-color:#FFFF99;
color: #000000;
}

a:visited {
text-decoration: none;
font-weight: bold;
color: #000000;
}
div#container {
width: 900px;
}
div#header {
font-family: Arial, Helvetica, sans-serif;
width: 280px;
height: 70px;
}
div#header a{
font-weight: lighter;
}

div#left {
float: left;
width: 260px;
padding-top: 1em;
padding-right: 1em;
}
div#left a {
font-size: 12px;
}
div#center {
float: left;
width: 240px;
padding-left: 1em;
padding-right: 1em;
}
div#right {
float: left;
width: 280px;'
padding-left: 1em;
padding-right: 1em;
}

.park {
background-image: url(1x1black.gif);
background-repeat: repeat-y;
padding-left: 1em;
} 