body {
  margin:0px 0px;
  padding:0px;
  text-align:center;
  background-image: 
  url('images/carving.gif');
  background-repeat: repeat;
  background-attachment: fixed;
  color: #666;
  }
.header-bar {
  color: #000000;
  background: #e65200;
  margin: 0px;
  padding: 0.5em;
  border: none;
  height: 65px;
  }

.shadow {
  background-image: 
  url('images/shad.png');
  background-repeat: repeat;
  background-attachment: fixed;
  margin: 0px;
  padding: 0em;
  border: none;
  height: 2px;
  }

#Content {
  width:530px;
  margin:0px auto;
  text-align:left;
  padding:50px;
  background-color:#fff;
  }

hr {
  border: 0;
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  }
.clear {
  clear: both;
  }
#left {
  float: left;
  margin: 0px;
  width: 240px;
  }
#right {
  float: left;
  margin: 0 0 0 50px;
  width: 240px;
  }
.text {
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 28px;
  }

.bigtext {
  font-size: 18px
  }
.smalltext {
  font-size: 12px
  }
a {   
  padding: 1px 4px; 
  }
a:link {
  color: #666666;
  }
a:visited {
  color: #444444;
  }
a:hover {
  color: #FFFFFF;
  background-color: #E65200;
  text-decoration: none;
  }

#footer {
  font-size: .8em;
  padding: 6px 24px;
  margin: 36px 0;
  text-align:right;
}

.style1 {
  color: #FF6600
  }
  
  