body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  font-family: MS Trebuchet;
  font: 12px/1.2 "MS Trebuchet";
/*     background-image: url(images/ms-body-bg.jpg); */
  background-repeat: repeat-y;
  background-position: center;
  background-color: #006666;
}

#container{
  width: 798px;
/*  margin-right:auto;
	  margin-left:auto; */

  position: relative;
  background-image: url(images/ms-body-bg.jpg);
  min-width: 700px;
  margin-left: 200px;
  .margin-left: 2px;
/*  margin-top: -40px; */
  .margin-top: -2px;
}

#banner{
  position: relative;
  width: 500px;
  height: 140px;
  margin-top: -5px;
  margin-left: 198px;
}

#leftcontent {
  float: left;
  width: 200px;
}

#rightcontent {
  width: 600px;
  float: left;
  text-align: left;
  background-color: #000000;
  margin-left: -2px;
}

img {
  border: none;
}

#rightcontent p, #leftcontent p {
  font-family: Trebuchet MS;
  font-size: 12px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 110%;
}

#rightcontent p.doll {
  line-height: 130%;
  font-size: 1.2em;
}

#rightcontent p.dinfo {
  line-height: 115%;
  font-size: 1em;
  padding-right: 3px;
  color: #006666;
}

#rightcontent h1{
  font-family: Trebuchet MS;
  font-size: 1.4em;
  padding-left: 15px;
  color: #993300;
}

#rightcontent h2{
  font-family: Trebuchet MS;
  font-size: 1.2em;
  padding-left: 15px;
  color: #009999;
  font-style: italic;
}

#rightcontent img.large {
  float: right;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#menu{
  padding-top: 4px;
  margin-left: 45px;
  font-family: Trebuchet MS;
  font-size: 14px;
  line-height: 150%;
  padding-left: 5px;
  color: #993300;
}

a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: gray;
  font-weight: normal;
}

a:active {
  color: red;
}

a:hover {
  color: #993300;
  text-decoration: underline;
}

a.button {
  background: url(b-bgnorm.jpg);
  display: block;
  width: 120px;
  height: 30px;
  font-family: Trebuchet MS;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
/* color: #333399; */
  color: #993300;
}

a.button:link {
  color: #993300;
  text-decoration: none;
}

a.button:visited {
  color: #000000;
  text-decoration: none;
}

a.button:focus, a.button:hover, a.button:active {
  background: url(b-bgover.jpg);
  color: #ffffff;
}

hr.left{
  color: #CC9900;
  border-bottom-style: inset;
  height: 2px;
}

p{
  margin-top: 0px;
  padding-top: 6px;
}

img{
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

img.large {
  float: right;
}

#footer{
  clear: both;
  width: 798px;
  margin-top: 20px;
  height: 34px;
  font-family: Trebuchet MS;
  text-align: center;
  line-height: 145%;
  background-color: #669999;
  color: #DDDDDD;
  font-size: 10px;
}

#footer a:link{
  color: #FFFFFF;
}

#footer a:visited{
  color: #B0B0B0;
}

#footer a:hover{
  color: #cc0033;
}

