
/* WB-LAYOUT-HEADER: This is the header section */
	
	#wb-layout-header {
	width:696px;
		height:200px;		
		background-color: transparent;
		background-image: url(../images/layout3/header.png);		
		background-position: top left;
		background-repeat: no-repeat;		
		overflow: hidden;
		
	}
	
	#wb-layout-header-mask {
		width:696px;
		height:200px;		
		background-color: transparent;
		background-image: url(../images/layout3/header_mask.png);		
		background-position: top left;
		background-repeat: no-repeat;		
		overflow: hidden;
	}
				
	#wb-layout-header-base {
		width:696px;
		height: 34px;
		background-color: transparent;
		background-image: url(../images/layout3/header_base.png);
		background-position: top left;
		background-repeat: no-repeat;
	}

	#wb-layout-top {

		top: 0px;
	}

	#wb-container-contentwrapper {
		position: relative;
		top: 0px;
	}
	
	#wb-layout-footer {
		position: relative;
		top: 0px;
	}
	
	#wb-navigation-subtop {
		display: block;
		overflow:hidden;
		width: 666px;
		height: 35px;
		line-height: 30px;
		padding-top: 0px;
		padding-left: 30px;
		background-color: transparent;
		background-image: url(../images/layout3/navigation.jpg);
		background-position: top left;
		background-repeat: no-repeat;
    }
    
	#wb-layout-sidebar { 
        display: none;
	}
	
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:696px;
		height: 100%;
		margin-left: 0px;
		float: none;
		background-image: none;
	}

