body{
	margin:0; 
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:center;
	line-height:1.5em;
	background:url("../images/bgpat.gif") top left repeat;
  font-size:11px;
	font-family:Verdana,Tahoma,Arial,sans-serif;
  font-weight:400;
}
b{
	font-size:110%;
}
em{
	color:red;
}
div#maincontainer{
	position:relative;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#b9a88a;
	z-index:0;
	width:960px;
	text-align: left;
	overflow:hidden;
}
div#logo{
	background-image:url(../images/tleftside.jpg);
	background-repeat:no-repeat;
	z-index:0;
	width:750px;
	height:91px;
	text-align: left;
}
div#wineglass{
  background-image:url(../images/wineglass.jpg);
  background-repeat:no-repeat;
  position:absolute;
  top:0px;
  left:750px;
  z-index:1001;
  width:219px;
  height:340px;
  text-align:left;
}
div#flash{
	z-index:0;
	width:750px;
	height:153px;
	text-align:left;
}
div#nav{
	width:100%;
	height:40px;
	background-color:#1d1d1b;
}
div#topsection h1{
	margin:0;
	padding-top:15px;
}
div#contentwrapper{
	float:left;
	width:100%;
	height:485px;
}
div#contentcolumn{
	margin-top:10px;
	margin-right:467px; /*Set right margin to (LeftColumnWidth + RightColumnWidth)*/
	padding-left:24px;
	padding-right:12px;
	text-align:justify;
}
div#leftcolumn{
	margin:0 auto;
	float: left;
	width: 213px; /*Width of left column in percentage*/
	margin-left: -467px; /*Set left margin to -(LeftColumnWidth + RightColumnWidth)*/
}
div#rightcolumn{
	float: left;
	width: 254px; /*Width of right column in pixels*/
	margin-left: -254px; /*Set margin to -(RightColumnWidth)*/
}
div#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}
div#footer{
	height: 34px;
  background-color:#b9a88a;
  color:#ed6920;
  font-size:9px;
  font-family:Trebuchet, Verdana, Sans-Serif;
  margin:0pt;
  padding:10px 0 0 0;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
	margin-top:20px;
	border-top: 1px solid #675F4A;
	border-bottom: 2px solid rgb(131, 23, 0);
}
.innerleft{
	margin-top: 0px;
}
.innercenter{
	margin-top:10px;
	border-left:1px dotted;
	border-right:1px dotted;
	height:470px;
	width:197px;
	float:left;
	display:inline;
	padding-left:8px;
	padding-right:8px;	
}
.innerright{
	margin-top:35px;
	height:350px;
	width:238px;
	float:left;
	display:inline;
	padding-left:8px;
	padding-right:8px;
	padding-top: 30px;
}
.sectionhead {
  font-family:Times, Georgia, Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#5a5446;
  letter-spacing:-1px;
  font-weight:normal;
  line-height:normal;
}
.bodytext {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#5a5446;
  font-weight:normal;
  line-height:14px;
}
.footertxt {
  font-size:9px;
  line-height:9px;
  font-family:helvetica, Verdana, Sans-Serif;
  text-align:left;
  color:#675f4a;
}

/* IMAGE FILMSTRIP
************************************************/
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 474px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/472px;	/* Other browsers */
		height: /**/472px;
		
		/* CSS HACK */
		width: 204px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/200px;	/* Other browsers */
		width: /**/200px;
				
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:402px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}