*{margin:0;padding:0;outline:0}

html{
  }
	
body {
	height:100%;
	font: 75%/160% 'Georgia', 'Times New Roman', serif;
	color:#000000;
	background-image:url(img/bg.jpg);
	background-attachment:fixed;}

img{
	border:0;
	}

img, div { behavior: url(iepngfix.htc); }
 
 
a {
	text-decoration:none;} 



#container {
	margin:20px auto;
	width:900px;
	background-image: url(img/container.png);
	background-repeat:repeat-x;
}

h1#logo {
	width:290px;
	height:70px;}
	
#nav {
	margin: 20px 40px 10px 40px;
	background-image: url(img/container.png);
	background-repeat:repeat-x;
	min-height:260px;
}	

#menu {
	position: relative;
	padding: 15px 15px 0 15px;
	margin: 10px 0;
	overflow: hidden;
	height:30px;
	border-bottom: 1px solid #d7d394;
	}
		#menu li {
		float: left;
		list-style: none;
		}
		#menu li.backLava {
		width: 15px; height: 30px;
		z-index: 8;
		position: absolute;
		}
		#menu li.backLava .leftLava {
		background: url(img/fleche.gif) no-repeat bottom center;
		height: 30px;
		}
		#menu li a {
		font-size:1.05em;
		text-decoration: none;
		color: #FFFFFF;
		outline: none;
		text-align: center;
		top: 2px;
		text-transform: uppercase;
		letter-spacing: 0;
		z-index: 10;
		display: block;
		float: left;
		height: 30px;
		position: relative;
		overflow: hidden;
		margin: auto 15px;    
		}
		
		#menu li a:hover, #menu li a:active {
		color: #d7d394;
		border: none;
		}


			
#content1 {
	margin: 30px;

}	

	#content1 .tea {
	background: url(img/tea.png) repeat-x;
	padding: 10px 20px 10px 10px;
	margin-bottom:20px;
	color:#000;
	position:relative;
	}

	#content1 .tea h3 {
	font-size:1.2em;
	color:#792323;
	}


		
	#content1 .tea img {
	margin-right:20px;
	float:left;}
	


	#content1 .info ul{
	margin:10px 0;
	padding:0;
	list-style-type: square;
	}

	#content1 .info ul li{
	margin:5px 0 10px 20px;
	padding:0;
	line-height:120%;
	}

#content {
	width:380px;
	margin: 30px 0 30px 30px;
	color:#FFFFFF;
	float:left;
}


#content a {
	color:#FFFFFF;
}

#content a:hover {
	color:#CC3366;
}

#content h2 {
	font-size:1.2em;
	}
	
#content dl {
	margin:20px 0;
	}
	
#content dl dt{
	font-weight:bold;
	}
	
		
#encart {
	width:330px;
	margin:30px 0 30px 30px;
	float:left;
}

#encart .photo {
	margin-bottom:20px;
	background-color:#FFFFFF;
	border:1px inset #ccc;
	}

#encart .photo img {
	margin:15px 15px 5px 15px;
	padding:0;
	border: 1px inset #666666;
	}
	
#encart .photo p {
	margin:0 15px 15px 15px;
	padding:0;
	font-size:0.9em;
}	

.clear {
	clear:both;}
	
#footer{
	background-color:#FFFFFF;
	position:fixed;
	bottom: 0px;
	left:0px;
	width:100%;
	height:20px;
	opacity:0.3;
	filter: Alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
}

#footer p{
	width:820px;
	margin: 0 auto;
}

#footer .copy {
	font-size:0.8em;}
<!--[if lt IE 7]> 
#footer{
  position: absolute;
 }
<![endif]-->

