/* CSS Document */
	body{
		background-color : #e1ddd6;
		font : 12px/1.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin : 0;
		padding : 0;
		color : #403f37;
	}
	#header {
		width : 760px;
		height : 100px;
		padding : 0px 0px 0px 0px;
		background-image : url('../images/bottles-banner.jpg');
		background-repeat : no-repeat;
		border : 1px solid #FFFFFF;
		position : absolute;
		top : 10px;
		left : 10px;
	}
	
	#content {
	border : 0;
	width : 599px;
	padding : 0px 5px 5px 5px;
	position : relative;
	left : 165px;
	top : 121px;
	text-align : justify;
	}
	
	#content a{
	color: #A52A2A;
	text-decoration: none;
	}
	
	#content a:hover{
	color: #A52A2A;
	text-decoration: underline;
	}
	
	#content a img { border: 0; }
	
	#content h3{
	margin: 0.25em 0 -0.75em 0;
	color : #403f37;
	}
	#content blockquote {
	margin:1em 20px;
	padding:5px 10px;
	
	}
	
	div.contentheader{
	font-size: 1.25em;
	height : 24px;
	line-height : 24px;
	padding : 0 3px;
	border : 1px solid #FFFFFF;
	background-image : url('../images/menudot.gif');
	font-weight : bold;
	}
	
	#menu {
	width : 145px;
	margin : 0;
	padding : 0;
	border : 0;
	position : absolute;
	left : 10px;
	top : 121px;
	/*z-index : 2;*/
		
	}
	#menu ul {
	list-style-image: url('../images/brownarrow.gif');
	padding-bottom: 10px;
	}

	#menu li {
	list-style-type : none;
	margin: 0 0 0 -1em;
	padding: 0;
	}
	
	li.current{
	list-style-image: url('../images/whitearrow.gif');
	}

	#menu a {
	margin: 0;
	color: #403f37;
	text-decoration: none;
	}
	#menu a:hover {
	margin: 0;
	color: #A52A2A;
	text-decoration: underline;
	}

	div.menuheader{
	font-size: 1.25em;
	height : 24px;
	line-height : 24px;
	padding : 0 3px;
	border : 1px solid #FFFFFF;
	background-image : url('../images/menudot.gif');
	font-weight : bold;
	}
	
	blockquote {
	color: #333;
	margin: 0;
	font-size:110%;
	font-style:italic;
	}
	
/*	#menuitems {
		padding : 10px 3px 10px 3px;
		font-size : 95%;
	}
*/	
</style>
