#header {
	background: #34252C;
	padding: 0 0 10px;
  width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
* html #header {
	left: 0;
  top: expression( ( a = document.body.scrollTop) + 'px' );
}
#header h2 {
	border: 1px solid #808080;
	border-width: 1px 0;
	font-size: 12pt;
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
	max-width: 850px;
}
#contents {
  margin-top: 229px;
	padding: 0 10px;
}

#footer {
	clear: both;
	padding-bottom: 10px;
	margin-top: 10px;
}
a {
  color: #999037;
	text-decoration: none;
}
table td {
	text-align: left;
}

p.under_construction {
	padding: 57px;
	text-transform: uppercase;
}

#magazine {
	font-family: serif;
	font-size: 14px;
}
#magazine table {
	margin: 20px auto 40px;
}
#magazine table td {
	padding: 0 2px;
}
#magazine table td a {
	display: block;
	line-height: 0;
	border: 1px outset #34252C;
}
#magazine table td a:HOVER {
  border: 1px inset #34252C;
}
#magazine p {
  padding: 20px 10px;
}
#vg_mags {
	width: 53%; 
	float: left; 
}
#other_mags {
	width: 40%; 
	float: right;
}
#other_mags td {
	text-align: right;	
}


#cellar p {
  padding: 0 0 10px;
}

#link {
  font-family: "Garamond","Times New Roman",MS Arial,Verdana,sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#link .links {
  font-weight: normal;
  padding: 40px 0;
}


.galleries_index {
  display: inline-block;
} 
.galleries_index {
  display: block;
	padding-left: 20px;
} 
.galleries_index:AFTER {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	line-height: 1px;
	visibility: hidden;
} 
.galleries_index .gallery_thumb {
	display: block;
	/*margin: 0 13px 10px 13px;*/
	margin: 0 0 10px 0;
	float: left;
} 
/*#photo .gallery_thumb {
	display: block;
	margin: 0 0 10px 0;
	float: left;
} */
.galleries_index .gallery_thumb a {
  display: block;
}
.galleries_index .gallery_thumb a span.thumb{
	background-position: center top;
	background-repeat: no-repeat;
  display: block;
  height: 180px;
  /*width: 200px;*/
  width: 190px;
} 
/*#photo .gallery_thumb a span.thumb{
  width: 190px;
} */
.galleries_index .gallery_thumb span.caption {
	color: black;
	background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	padding: 3px;
} 

.gallery_show {
	padding-left: 20px;
}

#world_map {
	width: 600px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#world_map area {
  border: 0;
}
#world_map img {
	border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 392px;
}
