@charset "utf-8";

* {
margin:0;
padding:0
}

div.submenu,#wb-navigation-subtop {
display:none
}

html,body {
height:100%
}

#wb-container-contentwrapper {
background-image:url(../images/layout1/mainContentBackLeft.jpg);
background-repeat:repeat-y;
border-bottom:4px solid #fff;
border-left:4px solid #fff;
border-right:4px solid #fff;
width:720px
}

#wb-container-inner {
margin:auto;
text-align:center
}

#wb-container-outer {
background-color:#401707;
height:auto;
min-height:100%
}

#wb-layout {
background:#fff;
margin:0 auto;
width:728px
}

#wb-layout-footer {
background-color:#401707;
padding:10px 19px;
width:720px
}

#wb-layout-header {
background-image:url(../images/layout1/headerBack.jpg);
border-bottom:4px solid #fff;
border-left:4px solid #fff;
border-right:4px solid #fff;
border-top:4px solid #fff;
height:218px;
width:720px
}

#wb-layout-header-mask {
background-color:transparent;
background-repeat:no-repeat;
overflow:hidden
height:218px;
}

#wb-layout-inner {
margin:0 auto;
overflow:hidden;
text-align:left;
width:728px
}

#wb-layout-main {
float:right;
margin:0 0 0 15px;
width:524px
}

#wb-layout-sidebar {
float:left;
overflow:hidden;
width:181px
}

/*Navigation Regions*/
#wb-navigation {
padding:20px
}

#wb-navigation-subtop div {
text-align:left
}
div.submenu {
      display: none;
      width: 200px;
      }

      div.submenu div {
            float: left;
			border-top: #DDDDDD;
      		background-image: url(../images/layout1/mainContentBackLeft.jpg);
			background-repeat: repeat-y;
			padding-left: 10px;
            }

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

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


