﻿html,
body
{
    height:100%;
}
body
{
    margin: 0px;
    padding: 0px;
    background-color: #c50a68;
    background-image: url(./images/aedonis-right-stripe-bg2.gif);
    background-repeat: repeat-x;
    background-position: top;
}
body, td, th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

img
{
    border:none;
}
.leftBorder
{
    width: 200px;
    background-color: #610119;
    height: 100%;
    padding: 20px 10px;
    padding-bottom: 0px;
    background-image: url(./images/aedonis-left-stripe-bg2.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: #FFFFFF;
    text-align: center;
    vertical-align: top;
}

.leftBorder a, div#footer a
{
    text-decoration:none;
    color:#FF9999;
}

.leftBorder a:hover, div#footer a:hover
{
    color:#FFFFFF;
}

.rightBucket
{
    vertical-align: top;
}
div#content
{
    padding: 20px;
    padding-bottom: 0px;
    width:600px;
}

div#logo
{
    padding: 20px;
}

div#footer
{
    padding-left: 20px;
    padding-top:30px;
    padding-bottom:30px;
}

div#menu
{
    background-image:url(./images/button-background.gif);
    background-repeat:repeat-x;
    width:100%;
}
.menuitem
{
    padding:10px;
    padding-left:20px;
    padding-right:20px;
}
.menuitem a
{
    font-weight:bold;
    color:#FFCCCC;
    text-decoration:none;

}

.menuitem a:hover
{
    color:#FFFFFF;
}

a
{
    color: #FFFFFF;
}

a:hover
{
    color:#FF9999;
}