a:link {color: gold} /* unvisited link */
a:visited {color: gold} /* visited link */
a:hover {color: #FFA500} /* mouse over link */
a:active {color: #FFA500} /* selected link */

body {
  margin: 0px;
  padding: 0px;
  background: black;
}
#header {
  background: black;
  width: 100%;
  height: 15%;
  text-align: center;
}
#leftcol {
  background: black;
  float: left;
  width: 20%;
  height: 75%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#rightcol {
  background: black;
  float: right;
  width: 20%;
  height: 75%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#content {
  background: black;
  valign: center;
  width: 100%;
  height: 75%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#footer {
  background: black;
  clear: both;
  width: 100%;
  height: 10%;
  text-align: center;
}

.edTitle 
{
	color: gold;
	font-family: "Edwardian Script ITC",Georgia,Serif;
	font-size: 50px;
}

.menu 
{
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 15px;
	cursor:hand;
}

.bckGrndImg
{
	background-image: url("../images/lgw_home.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}

.titleImg
{
	background-image: url("../images/title.JPG");
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tstRoomImg
{
	background-image: url("../images/lg_tstroom.JPG");
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.menuImg
{
	background-image: url("../images/menu2.JPG");
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.flourish
{
	background-image: url("../images/flourish4.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.upsideDownFlourish
{
	background-image: url("../images/flourish6.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.indent
{
	color: gold;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 16px;
	margin-left: 5%;
	margin-right: 5%;
}

.doubleIndent
{
	color: gold;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 16px;
	margin-left: 10%;
	margin-right: 10%;
}

.footerText
{
	color: blue;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 12px;
}

.addressTitle
{
	color: white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 14px;
	font-weight: bold;
}

.address
{
	color: white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 14px;
}

.copyright
{
	color: #C9C9C9;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 10px;
}

hr.menubar
{
	color: #CC9900;
	width: 100%;
}

.smallheader
{
	color: gold;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 20px;
	font-weight:bold;
}

.smallfont
{
	color: white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 14px;
}

.largefont
{
	color: white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 23px;
}

.samllfont2
{
	color: white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 17px;
	font-weight:bold;
}

.samllfontNoBold
{
	color: white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 17px;
}

.bodyText 
{
	color: white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 15px;
	cursor:hand;
}

.winelistTitle
{
	color: gold;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 16px;
	font-weight: bold;
}

.winelistDescription
{
	color: white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 14px;
}

.winelistPrice
{
	color: gold;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 15px;
	font-weight: bold;
}

.tastingroomList 
{
	color: gold;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 12px;
}

.tastingroomBodyText
{
	color: white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 19px;
	margin-left: 5%;
	margin-right: 5%;
}