body {
  background-color: #252825;
}

#Container {
  width: 833px;
  padding: 5px;
  margin: 0px auto;
}

#Header {
  /*height: 80px;*/
  /*background-image: url('../images/header.gif');*/
  /*background-repeat: no-repeat;*/
 /* background-color: #333333;*/
}

#topBar {
  background-color: #5eca16;
  height: 24px;
  width: 100%;
  border-top: 16px solid #198b01;
}

#Content {
 width: 100%;
 margin-top: 20px;
} 

.colLeft {
  width: 30%;
  border-right:1px solid #333333;
  padding:6px;
}

.colRight {
  width: 70%;
  padding:6px;
  vertical-align: top;
}

.h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #5eca16;
}

.contentTxt {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f3f3f3;
}

a.contentTxt {
  font-weight: bold;
  color: #67d91a;
}

a.contentTxt:hover {
  font-weight: bold;
  color: #a1e177;
}

.enterShop {
  font-weight: bold;
  color: #67d91a;
  font-size: 30px;
  text-align: center;
}

a.enterShop {
  font-weight: bold;
  color: #67d91a;
  font-size: 30px;
  text-align: center;
  text-decoration: underline; 
}

a.enterShop:hover {
  text-decoration: underline;
}

#footer {
  background-color: #333333;
  height: 28px;
  width: 100%;
  margin-top: 20px;  
  text-align: center; 
}

.footerTxt {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #5eca16;
  text-decoration: none;
}

a.footerTxt { 
  color: #5eca16;
  text-decoration: none;
}

a.footerTxt:hover { 
  color: #a1e177;
  text-decoration: underline;
}