html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #2d1717;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
p {
  color: #ffffff;
}
a,  a:link {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
a:focus {
  color: #999999;
}
a:active {
  color: #999999;
}
#container {
  background-image: url(../images/bg-container.jpg);
  background-color: #000000;
  background-repeat:no-repeat;
  border: solid 1px #ffffff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 898px;
}
#container #header {
  font-size: 18px;
  font-weight: bold;
  height: 91px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#container #menucontainer {
  /*background-image: url(../images/bg-menu.png);*/
  /*background-repeat: repeat-x;*/ 
  height: 48px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#container #wrapper #left {
  border-right: solid 1px #ffffff;
  float: left;
  height: 450px;
  padding: 10px 10px 10px 10px;
  width: 150px;
}
#container #wrapper #lefttext {
  background-image: url(../images/details-bg.png);
  border-right: solid 1px #ffffff;
  float: left;
  height: 450px;
  padding: 10px 10px 10px 10px;
  width: 150px;
}
#container #wrapper #right {
  border-left: solid 2px #ffffff;
  float: right;
  height: 470px;
  padding: 0px 0px 0px 0px;
  width: 46px; /*was 48px*/
}
#container #wrapper #centre {
  height: 450px;
  margin: 0 48px 0 170px;
  padding: 10px 10px 10px 10px;
}
#container #wrapper #centregallery {
  height: 450px;
  margin: 0 48px 0 170px;
  padding: 10px 0px 10px 10px;
}
#container #wrapper #bannercontent {
  height: 450px;
  width: 640px;
  margin: 0x;
  padding: 10px 10px 10px 10px;
  overflow: auto;
}
#container #wrapper .clearFloat {
  clear: both;
  display: block;
}
#container #footer {
  /*background-image: url(../images/bg-footer.jpg);
  background-repeat: repeat-y;*/
  border-top: solid 1px #ffffff;
  padding: 10px 10px 10px 10px;
}
html, body{
scrollbar-face-color:#3b3b3b;
scrollbar-base-color:#818181;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#1b1b1b;
scrollbar-shadow-color:#818181;
scrollbar-highlight-color:#373737;
scrollbar-3dlight-color:#373737;
scrollbar-darkshadow-Color:#000000;
}   	