﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0;
}

.title {
    font-size: 24px;
    color: #666666;
}

.address {
    font-size: 14px;
}

.addresstitle {
    font-size: 20px;
    font-weight: bold;
}

#main {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 900px;
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
}

#flex {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    height: 300px;
}

#header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100px;
}

#content {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: 780px;
    height: 400px;
}
.content2 {
    margin: 50px;
    font-size: large;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#address {
    height: 230px;
    width: 100%;
}

#address_caption {
    float: left;
    width: 50%;
    height: 100%;
}

#address_map {
    float: left;
    width: 50%;
    height: 100%;
}

#nav {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: 780px;
    height: 30px;
    background-color: #003366;
}

#nav_buttons {
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    padding-top: 5px;
}

#copyright {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding-top: 5px;
    color: white;
}

a:link {
    color: white;
    text-decoration: none
}

a:visited {
    color: white;
    text-decoration: none
}

a:hover {
    color: white;
    text-decoration: none
}

.bar {
    color: white;
}
