/* basic styles */

html{
font-size: 100%;
}

body
{
  font-size: 1em;
  font-family: arial, sans-serif;
  color: #4b4b4b;
  padding: 0;
  margin: 0;
  border: 0;
  background: #993333
}

a:link
{
  color: #933;
  text-decoration: none;
  border: 0
}

a:visited
{
  color: #7F7F7F;
  text-decoration: none
}

a:hover
{
  color: #bbb
}

a:active
{
  color: #ddd;
  text-decoration: underline
}


/* layout styles */
#container
{
  width: 850px;
  height: 660px;
  margin: 10px auto;
  background: url(images/parchment.jpg) no-repeat top center;
}

#navigation
{
  float: left;
  margin: 25px;
  list-style-type: none;
  line-height: 2.5em;
  font-weight: bold;
  width: 165px;
  text-align: center;
  padding: 0.5em 0 6em 0;
}

div.content
{
  margin: 25px 25px 25px 190px;
  padding: 10px;
}


.sign {
  width: 850px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}


/* text styles */

p.regular
{
  font-size: 0.8em;
  border-top: #993333 0.05em solid;
  margin: 0 0 1em 0;
  padding: 0.2em 0 0 0;
}

h1
{
  line-height: 0em;
  font-size: 1em;
}

h2
{
  font-size: 0.9em;
  font-weight: 500
}

span.bold
{
  font-weight: bold;
}

/* specific styles */

/* these are for the navigation buttons*/
a.navcolor:link {
color: #FFCC66;
}

a.navcolor:visited {
color: #CC9966;
}

a.navcolor:hover {
color: #ffff66;
}

a.navcolor:active {
color: #ffffcc;
}

.navbutton
{
  font-size: .9em;
  margin: 4px;
  background: url(images/nav_button2.gif) no-repeat center top;
}

.photos
{
  float: right;
  display: inline;
  font-size: 0.6em;
  text-align: center;
  list-style-type: none;
  padding: 0 1.5em 0.5em 0;
  z-index: 1;
}

.navbartext
{
  max-width: 150px;
  line-height: 1em
}

