body {
  background-color: rgb(86,29,5);
  background-image: url("wedding/images/pattern.gif");
  background-repeat: repeat-y;
  background-position: 20px 20px;
}
table {
  color: rgb(253,244,214);
  border: 0;
}  
a:link { 
  color: rgb(253,244,214);
}
a:visited { 
  color: rgb(253,244,214);
}
a:hover { 
  color: rgb(86,29,5);
  background-color: rgb(253,244,214);
  text-decoration: none;
}
a:active { 
  color: rgb(253,244,214);
}
#toppane {
  position: relative;
  color: rgb(253,244,214);
  margin-left: 180px;
  height: 130px;
}
#nav_content_pane{
  position: relative;
  margin-left: 180px;
  margin-right: 30px;
}
#bottompane {
  color: rgb(253,244,214);
  margin-left: 180px;
}
.left_float {
  float: left;
  margin-right: 10px;
}
.right_float {
  float: right;
  margin-left: 10px;
}
