
/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

#wb-container-outer {

}



#wb-container-inner {
	
}


#wb-layout-inner {		

}


	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:600px;
		height:270px;
		float:right;
		background-position:right top;
		background-image:url(../images/layout5/pe_h_sl.png);
		background-repeat: no-repeat;
		text-align:right;


	}			
* html 	#wb-layout-header{
		background-image:url(../images/layout1/pe_h.gif);
		width:800px;

	}

	#wb-layout-header-mask {
		overflow:hidden;
		width:600px;
		height:270px;
		background-image:url(../images/layout5/pe_hm.png);

	}

	#wb-layout-header-base {
		clear:both;
	}
	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 3
*/

    #wb-navigation-subtop {
		display: none;
    }

    #wb-top-subbasenav {
    }

/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {		
		clear:both;
	}


/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
#wb-layout-sidebar{
	display:none;	
}

#wb-header-nav{
	display:block;
	float:left;
	width:200px;
	height:252px;
	background-image:url(../images/layout5/pe_sidebar.png);;
	position:relative;
	padding-top:10px;
	
}

#wb-navigation-bottom, #wb-navigation-bottom-header {
	display:block;
	width:200px;
	height:262px;
	overflow:hidden;
}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:800px;
		float: right;	


	}
	* html #wb-layout-main {
		background-image:url(../images/layout1/pe_content.gif);
		width:550px;

	}


