html, body {
    background: transparent url(../images/bodyBackground.jpg) top left repeat;
}
/*
#doc {     
    position: relative;    
    background: transparent url(../images/docBackground.jpg) top left repeat-y;
}

#hd {    
    height: 149px;
    background: transparent url(../images/indexView3HdBackground.jpg) top left no-repeat;
}

#ft {
    position: relative;
    height: 103px;
    background: transparent url(../images/indexView3FtBackground.jpg) top left no-repeat;
}
*/

#doc {
    position: relative;    
    background: transparent url(../images/indexView3Doc2Background.jpg) bottom center no-repeat;
}

#hd {
    height: 139px;
    background: transparent url(../images/indexView3HdBackground.jpg) top center no-repeat;
}

#bd {
    height: 500px;
    background: transparent url(../images/indexView3BdBackground.jpg) top center no-repeat;
}

html>body #bd {
    height: auto;
    min-height: 500px;
}

#ft {
    height: 60px;
}

/*
.page {
    margin: 0 30px 20px 30px;    
}
*/

.page {
    width: 750px;
    margin: 0 auto 60px auto;
    padding-top: 20px;
}


/*---------------*/
/* contactWidget */
/*---------------*/

#contactWidget {
    text-align: center;
    width: 100%;
    color: #690202;
    font-size: 77%;
}

#contactWidget a {
    color: #690202;
    text-decoration: none;
}

#contactWidget a:hover {
    text-decoration: underline;
}

#contactWidget .label3 {
    display: none;
}

#contactWidget .separator6 {
    display: none;
}

#contactWidget .url {
    display: none;
}


/*-------------*/
/* legalWidget */
/*-------------*/

#legalWidget {
    /*
    position: absolute;
    bottom: 18px;
    */
    /*margin-top: -2px;*/
    width: 100%;
    text-align: center;
    color: #690202;
    font-size: 77%;
}

#legalWidget a {
    color: #690202;
    font-weight: normal;
    text-decoration: none;
}

#legalWidget a:hover {
    text-decoration: underline;
}


/*------*/
/* misc */
/*------*/
/*
.panel {
    position: relative;
    width: 500px;
    margin: 10px auto;
    background: transparent url(../images/smallPanelBackground.gif) top left repeat-y;
}

.panel-hd {
    height: 51px;
    color: #958247;
    font-size: 129%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 0 50px;
    font-weight: bold;
    background: transparent url(../images/smallPanelHdBackground.gif) top left no-repeat;
}

.panel-bd {
    margin: 0px 60px 20px 60px;
}

.panel-ft {
    height: 15px;
    font-size: 77%;
    background: transparent url(../images/smallPanelFtBackground.gif) top left no-repeat;
}
*/
