html body {
	background-color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	padding: 0;
	line-height: 130%;
	height: 100%;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top {  background: #fff; left: 50%;top:0px;}


img { border-width: 0px; }
#content {
	text-align: left;
	margin: 0 auto;
	width: 800px;
}
#menu {
	background: url(menubg.jpg) repeat-x;
	height: 46px;
	width: 800px;
	font-size: 9px;
}
#main {
	width: 800px;
	height: 500px;
	overflow: auto;
	padding: 30px 0px;
}
#left {
	width: 270px;
	float: left;
/*	position: fixed; 	margin-left: -400px; left: 50%; */
	
	top: 140px;
}
#left a {
	text-align: right;
	display: none;
	margin-top: 5px;
	color: #333;
	text-decoration: none;
	
}
#left a:first-line {
	color: #900;
	text-decoration: underline;
}
#left a.sub {
	display: block;
}
#right {
	width: 410px;
	float: right;
	padding: 22px 100px 17px 5px;
}
.img-left {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 240px;
	z-index: 4;
}
#bottom a, #menu a {
	height: 18px;
	line-height: 18px;
	margin: 3px 0px 3px 0px;
	border-right: 1px solid #fff;
	color: #555;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	padding: 0px 7px;
	text-align: center;
	letter-spacing: 1px;
}
#bottom .botlink {
	float: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	clear: none;
}
#menu a.sub, #menu a.subsub {
	display: none;
}
#menu a:hover {
	color: #900;
}

#bottom { position: fixed; background: #fff; left: 50%;  margin-left: -400px;bottom:0px; 	width: 800px;
	color: #444; padding-bottom:15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;}


#bottom table {
	background: url(winebg.jpg) repeat-x;
}
#bottom p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-weight: normal;
	text-align: right;
	margin: 30px 0px 10px 0px;
	font-size: 18px;
	line-height: 25px;
	color: #666;
}
#right h1, h4 {
	color: #900;
	text-align: left;
	margin: 13px 0px 10px 0px;
	font-size: 18px;
	font-weight: normal;
}
a {
	color: #900;
}
b, strong {
	
}
a: hover {
	color: #900;
}
.img-right {
	float: right;
	margin: 0px 0px 15px 15px;
}