﻿body
{
    background-color:#ebe6db;
}
#outer
{
    background-position-x: right;
    background-image: url(images/shadowright.png);
    background-repeat: repeat-y;
}

#container
{
    background-color: #dcdcdc;
}

#header
{
    background-color: #d3d3d3; /* background-image: url(images/backhead2.jpg);*/ /* background-position: center top; */ /* background-repeat: no-repeat; */
}


#main
{
    background-color: #fdf5e6;
}
#right-container
{
    background-color:Fuchsia;
}
#sidebar-left
{
    background-color: #e3f5e0;
    background-image: url(images/dx_sidebar.jpg);
    background-repeat: no-repeat;
    background-position:bottom;
}

#center
{
    background-color: #e6e6fa;
    background-image: url(images/shadowleft.png);
    background-repeat: repeat-y;
    border:1px #000 solid;
}

#rightsidebar
{
    background-color: #add8e6;
    background-image: url(images/back01.jpg);
    background-repeat: no-repeat;
}

#sidebar-left .block{

background-image: url(images/rect2160.png);
background-position: bottom;
}

#footer
{
    background-color: #fff8dc;
}

.block
{
    background-color: #ffffff;
    
}



.block_title
{
background-color: #db828c;
border-top:solid 1px #000000;
border-bottom:solid 1px #000000;
}

