html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #320056;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #d7a7fa;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	text-align: center;
	font: 12px arial, sans-serif;
	color: #5D5D5D;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 80%;
	position: relative;
}

h1 {
	position: absolute;
	background: url(images/bg_left_top.png) no-repeat;
	width: 343px;
	height: 92px;
	top: 10px;
	left: 0;
	text-align: center;
	padding-top: 35px;
	color: white;
	font: 32px "Lucida Handwriting", "Lucida Calligraphy", verdana, arial, sans-serif;
}
#main_logo {
	position: absolute;
	background: url(images/wine_logo_main_3.png) no-repeat;
	width: 343px;
	height: 438px;
	top: 62px;
	z-index: 1;
}
#nav {
	width: 343px;
	position: absolute;
	top: 500px;
	left: 0;
	background: url(images/bg_left_nav.png) repeat-y;
}
#nav ul {
	margin: 0;
	padding: 17px 0 45px 74px;
	font: 12px "Times new Roman", "Lucida Grande", arial;
	background: bottom left url(images/bg_left_bottom.png) no-repeat;	
}
#nav li {
	margin: 10px;
	padding: 0 0 0 20px;
	list-style: none;
	background: top left url(images/bullet_purple.gif) no-repeat;
}
#nav a {
	font: 16px "Arial";
	font-weight: normal;
	color: #330156;
	text-decoration: none;
}
#nav a:hover {
	color: #d7a7fa;
}
#nav-bot {
	float: right;
}

#body {
	position: absolute;
	width: 70%;
	top: 10px;
	left: 344px;
	background: url(images/head_right.gif) no-repeat top right;
	overflow: hidden;
}
#body .i {
	padding: 69px 12px 84px 24px;
}
#head-top {
	position: absolute;
	text-align: right;
	top: 10px;
	left: 343px;
	width: 70%;
	height: 32px;
	z-index: 2;
	background: url(images/head_top.png) repeat-x;
}

#head-top a {
	font-weight: normal;
}

}
#body h2 {
	font: 26px "Sylfaen", "Lucida Grande", arial;
	font-style: italic;
	font-weight: heavy;
	font-weight: normal;
	margin-top: 25px;
	color: #438d2e;
}
#body h2.shallow {
	margin-top: 10px;
}
#body h2 strong {
	color: #576B02;
	font-size: 26px;
	font-weight: normal;
}

#body h3 {
	padding: 10px 0px;
	color: #438d2e;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

#body h4 {
	padding: 10px 0px;
	color: #438d2e;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

#body p {
	margin: 1em 0;
}
#body ul {
	margin: 0;
	padding: 0;
}
#body li {
	margin: 1em 0;
	list-style: none;
	padding: 0 0 0 30px;
	background: top left url(images/bullet_orange.gif) no-repeat;

}
#copyright {
	text-align: center;
	clear: both;
	color: black;
	padding-top: 15px;
}

