body {
  margin: 0;
  padding: 0;
  background-color: #455465;
  font-family: "Univers Extended", Arial, Helvetica, sans-serif;
}
td {
  font-size: 12px;
  line-height: 1.4em;
}
  
#menu-header, #contact-header, #associates-header, #cocktail-header,
#art-header, #press-header {
  margin-top: -5px;
  }
  
.body {
  width: 902px;
  margin: auto;
  text-align: left;
  /* background-color: #455465;*/
 }
.yellow-bar {
  background-image: url(/images/yellow-bar.gif);
  width: 902px;
  height: 21px;
  }
.long-yellow-bar {
  background-image: url(/images/long-yellow-bar.gif);
  width: 902px;
  height: 21px;
  }
h2 {
  font-size: 36px;
  color: #a2a9b2;
  font-weight: normal;
  letter-spacing: 1.1px;
  padding-bottom: 0;
  padding-top: 10px;
  margin-bottom: 0;
}
li .selected {
  font-weight: bold;
}
li .selected img {
  border: 1px solid #fff;
}
.header {
  height: 109px;
  background-image: url(/images/header.gif);
  cursor: pointer;
}
.header h1 {
  display: none;
}

.nav {
	padding-left: 240px;
	height: 80px;
}
.nav ul {
	 list-style-type: none;
	 display: inline;
	 margin: 0;
	 padding: 0;
}
.nav li {
	float: left;
	padding-left: 8px;
	font-family: Univers Extended, Arial;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1.15px;
}
.nav img {
	border: 1px solid #455465;
/*	margin-bottom: 25px; */
}
.nav li a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 0.85em;
}
.nav li a:hover {
   font-weight: bold;
 }
.content {
  padding-top: 1px;
  background-color: #fff;
   background-image: url('/images/body-bkg.png');
   background-repeat: no-repeat;
 
}
.right-side ul, .right-side-interior ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
.left-side {
 width: 225px;
  padding-left: 25px;
  z-index: 50;
}
.left-side-interior {
  width: 175px;
  padding-left: 15px;
}
.left-side-interior a {
  color: #666;
  letter-spacing: 1.1px;
}
.left-side, .left-side-interior {
  height: 300px;
  /*padding-top: 25px;*/
  margin-left: 1px;
  font-size: 12px;
  line-height: 1.3em;
}
.left-side strong {
  color: #455465;
  font-weight: bold;
}

.right-side, .right-side-interior {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 1.4em;
}
.right-side-interior a, .right-side a {
  color: #000;
  }
.footer {
  clear: both;
  padding-left: 260px;
  padding-bottom: 5px;
  text-align: left;
  width: 642px;
  background-color: #fff;
  color: #666666;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.footer strong {
	padding-right: 25px;
}
.footer a {
	color: #666;
}
.footer #email, .footer #phone {
	padding-left: 15px;
	letter-spacing: 1.25px;
}
	