html, body
{
    background-repeat: repeat-x;
}

#HeaderInfos
{  
    width:700px;
    height:45px;
    margin: auto;
}

#Left
{
    float:left;
    width:199px;
    margin-left: 11px;
    margin-right: 10px;
    overflow: hidden;
}

#LeftTop
{
    background-repeat: no-repeat;
    width:199px;
    height:42px;
}

#ContentCenterTop
{
    background-repeat: no-repeat;
    width:747px;
    height:44px;
}

#ContentCenterBottom
{
    background-repeat: no-repeat;
    width:747px;
    height:17px;
    position: absolute;
    margin-left: 220px;
}

#LeftBottom
{
    background-repeat: no-repeat;
    width:199px;
    height:17px;
    position: absolute;
    margin-left: 11px;
}

#Main
{
    width:980px;
    margin:auto;
    background-repeat: repeat-y; 
}

#ContentCenter
{
    float:left;
    width:747px;
}

#Footer
{
    clear:both;
}

#Content
{
    width:715px;
    margin:auto;
}

#ContentTop
{
    background-repeat: no-repeat;
    width:980px;
    height:25px;
}

#ContentRepeat
{
    width:980px;
    min-height: 370px;
}

#ContentBottom
{
    background-repeat: no-repeat;
    width:980px;
    height:22px;
    margin-top: 17px;
}

#SubmitContact
{
    height:50px;
}

/* Menu */

.DropDownMenu li
{
    margin-left: 0px;
}

.DropDownMenu *
{
    list-style: none;
}

.SlideAccordion, .noMenu
{
    display: block;
    width:202px;
    margin-left: 10px;
    color:#000;
    margin-top: 5px;
    margin-bottom: 1px;
}

.SlideAccordion
{
    background-repeat: no-repeat;
    background-position: 92% 15%;
    background-image: url(../../Images/collapsed.gif);
}

.LinkMenu
{
    display: block;
}

.LinkMenu, .SlideBackground
{
    width:181px;
    margin-left: 1px;
    padding-left: 10px;
}

.MenuSeparator
{
    height:1px;
    width:190px;
    margin:auto;
}

a.selected
{
    background-image: url(../../Images/expanded.gif);
}
