body {
  min-width: 550px;    /* 2x left column + right column width */
  font-family:  Arial, "Albertus Medium", Tahoma;
  font-size: 16px;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: red;}

h3 {
  font-size: 15px;
  color: #5A040F;
  text-transform: uppercase;
}

#pagetitle {
  font-family:  sylfaen, Georgia, Tahoma, Arial;
  font-size:  24px;
  font-weight: bold;
}

#tagline {
  font-family:  Georgia, Tahoma, Arial;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color:#5A040F;
  }

#container {
  padding-top: 20px;    /* padding between header and columns */
  padding-left:  200px;   /* left column width  */
  padding-right: 300px;   /* right column width */
}

#container .column {
  position: relative;
  float:  left;
}

#header {
  background-image:url('../images/wineglass01_bg.jpg');
  background-repeat: repeat;
  }
#center {
  width:  100%;
  padding-right:  30px;
  line-height: 1.5;
}

img.steveDiana {
  float: right;
  margin-left: 10px;
}


#left {
  width:  200px;    /*  left column width */
  right:  200px;    /*  left column width */
  margin-left:  -100%;  
}

#right {
  width:  180px;   /*  right column width */
  margin-right:  -180px;  /*  right column width */
}

#RightColTitle {
  font-family:  sylfaen, Georgia, Tahoma, Arial;
  font-size:  18px;
  font-weight: bold;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 80%;
  padding-top: 25px;
}

#footer_netlivia {
  clear: both;
  text-align: right;
  font-size: 75%;
  }


/***  IE6 Fix ***/
* html #left {
  left:  300px;      /*  right column width  */
}
