@charset "UTF-8";
/* CSS Document */

body {
	background:#a2af59 url(images/background.gif) repeat center;
	background-repeat:repeat-y;
	text-align:center;
	margin:auto;
	}


/*links*/  

a {
	text-decoration:  none;
	}

a:link {
	color: #000033;
	}

a:visited {
	color: #000033;
	}

a:active {
	color: #000033;
	}

a:hover {
	color: #67410f;
	}
	
	
	
	
/*headers*/

h1 {
	color: #000033;
	font-family: Courier;
	line-height: 100%;
	text-align: center;
	font-size: 12px;
	}


.chapters {
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	
	} 
	
h2 {
	color: #000033;
	font-family: Courier;
	line-height: 100%;
	text-align: left;
	font-size: 20px;
	padding: 55px;
	padding-bottom: 0px;
	}
	
.byline {
	font-size: 14px;
	line-height: 180%;
	text-align: left;
	} 
	
.navigation {
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	} 



/*copy tags*/

p {
	color: #000033;
	font-family: Courier;
	line-height: 180%;
	text-align: left;
	padding: 55px;
	}
	
.copy {
	font-size: 14px;
	}

/*div tags*/

div#container {
	width: 700px;
	margin-top: 110px;
	margin-bottom: 110px;
}

.copycontainer {
	position: relative;
	left: 20px;
	background-color: #f6f1ea;
	top: 100px;
	width: 490px;
	margin-bottom:200px;
	
}

	

div#image {
	width: 148px;
	padding-top: 0px;	
}


	
/*img taggles*/

.bottle {
	z-index: 1;
	position: absolute;
	left: 300px;
	}

.label {
	z-index: 2;
	position: absolute;
	left: 300px;
	}
	

.titlecopy {
	z-index: 3;
	position: absolute;
	left: 340px;
	width:100px;
	padding-top: 270px;
	}
	
.index {
	z-index: 3;
	position: absolute;
	left: 470px;
	width:250px;
	padding-top: 397px;
	}
	
	

	
