﻿@import url(layout.css);
body {
    background-image: url('../index/topbackground.jpg'), url('../index/footerbackground.png'), url('../index/background.png');
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: top, bottom, center;
    height: 428px, 264px, 100%;
    position:absolute, static, absolute;
}
.photocredit {
	font-family:Georgia;
	font-style:italic;
	text-align:center
}
p {
	font-family:Georgia;
	padding-left: 5px;
}
h1 {
	font-family:Georgia;
	font-size: xx-large;
	font-weight: bold;
	text-align:center;
	color: #996633;
}
h2 {
	font-family:Georgia;
	font-size: x-large;
	font-weight: bold;
	text-align:center;
	color: #996633;
}
h3 {
	font-family:Georgia;
	font-size: large;
	font-weight: bold;
	text-align:center;
	color: #996633;
}
img {
	padding: inherit;
}
.centertext {
	text-align:center;
}
.text {
	font-family: Georgia;
	font-size: medium;
	color: #996633;

}
.subhead {
	font-family: Georgia;
	font-size: medium;
	font-weight: bold;
	text-align:center;
	color: #996633;
}
.parahead {
	font-family: Georgia;
	font-size: medium;
	font-weight: bold;
	color: #996633;
}
a {
	font-family: Georgia;
	font-size: small;
	color:#663300;
}



/* @@ additions */
/* horizontal navigation text "buttons" */
.nav {text-decoration:none; font-size:18px; font-family:Georgia; line-height:20px;}
a.nav:link {color:#FDF0C4;}
a.nav:visited {color:#FDF0C4;}
a.nav:hover {color:#ffffff;}

.buttonlink {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}




