body {
    background-color: #dddddd;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: arial;
    color: #222;
}

a {
   color: #9b1715;
}

a:hover {
   text-decoration: none;
    color: #222;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

dt {
    font-size: 1.1em;
    color: #9b1715;
    font-weight: bold;
}

dd {
    font-style: italic;
}

#container {
    width: 75%;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f3f3f3;
    padding-top: 1px;
    text-shadow: 2px 1px 0px #fff;
}

table, tr, td {
   margin: 5px;
   padding: 0px;
}

#minutesTable td {
    padding: 0.25em;
    border: 1px solid #222;
    text-shadow: 0px 0px 0px;
    width: 50%;
}

h1, h2, h3 {
   margin: 0px;
   padding: 5px;
}

h3 {
    color: #9b1715;
}

#top {
    width: 80%;
    text-shadow: 1px 1px #fff;
    background-image: URL(images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: .9em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    height: 140px;
}

#linksBackground {
    background-image: URL(images/linksBG.gif);
    background-repeat: repeat-x;
    height: 44px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#linksContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    height: 44px;
}

#links {
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}

#links li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

#links a {
    color: #fff;
    text-shadow: 2px 1px 2px #222;
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-decoration:none;
    border-left: 1px solid #b75656;
    border-right: 1px solid #7c1616;
    margin: 0px;
}

#links a:hover {
    background-image: URL(images/linksBGHover.gif);
}

#currentLink {
    background-image: URL(images/linksBGHover.gif);
}

#mainPhoto, #mainPhotoFire, #mainPhotoTrustees, #mainPhotoZoning {
   background-size: cover;
   width: 100%;
   /* height: 221px; */
	min-height: 300px; 
   background-position: center;
   background-repeat: no-repeat;
}

#mainPhotoFire {
    background-image: URL(images/photos/engine-header.jpg);
}

#mainPhotoTrustees {
    background-image: URL(images/photos/meeting001.jpg);
}

#mainPhotoZoning {
    background-image: URL(images/photos/building001.jpg);
}

#mainPhoto {
    background-image: URL(images/photos/sign001.jpg);
}

#bottomPhoto, #bottomPhotoFire {
   background-size: cover;
   width: 100%;
   /* height: 175px; */
	min-height: 325px; 
   background-position: center;
   background-repeat: no-repeat;
}

#bottomPhotoFire {
   background-image: URL(images/photos/fire002-1.jpg);
}

#bottomPhoto {
   background-image: URL(images/mainPhoto1.jpg);
}

#announcementContainer {
   background-color: #212121;
   box-shadow:0px 0px 30px 0px #121212 inset; 
   width: 100%;
    text-align: center;
}

#announcementText {
   color: #f3f3f3;
   text-shadow: 2px 2px #000;
   -moz-text-shadow: 1px 1px #000;
   padding: 10px;
    font-size: 1.2em;
}

#announcementText a {
   color: #f3f3f3;
   text-decoration: underline;
}

#announcementText a:hover {
   text-decoration: none;
}

#mainContent {
   padding: 10px;
}

#copyright {
   font-size: .9em;
   padding: 5px;
}