@charset "utf-8";
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	line-height:15pt;
	background: #5b170e;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}

h1 {
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size:14pt;
	margin: 0px;
	padding: 0px;
}

.link2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #5B170E;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.links2 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #5B170E;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
.links2 a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #5B170E;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.links2 a:visted{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #5B170E;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
li {
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	color: #5B170E;
	margin-left:20px;

}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EFD6AD;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


	


/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 1020px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	padding-top: 20px;
	margin: 0 auto;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background: #5b170e;
	width: 1020px;
	background-image: url(../images/headersub.jpg);
	height: 89px;
	color: #fbe8be;
	margin: 0 auto;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	width: 1020px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	background-color: #EFD6AD;
	vertical-align: top;
	margin-top: 10px;
}
.text {
	width: 1020px;
	margin: 0 auto;
	color: #5B170E;
	font-family: Verdana, Geneva, sans-serif;
}

#levels{
	padding-left: 10px;
	padding-right: 10px;
}

.top_wine_pic {
	background-image: url(../images/winesub.jpg);
	width: 1020px;
	height: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ~~ The footer ~~ */
.footer {
	background: #5b170e;
	width: 1020px;
	color: #FFC;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/footersub.jpg);
	height: 112px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.navigation {
	color: #00FF66;
	margin-left: 150px;
	padding-top: 50px;
}


