body {
  background: #f4e6cb url(images_custom/bg.jpg) 0 0 repeat;
}

#content-middle,
#footer,
#SignUp .signupframe,
#widgetSearch .body .field {
  background: transparent !important;
}




#logo {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 135px;
  background: transparent url(images_custom/header.png) 50% 0 no-repeat;
}
.imagelogo {
  display: none;
}

#nav {
  background: transparent url(images_custom/nav.png) 0 0 no-repeat;
  height: 41px;
}
#topNav .center .link a {
  text-transform: uppercase; 
}
#content-middle {
  background: #fbf8f1 !important;
  -box-shadow: -2px 2px 5px rgba(0,0,0,.25);
  -moz-box-shadow: -2px 2px 5px rgba(0,0,0,.25);
  -webkit-box-shadow: -2px 2px 5px rgba(0,0,0,.25);
  /*border-left: 1px solid #e2d1b6;*/
  padding: 10px 15px;
  width: 720px;
}
#content-left {
  padding-top: 10px;
}


/* Sidebar Widgets */

#widgetCategories .body, #widgetCategories .btm,
#widgetSearch .body, #widgetSearch .advanced, #widgetSearch .btm,
#widgetInformation .body, #widgetInformation .btm {
  border: none;
}
#widgetCategories .top,
#widgetSearch .top,
#widgetInformation .top {
  background: transparent url(images_custom/nav_red.png) 50% 0 no-repeat;
  text-transform: uppercase;
  height: 33px;
  line-height: 33px;
  padding-top: 0;
  padding-bottom: 0;
}
#widgetSearch .body .field {
  padding-left: 0;
}
#widgetSearch .body .field input {
  margin-right: 10px;
}