@font-face {
    font-family: new_font;
    src: url('Fonts/light_sans_serif_7.zip');
}

html {
    color: #ffffff;
    background: #ff0000;
}

body {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    width: 900px;
    margin: 50px auto;
    padding: 30px;
    border: 3px solid rgb(255, 0, 0);
    border-radius: 20px;
}

header {
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: top;
font-size: 80px;
text-shadow: #000000;
text-decoration: none;
}

nav {
    background: rgb(255, 0, 0);
    padding: 20px;
    text-align: center;
}
 nav a {
    color: rgb(255, 255, 255);
    margin: 0 90px;
    font-size: 24pt;
    text-decoration: none;
    font-family:monospace;
    nav a 
    display: block;
    width: 130px
    margin: 10px 0 0 0;
    padding: 5px;
    color:#ffff;
    background-color: red;
    border: 3px solid #000;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 2px 4px 6px #333333;   
}

nav a:hover {
    color: white;
    background-color: rgb(0, 0, 0);
}

section {
    text-align: center;
    font-size: 30px;
    margin: 70px auto;
}

footer {
    font-size: xx-small;
    text-align: bottom;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h3 {
    text-align: left;
}

h4 {
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

div#container {
    width: 80%;
    min-width: 900px;
    margin: 30px auto 30px auto;
    border: 2px solid black;
    background-color: rgb(255, 0, 0);
    text-align: center;
}
head{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

section#information {
    background-color:  skyblue;
    margin: 0
    width: 250px;
    font-size: 10pt;
    text-align: justify;
}

nav, 
section#main, 
section#information {
 	display: table-cell;
}

footer{
    color: rgb(255, 255, 255);
    margin: 0 90px;
    font-size: 24pt;
    text-decoration: none;
    font-family:monospace;
    nav a 
    display: block;
    width: 130px
    margin: 10px 0 0 0;
    padding: 5px;
    color:#ffff;
    background-color: dark red;
    border: 3px solid #000;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 2px 4px 6px #333333;
    text-align: center;  
}

head h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



