/* Divs */

body {
background: #ff5e00;
}

#container {

position: absolute;
left: 50%;
width: 1000px;
margin-bottom: 20px;
margin-top: 20px;margin-left: -500px;}

#header {
width: 1000px;
height: 250px;
}

#navigation {
position: absolute;
top: 200px;
width: 1020px;
background-color: #ffcc00;
}


#bodycontent {
width: 980px;
position: absolute;
top: 240px;
padding-left: 20px;
padding-right: 20px;
background-color: #ffcc00;
}

#footer {
position: relative;
font-family: "comic sans MS", Georgia, Times, serif;
text-align: center;  
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
padding-right: 1em;
margin-bottom: 1em;
padding-bottom: 1em;
padding-top: 1em;
border-top: 5px solid #ff5e00;
border-bottom: 5px solid #ff5e00;

}

/*Text*/

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 125%;
  padding: 0;
  margin: 0px;
text-align: left;
 border-left: 1px solid #36393D;
 border-right: 1px solid #36393D;
background: #ffcc00 url(images/gradient.gif) repeat-x;

}

h1, h2, h3 {
  font-family: "comic sans MS", Arial, sans-serif;
}

h1 {
  font-size: 150%;
  color: black;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  
}

h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

p {
  font-size: 100%;
  color: black;
}

em {
  text-transform: none;
}

li {
font-size: 80%;
list-style-type: none;
padding: 5px;
}

.galleryphoto {
padding-top: 10px;  padding-bottom: 10px;border-top: 5px solid green; 
 border-bottom: 5px solid orange;
margin-top: 20px;  margin-bottom: 20px;}

/*Links*/

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: black;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: black;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: white;
	}

/*Classes*/

.galleryphoto {  padding-bottom: 10px;
border-top: 5px solid #ff5e00;  border-bottom: 5px solid #ff5e00;  margin-bottom: 20px;}
.blockquote {
 letter-spacing: 0.05em;
 font-size: 60%;
}

.galleryphoto p {
 font-size: 80%;
 font-weight: bold;
 margin-top: 0;
 line-height: 1.4em;
}

.specialphoto {
float: right;
}


/*Tables*/

table.navigation {
  border-collapse: collapse;
width: 1000px;
padding-right: 2em;
}

table.events {  border-collapse: collapse;}table.events th, table.events td {  padding: 4px;  border: 1px solid #000066;}table.events th {  font-size: x-small;  text-align: left;  background: #241374 url(backgrounds/header-bg.jpg);  color: #ffffff;  padding-top: 0;  padding-bottom: 0;  padding-left: 2px;  padding-right: 2px;}table.events td {  font-size: small;}table.events caption {  color: #000066;     font-size: small;     font-weight: bold;     text-align: left;  padding-bottom: 5px;}

