/*
Author: Robert Dainard
Date: November 8, 2009

Filename: lastonearth.css
Supporting Files:
*/

a:link {color: #000000}
a:visited {color: #000000} 
a:active {color: #8A0707}
<!-- a:active {color: #800000} -->
<!-- a:active {color: #8A0707} -->
a:hover {color: #808080}

body {
background-color: #D8D8D8;
border-left: 4px solid black;
border-right: 4px solid black;
margin: 0;
padding: 0;
width: 99.2%;
min-width: 760px;
max-width: 1280px;
}

h1 {
  margin-top: 0;
}

#header {
border-left: 0px solid black;
border-right: 0px solid black;
width: auto;
}

#header-left,
#header-center,
#header-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 68px;
    overflow: hidden;
    border-bottom: solid black 0px;
    /* height: 100vh; Adjust the height as needed */
}
#header-left {
    width: 30.75%;
    padding-left: 1.25%;
    float: left;
}
#header-center {
    width: 36%;
    float: left;
    text-shadow: 0px 0px 1px grey;
}
#header-right {
    width: 32%;
    padding-right: 0%;
    float: right;
}

#top {
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-left: 0px solid black;
border-right: 0px solid black;
width: auto;
}

#center {
padding-left: 80px;
padding-right: 80px;
padding-top: 0px;
padding-bottom: 0px;
border-left: 0px solid black;
border-right: 0px solid black;
width: auto;
}

#centertop {
border-left: 0px solid black;
border-right: 0px solid black;
height: 4px;
width: auto;
}
            
#center  a:link,
#center  a:visited, 
#center  a:active {color:#8A0707; text-decoration: none;}
<!-- #center  a:active {color:#8A0707; text-decoration: none;} --> 
<!-- #center  a:active {color:#800000; text-decoration: none;} --> 
#center  a:hover {color:#808080; text-decoration: none;} 
       
#menu {
margin: 0;
width: 100%;
font-weight: bold;
text-align: center;
}

#footer {
clear: both;
text-align: center;
border-left: 0px solid black;
border-right: 0px solid black;
border-bottom: 0px solid black;
width: auto;
}

#other {
padding-left: 80px;
padding-right: 80px;
padding-top: 0px;
padding-bottom: 0px;
border-left: 0px solid black;
border-right: 0px solid black;
width: auto;
}

<!--
body
   {text-align:justify;}
  A{text-decoration:none;}
-->



