/*page stuff*/

body
{ 
background: black url('bg.jpg') no-repeat fixed bottom;
}

img 
{
  border: 0px solid #FFEA93;
  margin: 6px -2px -5px -3px;
}

#normal
{
  margin: 0px 0px 0px 0px;
}

p
{
  color: darkslategray;
  word-spacing: 1px;
  font-size: 13px;
  margin: 7px 15px 7px 15px;
  font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
}


#p2
{

  font-size: 25px;
}


#p3
{

  font-size: 20px;
}

a
{
  color: teal;
  word-spacing: 1px;
  font-size: 13px;
  font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
}

a:hover
{
  color: darkseagreen;
  word-spacing: 1px;
  font-size: 13px;
  font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
  text-decoration: none;
}


ul
{
  color: darkslategray;
  word-spacing: 1px;
  font-size: 13px;
  line-height: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 15px;
  font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
}

#newpage
{
  color: dimgray;
  word-spacing: 1px;
  font-size: 12px;
  font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica,
	  Arial, sans-serif;
}

#newpage a#link
{
  color: teal;
}

#newpage a#link:hover
{
  text-decoration: none;
  color: darkseagreen;
}

/*Tables*/

.main
{
	width: 736px;
	height: 550px;
	border-collapse: collapse;
	background-color: cadetblue;
	margin-bottom: 20px;
}

.content
{
  height: 100%;
  border-collapse: collapse;
}

.picture
{
  width: 368px;
  height: 100%;
}

.text
{
  width: 368px;
  height: 100%;
  background-color: white;
  vertical-align: top;
}

.gallery
{
  vertical-align: top;
  width: 350px;
  text-align: center;
}

/*Navigation*/

#navlist
{
background: cadetblue;
margin: 0px;
padding: 0px;
height: 44px;
border: 0px solid darkcyan;
}

#navlist li
{
display: inline;
float: left;
margin: 0px;
padding: 0px;
list-style: none;
}

#navlist li a:link, #navlist li a:visited
{
font: bold 24px/18px Georgia, "Times New Roman", Times, serif;
color: black;
background: darkcyan;
text-decoration: none;
display: block;
padding: 0px 0px 0px 0px;
margin: 2px 0px 0px 3px;
height: 40px;
overflow: visible;
width: 180px;
text-align: right;
}

#navlist li a#current
{
color: #FFFFFF;
font-style: italic;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: darkturquoise;
text-align: left;
text-transform: uppercase;
font: bold normal 10px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}


