/* CSS Document */

body {
    padding: 0px;
    margin: 0px;
    background-color: #000;
    background-image: url(../images/background.jpg);
    background-repeat: repeat;
    font-family: "Trebuchet MS";
}

h1, h2, h3 {
    font: normal 18px "Trebuchet MS";
    text-transform: none;
    color: #3E6099;
    margin: 0px;
    padding: 0px;
}

a:hover {
    color: #ab1a15
}

.page {
    font: normal 14px "Trebuchet MS";
    text-transform: none;
    text-decoration: none;
    color: #3E6099;
    margin: 0px;
    padding: 0px;
    outline:0;
}

a {
    font: normal 18px "Trebuchet MS";
    text-transform: none;
    text-decoration: none;
    color: #3E6099;
    margin: 0px;
    padding: 0px;
    outline:0;
}

a.copyright {
  font-size: 18px;
  color: #CDC5BA;
}

div.photo,
div.video {
  font-size: 13px;
  text-align:center;
  padding-top: 1px;
  margin:0px;
}

td.links,
td.left_content {
    font: normal 14px "Trebuchet MS";
    color: #0F0E0E;
    background-color:inherit;
}

td.left_content {
/*     background-repeat: no-repeat;  */
/*     background-position: 50% 50px; */
/*     background-image: url(../photos/pics/logo.jpg); */
    padding: 25px;
    background-color:#DCD3C2;
}

td.right_content {
    font: normal 14px "Trebuchet MS";
    color: #0F0E0E;
    background-color:#DCD3C2;
    padding: 15px;
}

#rates {
    margin: 20px 0px 20px 20px;
}

#rates table,
#rates td,
#rates tr {
    font: normal 14px "Trebuchet MS";
    color: #0F0E0E;
    background-color:#DCD3C2;
}

.quote {
    font: normal 14px "Trebuchet MS";
    font-style: italic;
    color: #111;
}

img, div, p, span{
/* behavior: url(iepngfix/iepngfix.htc) */
}

p, ul, form ,input, label, td {
  text-transform: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-style: normal;
  line-height: normal;
  right: 10px;
  left: 10px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 10px;
}

ul.list {
    list-style: disc;
    color: #000;
}

li {
    color: #000;
    text-transform: none;
    margin-left: 30px;
    padding: 0px;
}

td.header,
#puddings td.header {
    text-transform: none;
    font-size: 60px;
    font-style: normal;
    line-height: normal;
    color: #EEEEEE;
    background-repeat: no-repeat;
}

td.header {
    background-image: url(../images/header.png);
    background-position: top center;
}

#puddings td.header {
    background-image: url(../images/puddinglady_logo.jpg);
    background-position: top right;
}

img{
  padding: 0;
  margin: 0;
  border: none;
}

p{
  padding-bottom:10px;
  text-transform: none;
  padding-top: 10px;
  padding-left: 5px;
}

.copyright{
  font-size: 12px;
  color: #DCD6CA;
  background-color:inherit;
  text-align:center;
  padding:0px;
  margin:0px;
  padding-bottom: 3px;
}

#price table,
#price td,
#price tr {
  vertical-align: top;
  border: 2px solid #DDD;
  color: #000;
}
#price table {
  border-collapse:collapse;
  margin: 5px;
  width: 610px;
}
#price th {
  background-color: #999;
  padding: 5px 4px 5px 4px;
}
#price td,
#price tr {
  padding: 4px;
}
#price th.size,
#price td.size {
  width: 70px;
  text-align: center;
}
#price th.price,
#price td.price {
  width: 70px;
  text-align: center;
}

