/* CSS Document*/
/* PAGE LAYOUT */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	text-align: center;	
}

div#content {
	margin: 1em;
	margin-left:auto;
	margin-right:auto;
	width: 50em;
	text-align: left;
}

div.wine { 	
	margin: 2em;
	padding: 0.1em 1em 2em 0.1em;	
}

h1 {
	font-size: 150%;
	color: #990066;
	text-align: left;
}
h2 {
    font-size:130%;
}
/* Content */

a#trail:link, a#trail:visited {
  color: #990066;	
	text-decoration:underline;  
}

 a#trail:hover {
    color: #000000;
}
/*  menu */

div#menu {
    margin-bottom: 3em;
	font-weight: bold;
	text-align: center;
}

div#menu a:link, a:visited {
    color: #000000;	
	text-decoration:none;	
}

div#menu a:hover {
    color: #990066;
}


/* images */
div.icon, img.icon {
	display: block;
	float: left;
	margin: 0 1em 1em 0;
	padding: 0;
}

img.bottle {
    float: left;
}

div.illustration-large {
	clear: both;
	margin: 1em;
}

.illustration {
	float: left;
	margin: 0 1em .5em 0;	
}



/* footer */

div#footer{    	
	clear:both;
	margin-top: 10px;
	padding: 0;	
}

.copyright {
	font-size:80%;
	font-style:italic;
}

.promo {
   margin: 10px 0 30px 0;
}

 a#thayer:link, a#thayer:visited {
  color: #990066;	
	text-decoration:underline;  
}

 a#thayer:hover {
    color: #000000;
}
