body {
	background-color: #723B0D;
	color: #333333;
	font-family: Arial,sans-serif;
	margin: 0 0 5px 0;
	font-size: 100%;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #D96C0B;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 150%;
	text-align: left;
	margin-top: 0px;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}
img {
	border: 0px;
}
li {
	margin-bottom: 5px;
}
form {
	margin: 0px;
}

#header {
	width: 100%;
	background-color: #CEBCAE;
	border-bottom: 1px solid #000000;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 3px;
}
#container {
	text-align: center;
	margin: 0px auto 0px auto;
}
#roof {
	width: 950px;
	height: 205px;
	background-image: url(/li/roof.png);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}
#main {
	width: 950px;
	background-image: url(/li/backdrop.png);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
}
#left {
	float: left;
	margin: 10px 0px 0px 34px;
	width: 568px;
	text-align: left;
	font-size: 95%;
}
#right {
	float: left;
	margin-left: 24px;
	width: 300px;
	text-align: left;
}
#right div {
	width: 300px;
	margin-bottom: 13px;
}
#right div img {
	width: 300px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
#right div.newsletter {
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #F1F1F1;
	border: 1px solid #C0C0C0;
	width: 300px;
	margin: 10px 0 0 0;	
	text-align: center;
}
#right div.newsletter div {
	width: 286px;
	margin: 5px auto 0 auto;
}
#right div.newsletter div input.submit{
	margin-bottom: 5px;
}
#footer {
	clear: both;
}
#base {
	width: 950px;
	height: 87px;
	background-image: url(/li/base.png);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	font-size: 70%;
	color: #444444;
	text-align: right;
	font-family: Arial;
}
#base a {
	color: #444444;
	font-weight: normal;
}
#base #copyright {
	float: right;
	width: 115px;
	line-height: 150%;
	margin: 28px 25px 0px 0px;
}
#base #smallprint {
	margin-top: 1px;
	float: right;
	line-height: 175%;
	margin: 28px 0px 0px 0px;
}
#base #cellar {
	clear: both;
}
#home p {
	line-height: 133%;
}
.attention-positive {
	background-color: #F8FFF0;
	border-top: 2px #99CC00 solid;
	border-bottom: 2px #99CC00 solid;
	padding: 7px;
	margin: 0px 0px 10px 0px;
}
.attention-positive h3 {
	margin: 0px;
	color: #99CC00;
}
.attention-positive p {
	margin: 0px;
}
.attention-negative {
	background-color: #FFF8F0;
	border-top: 2px #CC9900 solid;
	border-bottom: 2px #CC9900 solid;
	padding: 7px 7px 3px 7px;
	margin: 0px 0px 10px 0px;
}
.attention-negative h3 {
	margin: 0px;
	color: #CC9900;
}
.attention-negative div {
	border-top: 1px dashed #888888;
	padding: 4px 2px 4px 2px;
}
.attention-negative div.first {
	border-top: 0px;
	padding: 2px 2px 4px 2px;
}
