/* gold: #F0D897   maroon: #801226  light blue: #CFF  */

body {
margin: 0px;
background: #F0D897 url(pics/goldback.gif);
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: black;
}

div.content {
background-color: #F0D897;
width: 80%;
padding: 10px;
border: 6px solid #801226;
margin: 0px auto 10px auto;
}

.navigate {
background-color: #801226;
width: 165px;
}

h1 {
font-size: 30px;
font-weight: normal;
font-style: italic;
text-align: center;
margin: 2px auto 5px auto;
}

h2 {
font-size: 22px;
text-align: center;
font-weight: bold;
}

h3 {
/* photo captions */
font-size: 13px;
font-weight: normal;
text-align: center;
margin: 2px; auto 15px auto;
}


h4 {
text-align: center;
font-weight: normal;
font-size: 1.3em;
background-color: white;
padding: 5px;
}

h4.smaller {
font-size: 1.1em;
margin-top: 2px;
}

h5 {
/* main navigation links */
font-size: 16px;
text-align: center;
margin: 10px auto 10px auto;
padding: 5px;
background-color: #CFF;
}


h6 {
/* garth credit */
font-size: x-small;
text-align: center;
color: #F0D897;
margin: 20px auto 10px auto;
}

h5.sub {
/* listings in navigation column */
font-size: 13px;
font-weight: normal;
}

h5 a:link {
color: #801226;
background-color: #CFF;
text-decoration: none;
}

h5 a:visited {
color: black;
background-color: #CFF;
text-decoration: none;
}

h5 a:hover {
background-color: #801226;
color: #F0D897;
text-decoration: none;
}

h5 a:active {
background-color: black;
color: white;
text-decoration: none;
}

h6 a:link {
color: #F0D897;
text-decoration: none;
}

h6 a:visited {
color: #F0D897;
text-decoration: none;
}

h6 a:hover {
color: white;
text-decoration: none;
}

h6 a:active {
background-color: black;
color: #F0D897;
text-decoration: none;
}

caption {
font-size: 20px;
font-weight: bold;
font-style: italic;
text-align: left;
margin-top: 20px;
}

img.photo {
background-color: white;
border: 1px solid black;
padding: 5px;
}

img.photo a:link {
background-color: white;
border: 1px solid black;
}

img.photo a:visited {
background-color: white;
border: 1px solid black;
}

img.photo a:hover {
background-color: red;
border: 1px solid white;
}

img.photo a:active {
background-color: black;
border: 1px solid white;
}

p a:link {
color: #801226;
background-color: white;
text-decoration: none;
}

p a:visited {
color: black;
background-color: white;
text-decoration: none;
}

p a:hover {
background-color: #801226;
color: #F0D897;
text-decoration: none;
}

p a:active {
background-color: black;
color: white;
text-decoration: none;
}