main.css

html {
    
}

body {
    background: #41393d;
    margin-left: 350px;
    margin-right: 320px;
    padding: 0px;
}

footer {
    position: static;
    bottom: 0px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-family: monospace;
    background-color: #be1e2d;
    text-align: center;
}

h1 {
    color: #be1e2d;
    font-size: 90px;
    font-family: Majesti-Banner-BookItalic, serif;
    text-align: left;
    text-shadow: 0px 0px 20px black;
    margin: 0px;
    padding: 0px;
}

h2 {
    color: #be1e2d;
    font-size: 48px;
    font-family: Majesti-Banner-BookItalic, serif;
    font-style: italic;
    text-align: left;
    text-shadow: 0px 0px 20px black;
    margin: 0px;
    padding: 0px;
}

h3 {
    color: #be1e2d;
    font-size: 90px;
    font-family: Majesti-Banner-BookItalic, serif;
    text-align: center;
    text-shadow: 0px 0px 20px black;
    margin: 0px;
    padding: 0px;
}

table {
    width: 100%;
    border-collapse: separate;
}

table, th, td {
    border: 2px solid;
    border-color: #8a8c8f;
}

th {
    color: #be1e2d;
    background-color: #8a8c8f;
    font-size: 40px;
    font-family: athelas, serif;
    font-style: italic;
    padding: 5px;
    text-shadow: 0px 0px 1px black;
}

td {
    color: white;
    font-size: 28px;
    font-family: athelas, serif;
    margin: 0px;
    padding: 5px;
    text-shadow: 0px 0px 10px #be1e2d
}

td p {
    color: #8a8c8f;
    font-size: 20px;
    font-family: athelas, serif;
    font-style: italic;
    padding: 0px 100px 0px 0px;
    text-shadow: 0px 0px 10px black;
}

.nav_icons {
    border: none;
    width: 175px;
    text-align: center;
    position: fixed;
    left: 34px;
    bottom: 0px;
}

#loc_text {
    clear: left;
    display: block;
}

#times {
    height: 460px;
    width: 460px;
    float: right;
    margin-right: 200px;
}

#table_services {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

p {
    color: white;
    text-align: justify;
    font-size: 24px;
    font-family: athelas, serif;
    text-shadow: 0px 0px 10px black;
}

.nav {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #be1e2d;
    padding-top: 75px;
}

.nav a {
    padding: 5px 0px 50px 0px;
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-family: athelas, serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    padding-left: 50px;
}

.nav a:visited {
    color: #d7e4c2;
}

.nav a:hover {
    color: #8a8c8f;
    text-shadow: 0px 0px 20px black;
}

.navbot {
    height: 57px;
    width: 200px;
    position: fixed;
    bottom: 10px;
    right: 50px;
}

#logohead {
    padding-top: 25px;
}

.subhead, .pageheader {
    text-shadow: 0px 0px 10px black;
}

#image_other {
    display: block;
    border: 10px double;
    border-color: #8a8c8f;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#map {
    float: left;
    display: block;
    border: 10px double;
    border-color: #8a8c8f;
}

#homeimage {
    height: 625px;
    width: 1000px;
    border: 10px double;
    border-color: #8a8c8f;
}

#logohead_sitemap {
    text-align: center;
}

#sitemaplist {
    background-color: #8a8c8f;
    background-position: center;
    border: 10px double;
    border-color: white;
}

#sitemaplist p {
    color: white;
    font-style: italic;
}

#sitemaplist a {
    color: #be1e2d;
    text-decoration: none;
    font-size: 36px;
    font-family: athelas, serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
}

#sitemaplist a:visited {
    color: #d7e4c2;
}

#sitemaplist a:hover {
    text-shadow: 0px 0px 20px #ef4e22;
}