body {
   background-Image:       url('/_Images/Background.jpg');
   background-repeat:      no-repeat;
   background-color:       #827564;
   background-position:    center 125px;
   margin:                 0px;
}

#bodyNode {
   width:                  960px;
   margin:                 auto auto;
   overflow:               auto;
   text-align:             center;
}

#navigationNode {
   width:                  165px;
   margin:                 auto 10px;
   overflow:               wrap;
   text-align:             right;
   font:                   normal normal bold 16px Times New Roman;
   color:                  white;
   float:                  left;
}

.navItem {
   text-align:             right;
   height:                 20px;
   padding:                1px;
   color:                  white;
   overflow:               hidden;
   position:               relative;
   font-variant:           small-caps;
}

.navItem:hover {
   background-color:       #ae744c;
}

.navItemDS {
   text-align:             right;
   background:             none;
   cursor:                 pointer;
   margin:                 3px 3px 3px 3px;
   color:                  #505050;
   position:               relative;
   left:                   5px;
   top:                    -18px;
   z-index:                -1;
   font-variant:           small-caps;
}

.NavItemLink {
   color:                  white;
   text-decoration:        none;
}

.GalleryImg {
   border:                 1px solid black;
}

#contentNode {
   width:                  600px;
   background:             white;
   border-left:            2px solid #783e16;
   border-right:           2px solid #783e16;
   border-bottom:          2px solid #783e16;
   min-height:             400px;
   overflow:               auto;
   text-align:             left;
   float:                  left;
   font:                   normal normal normal 14px Arial;

}

#TopImgL {
   padding-left:           93px;
   padding-bottom:         10px;
   float:                  left;
   border:                 0px solid white;
}

#TopImgC {
   float:                  left;
   border:                 0px solid white;
}

#TopImgR {
   padding-right:          83px;
   padding-bottom:         10px;
   float:                  left;
   border:                 0px solid white;
}

#slogan {
   float:                  right;
   padding-bottom:         3px;
   padding-top:            3px;
   padding-right:          25px;
}

#ssTable {
   width:                  595px;
   padding:                0px;
   margin-left:            3px;
}