body
{	
    font-family: arial;
    color: #333333;
    background: #CDCDCD;
    text-align: center;
    background-image: url('../images/gradient_background.jpg');	
    background-repeat: repeat-x;
}

div
{
    position: relative;
}

tr
{
    vertical-align: top;
}

#outer
{
    margin: auto;
    width: 900px;
}

#hdr
{
    height: 271px;
    margin: 10px 0px 10px 0px;
}

#bar
{
    height: 32px;	
    margin: 10px 0px 10px 0px;
}

#bar_left
{
    position: absolute; 
    top: 0px; 
    left: 0px; 
    height: 32px; 
    width: 16px; 
    background-image: url('../images/bar_bkg_left.png');
    background-repeat: no-repeat
}

#bar_right
{
    position: absolute; 
    top: 0px; 
    right: 0px; 
    height: 32px; 
    width: 16px; 
    background-image: url('../images/bar_bkg_right.png');
    background-repeat: no-repeat
}

#bar_content
{
    position: absolute; 
    top: 0px; 
    left: 16px; 
    height: 32px; 
    width: 868px;
    background-image: url('../images/bar_bkg.jpg'); 
    background-repeat: repeat-x;
    font-size: 17px;
    font-weight: bold;
    font-family: verdana;
    color: #FFF;
}

#bar_content td
{
    padding: 3px;
}

a.menu_root_item
{
    color: #FFF;
    text-decoration: none;
    
    padding: 0px 7px; 
}

a.menu_root_item:hover
{
    color: #E5E5FF;
}

#bodyheader
{
    height: 29px;
    margin-top: 15px;
    background-image: url('../images/bkg_top.png');
    background-repeat: no-repeat;
}

#cont 
{	
    background-position: left bottom;
    background-image: url('../images/bkg.jpg');
    background-repeat: no-repeat;
    width: 840px;
    min-height: 410px;
    font-size: 16px;
    color: #333333;
    background-color: #F5F5FF;
    padding: 0px 30px 30px 30px;
    text-align: left;
}

#cont ul
{	
    margin: 20px;
}

#ftr
{
    height: 250px;
    background-image:url('../images/footer.png');
    background-repeat: no-repeat;
}
