﻿body { font-family: Arial,Helvetica,sans-serif;
       background-size: cover;
       background-color: #d5d2d2;
       color:#666;
       text-align: center;
       margin-left: auto;
       margin-right: auto;
       width: 700px;
}

#page_header {
    width: 700px;
    height:  150px;
    background-color: darkblue;
    }

#corp_logo {
    width: 600px;
    height:  100px;
    background: url('images/Bancdox Logo Small.jpg') no-repeat;
    position: relative;
    left: 10px;
    top: 25px;
    font-family: Arial;
    font-size: 20px;
    color: orange;
    font-style: oblique;
    text-align: right;
}

#page_menu {
    position: relative;
    top: 5px;
}

#page_menu li {
    margin-right: 1px;
    width: 155px;
    height: 19px;
    float: left;
    background-color: blue;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}

#page_menu a{
    padding-top: 3px;
    display: block;
    color: white;
}

#page_menu a:hover{
    background-color: lightblue;
}

#picture_frame {
    float: left;
    width: 220px;
    height:  250px;
    background-color: lightblue;
    text-align: center;
    margin-left:10px;    
}

#page_body {
    background-color: white;
    width: 700px;
    height: 400px;
    text-align: center;
}

#page_body img{
    width: 140px;
    height: 140px;
}

#items_list li {
    font-size: 18px;
    text-align: left;
    padding-bottom: 5px;
}

#copyright {
    font-size: 9px;
}