body
{
    padding: 0;
    margin: 0;
    background: #01131F;
    color: #FFF;
    font-family: arial, verdana, helvetica, tahoma, sans-serif;
    font-size: 80%;
    line-height: 150%;
}

img
{
    border: 0;
}

a
{
    color: #F0F8FF;
}

a:hover
{
    text-decoration: none;
    color: #80F0FF;
}

#top {
    width: 100%;
    height: 100px;
    background: url('/images/bgheader-top.png') bottom center;
}

#bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background: url('/images/bgheader-bottom.png') bottom center;
}

#center
{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
}

#outer
{
    margin-left: -400px;
    position: absolute;
    top: -236px;
    left: 50%;
}

#header
{
    width: 800px;
    height: 29px;
    letter-spacing: 1px;
}
#container
{
    border: 20px solid #293A4F;
    width: 760px;
    height: 370px;
}

#left
{
    float: left;
    width: 350px;
    height: 350px;
    background-image:url('/images/faltering-blue-flower.png');
    border-right: 20px solid #293A4F;
    padding: 10px;
    color: #F0F8FF;
}

#left a
{
    color: #F0F8FF;
    text-decoration: none;
}

#left h2
{
    margin-top: 5px;
    margin: 0;
    padding: 0;
    font-family: helvetica, arial, verdana, tahoma, sans-serif;
    letter-spacing: -3px;
    font-size: 300%;
    text-align: right;
}

#right
{
    border: 1px solid #01131F;
    float: left;
    width: 350px;
    height: 350px;
    background: #F0F8FF;
    overflow: auto;
    padding: 9px;
    color: #01131F;
}
#right h2
{
    margin: 0;
    padding: 0;
    font-family: helvetica, arial, verdana, tahoma, sans-serif;
    letter-spacing: -2px;
    font-size: 200%;
    border-bottom: 1px solid #01131F;
    padding-bottom: 5px;
    width: 75%;
}
#right a {
    color: #01131F
    text-decoration: underline;
}
#footer
{
    width: 800px;
    text-align: left;
    padding: 5px 5px;
    color: #F0F8FF;
}

#footer a
{
    color: #F0F8FF;
}

#footer a:hover
{
    color: #80F0FF;
}
#menu
{
    margin: 0;
    padding: 0 0 20px 10px;
}

#menu li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#menu a, span
{
    float: right;
    padding: 0 12px 10px 12px;
    text-decoration: none;
    color: ##F0F8FF;
}
#menu span.disabled {
   color: #444;
}
#menu a:hover
{
    color: #53afff;
    background: url('/images/menu-hover.png') no-repeat bottom center;
}

