﻿body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    /*background-image: url(images/square.png);
    background-repeat: repeat;*/
    font-family: Verdana;
    font-size:small;
    color:Black;
    background-color:#1F001F;
}
a
{
    color:Black;
    font-weight:bold;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: underline;
}
#header
{
    background-image: url(images/header.png);
    width: 868px;
    height: 241px;
    position:relative;
    top:30px;
    left:30px;
    background-repeat: no-repeat;
}
#menu
{   
    background-color:White;
    height:180px;
    width: 180px;
    padding: 15px;
}
#menu.float
{ 
    position:fixed;
    top:30px;
    left:30px;
}
#menu.static
{
    position:absolute;
    top:301px;
    left:30px;
}
#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#menu ul li
{
    margin: 0px;
    padding: 0px;
}

.box
{
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px; 

    -moz-box-shadow: 5px 5px 5px #CFCFCF; 
    -webkit-box-shadow: 5px 5px 5px #CFCFCF; 
    box-shadow: 5px 5px 5px #CFCFCF; 
}
    
#content
{
    background-color:White;
    margin: 0;
    position:relative;
    top:60px;
    left:270px;
    width: 598px;
    padding: 15px;
    height: auto;
    min-height: 241px;
}


#wrapper
{
    overflow:visible;
    width: 100%;
}

.parent
{
    float: left;
    width: 100%     
}
