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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

/*submenu always defaults to display none*/
div.submenu {
	display: none;
	background-color: #FFE1F0;
	border-style: double;
	border-color: rgb(127,99,88);
	z-index: 2000;
} 
    
#wb-container-outer
{
	background-image: url(../images/layout1/body-bg.gif);
}
#wb-container-inner
{
	background-image: url(../images/layout1/inner-bg.png);
	background-position: bottom;
	margin-left: auto;
	margin-right: auto;
	width: 799px;
}
#wb-layout
{
	background-image: url(../images/layout1/footer-bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 783px;
}
#wb-layout-inner
{
}
/* WB-LAYOUT-HEADER: This is the header section */
#wb-layout-header
{
	background-image: url(../images/layout1/header-bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 150px;
	overflow: hidden;
}

#wb-layout-header-mask
{
	height: 150px;
	overflow: hidden;
}

#wb-layout-header-base
{
	background-image: url(../images/layout1/header-btm.gif);
	height: 10px;
	overflow: hidden;
}

	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content 
**	Layout 2
**  Layout 3
*/	
	
    #wb-navigation-subtop {
		display:none;
    }
    
    #wb-navigation-subtop div {
	
    }
    
    #wb-top-subbasenav {
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		background-color:#7F6358;

		 	
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
#wb-layout-sidebar
{
	float: left;
	margin-top: 25px;
	width: 180px;
}
	
/* sidebar navigation */
#wb-navigation
{
	background-image: url(../images/layout1/side-nav-bg.gif);
}
#wb-navigation-top
{
	background-image: url(../images/layout1/side-nav-top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
	
#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
	background-image: url(../images/layout1/side-nav-btm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
	
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
#wb-navigation-bottom div
{
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
}
#wb-basenav
{
}
#wb-navbasewrap {
	float:left;
	width: 180px;
}
	
/* submenu style */
#wb-navigation-bottom div.submenu {
	padding: 0px;
}

/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
#wb-layout-main
{
	float: right;
	margin-top: 25px;
	width: 603px;
}
#wb-layout-main-inner-1
{
}
#wb-layout-main-inner-2
{
}
	
/* Page FOOTER 
**
**	ALL Layouts
**
*/
#wb-layout-footer
{
	border-top: 1px solid #ebbbd3;
	width:783px;


	

}
#wb-layout-footer-inner-1
{
}


