* {
    font-family: Verdana, Geneva, sans-serif;
}

#body {
    background-color: #4db1e1;
}

#wrapper {
    margin:auto;
    width: 1200px;
    height: 100%;
    
}

#banner {
    width: 100%;
    height: 190px;
    background-color: #005a8a;
}

#logo {
    border-right: 20px solid white;
    float: left;
}

#banner_text {
    color:white;
    font-weight: bold;
    font-size: 40px;
    padding-top: 30px;
    padding-left: 0px;
}

#navigation {
    /*border: 1px red solid;*/
    height:30px;
}

#navigation li {
    /*width: 180px;*/
    padding-left: 100px;
    float:left;
    display: block;
    /*border: 1px red solid;*/
    
    color: white;
    font-size: 17px;
    font-weight: bold;
 
}

#navigation a li:hover {
    color:#005a8a;
}


#content_holder {
    background-color: white;
    float:left;
    height: 100%;
}

#left_side {
    float: left;
    height:350px;
    width:900px;
}

#left_side li {
    list-style: none;
    list-style-image: none;
}

#left_side ul {
    list-style: none;
    list-style-image: none;
}

#left_side h1{
    color:#005a8a;
}

#left_side h2{
    color:#005a8a;
}

#right_side p {
    color:white;
    font-size: 20px;
    font-weight:bold;
}

#phone_number {
        color:white;
    font-weight:bold;
    font-size: 30px;
}

#map {
    margin-top: 30px;
}

#maintext{
        padding-left: 15px;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
}

#left_side p {
    padding-left: 15px;
    /*font-size: 20px;*/
    font-family: Verdana, Geneva, sans-serif;
}

#left_side h1 {
    padding-left: 15px;
}

#left_side h2 {
    padding-left: 15px;
}



#right_side {
    height: 650px;
    width: 300px;
    /*border: 1px red solid;*/
    margin-left: 900px;
    background-color:#005a8a;
    padding-top:15px;
}





.top_pictures {
    /*padding: 5px;*/
    border: 5px solid black;
}

#picture_holder {
    padding-left:115px;
    padding-top:10px;
    
}

#scroll {
    color:#005a8a;
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
}


#footer {
    float:left;
    width:1200px;
    height: 40px;
    /*border: 1px red solid;*/
    font-weight: bold;
    background-color: #005a8a;
    /*padding-left:5px;*/
/*    nar-left: 280px;*/
    padding-top:10px;
    
    color:white;
}

#footer a {
    color:white;
    font-weight: bold;
}

.aboutustext {
    font-size:22px;
}

.test {
    font-size:15px;
    padding-bottom:20px;
}

.test span {
    color:#4db1e1;
}

#fix {
    margin-bottom: 20px;
}












