body {background-color:#FEFFBF;} 

#header {
  max-width: 1024px;
  height:70px;
  background-image: url(images/title3.jpg);
  background-repeat: no-repeat;
}


#header, #footer {
  text-align: center;
}

#navigation {
  float: left;
  width: 200px;
  height: auto;
  font-family: calibri, arial;
  background-color: #B22400;
}

#main {
  float: left;
  font-family: calibri, arial;
  padding: 15px;
  border: 1px solid #000;
  border-width: 1px 0;
}

#footer {
  clear: both;
  margin-left: 242px;
  font-family: calibri, arial;
  font-size: medium;
}

#main, #footer {
  max-width: 800px;
  min-width: 600px;
}

#gallery {
  float: right;
  width: 200px; 
  padding: 25px; 
  font-family: calibri, arial;
  text-align: right;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
border-bottom: 1px solid #FE9980;
}

#navigation li a:link, #navigation li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #FF3300;
border-right: 1px solid #FF3300;
background-color: #B22400;
color: #FFFFFF;
text-decoration: none;
}

#navigation li a:hover {
background-color: #FF3300;
color: #FFFFFF;
}

#navigation ul ul {
margin-left: 12px;
}

#navigation ul ul li {
border-bottom: 1px solid #B22400;
margin:0;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #FEFFBF;;
color: #B22400;
}

#navigation ul ul a:hover {
background-color: #FF3300;
color: #FFFFFF;
}

h1 {
  text-align: center; 
  font-family: calibri, arial;
  font-size:25;
}

h2 { 
  text-align: center; 
  font-family: times new roman, arial;
  font-size:20;
}

a {
  text-decoration: none;
}

a:link {
  color:#FF3300; 
}

a:visited{
  color:#B22400;
}

cap {
  font: caption;
}

img {
  vertical-align: center;
}

p {
  font-family: calibri, arial; 
  text-align:justify; font-size:15; 
}



tlinks {
  font-family: calibri, arial;  
  font-size:14; font-weight:bold; 
  font-style:italics;
}

#desc {
  font-family: calibri, arial;
  text-align: left;
  font-size: small;
}

#moreinfo {
  font-family: calibri, arial;
  text-align: center;
}

#tabledata {
 width: 500px;
 align: left;
 text-align: left;
 font: calibri, arial;
 border: 1;
}