/* content pane */
div.contentpane
{
    width:654px;
    background-image: url(../images/xhtml/content-background.gif);
    background-position: left top;
    background-repeat: repeat-y; 
}
div.contentpaneheader
{
    background-image: url(../images/xhtml/contentheader-background.gif);
    background-position: left top;
    background-repeat: no-repeat;   
    padding:0px;
    margin:0px;    
    width:654px;
    height: 45px;
}
div.contentpanecontent
{
    width:100%;
    padding-left:10px;
    padding-right:10px;
    padding-top:0px;
    margin:0px;
}
div.contentpanebottom
{
    background-image: url(../images/xhtml/contentbottom.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width:654px;
    height:11px;    
}
