

	#wb-container-contentwrapper {
		background-image: url(../images/layout3/Layout3_Content.gif);
	}
	
/* WB-LAYOUT-HEADER: This is the header section */
	
	
	#wb-layout-header-base {
		display: none;
	}
	
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 864px;
		height: 28px;
		background-color: transparent;
		background-image: url(../images/layout3/Layout3_Navigation.jpg);
		background-position: top center;
		background-repeat: no-repeat;
    }
	#wb-navigation-subtop div {
		margin: 0px 0px 0px 0px;
		padding: 3px 3px 3px 3xp;
		height: 25px;
	}
			#wb-navigation-subtop div a {
			padding: 6px 8px 5px 8px;
			display: block;
		}
			#wb-navigation-subtop div a:hover {
			*background-color:#396da3;
		}	
		
	#wb-layout-sidebar { 
        display: none;
	}
	
	#wb-navigation-bottom div {
		margin: 0px 8px 0px 0px;
	}
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:842px;
		height: 100%;
		padding: 0px 10px 0px 12px;
		background-color: transparent;
	}

/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		background-image: url(../images/layout3/Layout3_Footer.gif);
	}


div.submenu {
      display: none;
      position: absolute;
      width: 150px;
      padding:0px;
      }

      div.submenu div {
            float: left;
	    background-image: url(../images/layout3/Layout3_Navigation.jpg);
	    padding:0px;
	    text-align:left;
            }

            div.submenu a {
                  display: block;
                  width: 145px;
                  }

            div.submenu a:hover {
                  color: #ececec;
                  }



	
