* {
   padding:0;
   margin:0;
}

body {
  background-color: #670000;
  /*background-image: url(../images/logomiddlechristmas.jpg);*/
  background-image: url(../images/dogwag4.gif);
  background-position: top center;
  background-repeat: no-repeat;
}

#header {
  width:100%;
  height:162px;
  text-align:center;
  color: #fff;
  background-image: url(../images/ribbon.gif); 
  background-position: top left;
  background-repeat: no-repeat;


}

#header h1 {
  margin-top:10px;
  font-family: Comic Sans MS, arial, sans-serif;
}

#container {
  min-height:1200px;

}

* html #container {
  height:1200px;
}


#leftmenu {
  position: absolute;
  top: 162px;
  left: 5px;
  /*width: 180px;*/
  /*margin:5px;
  float:left;*/
  width:140px;
  text-align:center;
  z-index: 1;
}

#leftmenu a {
  display: block;
  height:50px;
  text-decoration: none;
  color: #1A13FE;
  padding-top:26px;
  font-weight:bold;
  background-image: url(../images/bone.gif);
  line-height:24px;
}

#leftmenu a.none {
  background-image: none;
}

#leftmenu a.none:hover {
  background-image: none;
}
#leftmenu a:hover {
  color: black;
  background-image: url(../images/boneover.gif);
}


#leftmenu ul {
   list-style-type: none;
}

#rightmenu {
  position: absolute;
  top: 162px;
  right: 5px;
  /*width: 180px;*/
  /*margin:5px;
  float:left;*/
  width:140px;
  text-align:center;
  z-index: 1;
}

#rightmenu a {
  display: block;
  height:50px;
  text-decoration: none;
  color: #1A13FE;
  padding-top:26px;
  font-weight:bold;
  background-image: url(../images/bone.gif);
  line-height:24px;
}

#rightmenu a.none {
  background-image: none;
}

#rightmenu a.none:hover {
  background-image: none;
}
#rightmenu a:hover {
  color: black;
  background-image: url(../images/boneover.gif);
}


#rightmenu ul {
   list-style-type: none;
}


a#active {
  background-image: url(../images/boneover.gif);;
}

#content {
  position :relative;
  margin: 0px 150px 0px 150px;
  /*float:left;*/
  /*width:85%;*/
  /*padding:10px;*/
  color: #fff;
  font-family: "Times New Roman", Times, serif;

}

#content td {
  padding:3px;
}


#content a {
  text-decoration: none;
  color:yellow;
}

#content.links a {
  padding:10px;
  color: #fff;
}

#content p {
  margin:10px;

}

#content h2 {
  margin:10px;
  color:yellow;
}

#content ul {
  margin-left:40px;
  padding:10px;
}

#content ol {
  margin-left:40px;
  padding:10px;
}

#content li {
  padding:5px;
}





#footer {
 clear:both;
 width:100%;
 height:50px;
 border-top:1px solid #fff;
 padding-top:10px;

}

#footer a {
  text-decoration: none;
  color: #fff;
  font-size:.75em;
}

#footer a:hover {
  color:yellow;
}


.pictures {
  float:left;
  margin: 10px;
  border:2px solid #fff;
}

h1 {
  margin:20px;
  font-family: "Comic Sans MS", "Times New Roman", Times, serif,
}

h3 {
  color:yellow;
}

.pics {
  border:2px inset #fff;

}

.form {
  color:yellow;
}

.form td {
  border-bottom:1px solid #fff;
}

#logoleft {
  position: absolute;
  top: 0px;
  left: 0px;
  /*background-image: url(../images/logoleftchristmas.jpg);*/
  background-image: url(../images/logoleft.jpg); 
  background-repeat: no-repeat;
  height:162px;
  width:275px;
  z-index: 1;
}


#logoright {
  position: absolute;
  top:0px;
  right: 0px;
  height:162px;
  width:176px;
  background-image: url(../images/logoright.jpg);
  z-index: 1;
}

#messageboard {
  margin-left:auto;
  margin-right:auto;
  /*border:2px solid #fff;*/

  
  width: 95%;
}












