body {
    background: #666666 url(/static/images/bg.gif) repeat-x;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: sans-serif;
    text-align: center;
}

/* Page containers */

.wrapper {
    background: #ffffff url(/static/images/page.jpg) repeat-y;
    width: 750px;
    margin: auto;
    padding: 0;
    text-align: left;
}

.header {
    display: block;
    /*margin: 10px 10px 10px 10px; */
    background: url(/static/images/header.jpg) no-repeat;
    height: 330px; 
    width: 750px;
}

.content {
    position: relative;
    left: 35px;
    width: 680px;
    padding: 0;
    margin: 0;
}

/* Menu */

.menu_container {
    padding-top: 250px;
    padding-left: 50px;
}

.menu_container a {
    width: 108px;
    height: 34px;
    background: url('/static/images/button1.gif') no-repeat;
    padding-top: 7px;
    text-align: center;
    color: black;
    font-size: 16px;
    display: block;
    float: left;
    text-decoration: none;
    margin-left: 12px;
}

.hover_preload {
    width: 0px;
    height: 0px;
    background: url('/static/images/button3.gif') no-repeat;
    display: block;
}

.menu_container a.current {
    background: url('/static/images/button2.gif') no-repeat;
}

.menu_container a:hover {
    color: black;
}

.menu_container a.not_current:hover {
    background: url('/static/images/button3.gif') no-repeat;
}

/* Main content */
b

.content_full {
    margin-top: 20px;
    padding-left: 20px;
}

h2 {
    padding: 0;
    margin: 0;
    color: #000; 
}

a { 
    color: blue;
}

a:hover {
    background-color: #fc0;
    color: black;
}   

ul {
    list-style-type: circle;
}

li {
    margin-left: 0;
    padding-left: 1em;
    text-indent: 0em;
    margin-bottom: 0.5em; 
}

/* Footer */

.footer {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: gray;
    text-align: center;
    font-size: 80%;
}

.validity_icon {
    border: 0;
}
