p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	margin-left: 10px;
	list-style-type: decimal;
}
ol li {
	padding: 10px;
}
img {
	border: none;
}
a, a:visited {
	color: #691112;
}
a:hover {
	color: #222;
}
h2, h3, h4, h5 { 
	color: #691112; 
	margin: 5px 0;
	font-family: Garamond, "Times New Roman", serif;
}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
td {padding: 5px 20px 5px 0; }
body {
	margin: 0px auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	text-align: center;
	background: #AD8B54;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 950px;
	background: url(../img/copy_bg.jpg) repeat-y;
	overflow: hidden;
}
#header {
	height:224px;
	width:950px;
	background:url(../img/header.jpg) no-repeat;
	text-indent:-9000px;
}
#left {
	width: 248px;
	margin: 20px;
	font-family: Garamond, "Times New Roman", serif;
	float: left;
}
/* --- navigation --- */
#navcontainer {
	color: #FFF;
	font: 1.3em bold;
}
#navcontainer ul {
	margin: 0 0 20px;
	list-style-type: none;
}
#navcontainer li {
	background: url(../img/nav_bg.jpg) no-repeat;
	background-position: 0 .2em;
}
#navcontainer a {
	display: block;
	text-indent: 10px;
	line-height: 28px;
	height: 40px;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #FFF;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #AD8B54;
	text-decoration: none;
}
#contact {
	padding: 10px 0 10px 10px;
	color: #AD8B54;
	float: left;
	font-size: 1.5em;
}
#contact a, #contact a:visited {
	color: #FFF;
}
#contact a:hover {
	color: #AD8B54;
}
/* --- END LEFT--- */
#content {
	width: 500px;
	margin-top: -8px;
	padding: 0 20px 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	float: left;
}
#content h1 {
	font: bold 1.6em Garamond, "Times New Roman", serif;
	color: #691112;
	background: url(../img/headline_bg.gif) no-repeat;
	background-position: 0 .2em;
	height: 30px;
	text-transform: uppercase;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 4px;
	float: right;
	clear: right;
}
div.wine-odd {
	margin: 4px;
	padding: 4px 0;
	border: 1px solid #691112;
}
div.wine-even {
	margin: 4px;
	padding: 4px 0;
	background: beige;
	border: 1px solid #691112;
}
div.wine-odd td, div.wine-even td {
	padding: 4px;
}
.wine-type {
	padding: 4px 0;
	color: #FFF;
	background: #691112;
	text-align: center;
}
.center {
	text-align: center;
}
.top {
	text-align: right;
}
#footer {
	margin: 0px auto;
	padding-top: 10px;
	position: relative;
	width: 950px;
	background: #691112;
	clear: both;
}
#footer h2 {
	padding: 10px 0 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #EEE;
}
#footer h2 a, #footer h2 a:visited {
	color: #EEE;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer h3 {
	padding: 0 0 10px;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #222;
}
#footer h3 a, #footer h3 a:visited {
	color: #222;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #FFF;
	text-decoration: none;
}
