body {
  background: white url(/uploads/images/bglogo.png) no-repeat fixed center 120px;
  font-family:verdana, sans-serif;
  margin:0;
  padding:0;
  font-size:1.1em;
  color:#222;
}

#title {
  background:red;
  position:fixed;
  top:0;
  height:100px;
  right:0;
  left:0;
  margin:0;
  margin-left:150px;
  z-index:2;
  overflow:auto;
}

#title h1 {
  color:white;
  font-size:4em;
  text-align:center;
  margin:20px 0 0;
  line-height:70%;
}

#sidebar {
  background:red url(/uploads/images/bg.png);
  position:fixed;
  top:0;
  bottom:0;
  width:150px;
  left:0;
}

#sidebar #menus {
  position:absolute;
  top:150px;
  bottom:0;
  left:0;
  overflow:auto;
  overflow-y:auto;
  overflow-x:hidden;
}

#logo {
  width:150px;
}

#sidebar ul {
  list-style:none;
  padding:0;
  margin:20px 4px;
}

#sidebar li{
  display:block;
  background:url(/uploads/images/button.png);
  width:143px;
  height:37px;
  text-align:center;
  line-height:35px;
}

#sidebar li a{
  display:block;
  color:black;
  height:100%;
  text-decoration:none;
  overflow:hidden;
}

#sidebar li a:active, #sidebar li a:focus {
  outline:none;
  background:url(/uploads/images/buttonhover.png);
}

#sidebar li a:hover {
  background:url(/uploads/images/buttonhover.png);
}

#sidebar li {
  margin:5px 0;
}

.breadcrumb .self {
  display:none !important;
}

#corner{
 background:url(/uploads/images/corner.png) no-repeat;
 width:21px;
 height:21px;
 position:fixed;
 top :100px;
 left:150px;
}

#left-border {
  background:url(/uploads/images/left.png) right repeat-y;
  width:14px;
  position:fixed;
  bottom:0;
  left:150px;
  top:121px;
}

#top-border {
  background:url(/uploads/images/top.png) right repeat-x;
  position:fixed;
  height:14px;
  right:0;
  top:100px;
  left:171px;
}

#page {
  margin-top:100px;
  margin-left:150px;
  padding:6px 5px 5px 10px;
}

.gallery {
  text-align:center;
}

.gallery img {
  margin:10px;
}

.page_home, .page_video {
  margin-top:50px;
  text-align:center;
}

.page_faq li li{
  font-style:italic;
  font-size:smaller;
}