/* Styles */

#banner {
  background-color:white;
  position:absolute;
  top:0px;
  left:200px;
  width:600px;
//  height:100px;
}

#menu {
  background-color:white;
  position:absolute;
  top:0px;
  left:0px;
  width:200px;
//  height:400px;
}

#main {
  background-color:white;
  position:absolute;
  top:250px;
  left:200px;
  width:600px;
//  height:300px;
}

table {
  background-color:white;
  border:solid white 0px;
  width:600px;
}

td {
  background-color:#6b3744;
  border:solid white 0px;
  color:white;
  padding:0;
}

.bannertable {
  background-color:white;
  border:solid white 0px;
  width:600px;
}

.bannertd {
  background-color:white;
  border:solid black 0px;
  color:black;
  text-align:center;
  padding:0;
}

.twocolumn {
  text-align:center;
  width:560px;
}

.title {
  color:#ffff90;
  font-size:xx-large;
}

.region {
  color:#33ff66;
  font-size:x-large;
}

a:link, a:visited {
  color:yellow;
  font-family:Arial, Verdana, Sans Serif;
  text-decoration:none;
  font-size:medium;
} 

.bannera:link, .bannera:visited {
  color:#6b3744;
  font-family:Arial, Verdana, Sans Serif;
  text-decoration:none;
  font-size:large;
} 

.menua:link, .menua:visited {
  color:#6b3744;
  font-family:Arial, Verdana, Sans Serif;
  text-decoration:none;
  font-size:small;
} 

a:hover {
  color:blue;
} 

img {
  border:none;
}

.winetitle {
  color:#ee88ee;
  font-weight:bold;
  font-size:large;
}

.mikesnotes {
  color:#009980;
  font-weight:bold;
  font-size:large;
}

.saleprice {
  color:#00ffff;
  font-weight:bold;
  font-size:large;
}

.casespecial {
  color:#ee8844;
  font-weight:bold;
  font-size:large;
}

.regularprice {
  color:white;
  font-weight:bold;
  font-size:large;
}

.mixmatch {
  color:#00ffff;
  font-weight:bold;
  font-size:large;
}

.intro {
  color:pink;
  font-size:large;
}

.introwine{
  color:pink;
  font-size:large;
}

.eventdate {
  color:#aa8822;
  font-weight:bold;
  font-size:large;
}

.event {
  color:#ee66cc;
  font-weight:bold;
  font-size:x-large;
}

.eventtitle {
  color:#6688ee;
  font-weight:bold;
  font-size:x-large;
  font-style:italic;
}

.dinnercourse {
  color:#ee66cc;
  font-size:large;
}

.dinnerwine {
  color:#6688ee;
  font-weight:bold;
  font-size:large;
  font-style:italic;
}

.newslettertitle {
  color:white;
  font-size:x-large;
}

.newsletterwine {
  color:#6688ee;
  font-weight:bold;
  font-size:large;
}

.eventprice {
  color:#6688ee;
  font-size:large;
}

.question {
  color:#ee66cc;
  font-size:large;
  font-style:italic;  
}

.answer {
  color:#6688ee;
  font-size:large;
  font-style:italic;
}

.tablenumber {
  color:#33ccff;
  font-weight:bold;
  font-size:large;
}

