body {
	margin: 0; padding: 0;
	font-family: Georgia, Chicago, Times New Roman, Times, serif;
	font-size: 100%;
	color: #000000;
	background: #c5af88 url(images/bg.jpg) repeat left top; 
}

h1 { display: none; }
h2 { width: auto; height: 50px; margin-bottom: 0; text-indent: -5000px; }

#mast {
	position: absolute;
	left: 0; top: 0;
	width: 340px; height: auto;
	padding: 650px 0 4px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #82703f;
	background: transparent url(images/mast.jpg) no-repeat left top; 
	z-index: 100;
}
	#mast img {
		position: absolute;
		left: 0; top: 0;
		width: 340px; height: 650px;
	}
	
	#mast p { padding: 0 10px; }
	#mast p a { color: #665422; text-decoration: none; }
		#mast p a:hover { text-decoration: underline; }

#bottles {
	position: absolute;
	left: 720px; top: 30px;
	width: 44px; height: 440px;
	background: transparent url(images/bg-bottles-v.gif) no-repeat right top; 
	z-index: 205;
}
	#bottles a { display: block; width: 40px; height: 440px; }

#content {
	position: absolute;
	left: 350px; top: 0;
	width: 50%; height: auto;
	padding: 40px 0; 
	font-weight: normal;
	line-height: 150%;
	color: #000;
	z-index: 200;
}
	body > #content { padding-top: 20px; }
	#content a { text-decoration: underline; color: #990201; cursor: pointer; }

#shopnow {
	position: relative; 
	width: 103px; height: 133px; 
	padding-top: 30px;
	background: transparent url(images/shopnow.gif) no-repeat;
	z-index: 201;
}
	#shopnow a { display: block; width: 93px; height: 95px; margin-left: 7px; }

#menu, #menutop {
	display: block;
	margin: 4em 0 0; padding: 0;
	list-style: none;
	font-size: 80%;
}
	#menu li, #menutop li { display: inline; margin-right: 1em; }
	#menutop { margin: -1em 0 2.5em; }
		#content > #menutop { margin-top: 0; }

#footer {
	width: 340px; height: 66px;
	margin-top: 2em;
	background: transparent url(images/footer.jpg) no-repeat left top;
}
	#footer a { display: block; margin-left: 6px; width: 324px; height: 44px; }

.large { font-size: 120%; font-weight: bold; line-height: 160%; }
.smaller { font-size: 90%; }
.source { font-family: Arial, Helvetica, sans-serif; font-size: 80%; margin-top: 3.5em; }
.small { font-size: 2px; color: #c5af88; }
.countries { font-weight: bold; color: #333300; }

.left { float: left; margin-right: 10px; }
.nowrap { white-space: nowrap; }

#content a:visited { color: #7b2c2b; }