
body 
{
    margin: 0;
    background: url('../images/bg.jpg') top center repeat-y #ffffff;
    background-color:#ffdddd;
#    background-color:#ffffff;
    font: 11px Verdana;
    text-align: center;
}

a
{
    color: green;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#root
{
   margin: 0px auto;
   width: 950px;
   text-align: left;
}

#header
{
    margin: 0;
    position: relative;
    left: -4px;
    top: -7px;
}

#content
{
    width: 950px;
    position: relative;
    top: -40px;
}

#leftcontent
{
    float: right;
    width: 700px;
    margin-top: 30px;
    padding-right: 20px;
    padding-left:20px;
    border-left:1px #009900 dotted;
}

#leftcontentblock
{
}

#rightmenu
{
    float: left;
    margin-left: 15px;
    margin-top: 30px;
    width: 150px;
    height: 100%;
}

#footer
{
    background: url('../images/footer.jpg') top center no-repeat;
    background-color:#cddad0;
    text-align: right;
    padding-right: 20px;
    font-size: 10px;
    color: #009900;
    padding-bottom: 20px;
    padding-top:10px;
    /*border: 1px solid black;*/
}

.clear2columns {clear: both}

h1
{
    color: #aa3300;
    font:bold 22px Trebuchet MS;
    
}

.infomic  { font:italic 11px tahoma; }
.error { border: solid 1px red; font:12px tahoma; color: red; padding: 5px;}
.button { border: solid 1px black; border-left:solid 1px gray;border-top:solid 1px gray; padding: 6px; background-color: lightgray;
        font: bold 13px tahoma; color: black;}
.info { border:solid 4px green; border-top:solid 0px green; padding: 4px}
.info A { font-weight: bold; }
