<style type="text/css">

#header
{ margin: 0 auto;
  width: 844px;
  top: 10px;
}

#main
{ margin: 0 auto;
  position: relative;
  top: 5px;
  width: 844px;
  text-align: left;
}

#left
{ position: relative;
  top: 0px;
  left: 0px;
  width: 174px;
  text-align: center;
}

#right
{ position: absolute;
  top: 0px;
  left: 179px;
  width: 670px;
  text-align: center;
}

A:link
{ color:#0A4B0A; }
A:visited
{ color:#3E941B; }
A:active
{ color:#859C33; }

body 
{ background: #FFFFBD;
  background-image: url("Rose-01-light2-background.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #652B24;
  font-family: Tw Cen MT;
}


</style>