* {
    margin-left: auto;
    margin-right: auto;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f5f5f5;
    padding-top: 10px;
    font-family: verdana;
    font-size: 11px;
}

/* Layout */

#container {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

#top {
    width: 780px;
    height: 202px;
    text-align: left;
    background: url('/images/layout/top.png');
}

#menu {
    position: relative;
    top: 49px;
    left: 23px;
}

#menu ul {
    height: 9px;
    margin: 0;
    padding: 0;
    display: inline;
}

#menu ul li {
    display: inline;
    list-style-type: none;
    background: url('/images/layout/cube.png') no-repeat 0% 60%;
    margin: 0 4px 0 5px;
    padding: 0 14px 0 14px;
}

#menu ul li:hover {
    background: url('/images/layout/cube_hover.png') no-repeat 0% 60%;
    margin: 0 4px 0 5px;
    padding: 0 14px 0 14px;
}

#menu ul li a {
    font-family: verdana;
    font-size: 12px;
    color: black;
}

#header {
    position: relative;
    top: 59px;
    left: 11px;
}

#middle {
    position: relative;
    width: 780px;
    min-height: 400px;
    background: url('/images/layout/middle.png');
    text-align: left;
}

#content {
    position: relative;
    margin: 0 0 0 12px;
    padding: 10px;
    width: 600px;
    text-align: left;
}

#right {
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: center;
}

#bottom {
    width: 780px;
    height: 28px;
    background: url('/images/layout/bottom.png');
}

#footer {
    font-family: georgia;
    font-size: 11px;
    color: #969494;
}

/* Styles */

h1 {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 16px;
}

p {
    margin: 0;
    line-height: 16px;
    text-align: justify;
}

a {
    font-family: verdana;
    font-size: 11px;
    color: #2b66df;
    text-decoration: none;
}

a.big {
    font-size: 13px;
}

a:hover {
    color: #8c8c8c;
}

font.symbol {
    font-family: symbol;
    font-size: 21px;
    margin: 0px;
}

img {
    border: 0;
}

img.border {
    border: 1px solid black;
}

img.fade {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -MozOpacity: 0.5;
    -KhtmlOpacity: 0.5;
}

table {
    margin: 0;
}

td {
    font-family: verdana;
    font-size: 11px;
}

td.georgiasmall {
    font-family: georgia;
    font-size: 11px;
    color: #969494;
}

td.header {
    font-family: verdana;
    font-size: 11px;
    border-bottom: 1px solid #2b66df;
}

input {
    border: 1px solid #cccccc;
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
    background: #ffffff;
    background-image: url("images/layout/input.gif");
}

input.blank {
    border: 0px solid #cccccc;
    background: #ffffff;
}

select {
    border: 1px solid #cccccc;
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
    background: #ffffff;
}

form {
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
}