/* CSS Structure */

#body{
margin-top:80px;
margin-left:0;

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#tableSite{
width:862px;

}

#tdMenu{
height:37px;
background-image:url(../images/bg/shadowHead.png);
background-position:left bottom;
background-repeat:no-repeat;
}

#tdSubMenu{
height:38px;
background-image:url(../images/bg/bg_subMenu.png);
background-position:center;
background-repeat:repeat-x;
}

#tdMain{
height:450px;
background-color:#b5bf00;
}

#tdShadowLeft{
width:6px;
background-image:url(../images/bg/shadowLeft.png);
background-position:right top;
background-repeat:repeat-y;
}

#tdShadowRight{
width:6px;
background-image:url(../images/bg/shadowRight.png);
background-position:left top;
background-repeat:repeat-y;
}

#tdFoot{
height:37px;
background-image:url(../images/bg/shadowFoot.png);
background-position:top left;
background-repeat:no-repeat;
padding-top:5px;
}

#tableContent{
height:450px;
width:100%;
}

#tdLeftMenu{
width:192px;
padding-top:30px;
background-color:#ffffff;
background-image:url(../images/bg/bg_leftMenu.png);
background-position:left bottom;
background-repeat:no-repeat;
}

#tdContent{
background-color:#ffffff;
padding-top:30px;
padding-left:20px;
padding-right:10px;
padding-bottom:10px;
background-image:url(../images/bg/bg_content.png);
background-position:left bottom;
background-repeat:no-repeat;
}

#tdContentRight{
width:300px;
}