/* Header Settings */

/* Navigation Bar Settings */

/* Body Settings */
.custom { background-repeat: repeat-y;}

/* Sidebar Settings */

/* Footer Settings */

/* Gambling Design Items Settings */

/* Custom */
.btn-cten {
  background: #f51b38;
  background-image: -webkit-linear-gradient(top, #f51b38, #bf0d25);
  background-image: -moz-linear-gradient(top, #f51b38, #bf0d25);
  background-image: -ms-linear-gradient(top, #f51b38, #bf0d25);
  background-image: -o-linear-gradient(top, #f51b38, #bf0d25);
  background-image: linear-gradient(to bottom, #f51b38, #bf0d25);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px;
  border: 2px solid #cf152c;
  text-decoration: none;
  margin: 0px auto;
  text-align: center;
  display: block;
}

.btn-cten:hover {
  color: #ffffff;
  background: #f54c65;
  background-image: -webkit-linear-gradient(top, #f54c65, #e03148);
  background-image: -moz-linear-gradient(top, #f54c65, #e03148);
  background-image: -ms-linear-gradient(top, #f54c65, #e03148);
  background-image: -o-linear-gradient(top, #f54c65, #e03148);
  background-image: linear-gradient(to bottom, #f54c65, #e03148);
  text-decoration: none;
}

.btn-cten:visited{
  color: #ffffff;
}

.btn-ctnl {
  background: #f58e2e;
  background-image: -webkit-linear-gradient(top, #f58e2e, #db7b21);
  background-image: -moz-linear-gradient(top, #f58e2e, #db7b21);
  background-image: -ms-linear-gradient(top, #f58e2e, #db7b21);
  background-image: -o-linear-gradient(top, #f58e2e, #db7b21);
  background-image: linear-gradient(to bottom, #f58e2e, #db7b21);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px;
  border: 2px solid #f1851d;
  text-decoration: none;
  margin: 0px auto;
  text-align: center;
  display: block;
}

.btn-ctnl:hover {
  color: #ffffff;
  background: #f2a561;
  background-image: -webkit-linear-gradient(top, #f2a561, #f58e2e);
  background-image: -moz-linear-gradient(top, #f2a561, #f58e2e);
  background-image: -ms-linear-gradient(top, #f2a561, #f58e2e);
  background-image: -o-linear-gradient(top, #f2a561, #f58e2e);
  background-image: linear-gradient(to bottom, #f2a561, #f58e2e);
  text-decoration: none;
}

.btn-ctnl:visited{
  color: #ffffff;
}



/* LAYOUT OPTIONS */
.custom #main { width: 1000px; }
.custom #sidebar1 { width: 300px; }
.custom #sidebar2 { width: 200px; }
.custom #middlecontent { width: 639px; }
.custom #footer {width: 1000px;}
.custom #header { width: 1000px; }
