body {
	background-color: #63370C;
	color: #000000;
	font-family: Arial,sans-serif;
	margin: 0px 0px 5px 0px;
	font-size: 17px;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #892913;
}
a:hover {
	color: #000000;
}
h1 {
	font-size: 26px;
	text-align: left;
	margin-top: 0px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 19px;
}
p {
	line-height: 133%;
}
img {
	border: 0px;
}
li {
	margin-bottom: 5px;
}
#header {
	width: 100%;
	background-color: #A18949;
	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: 618px;
	text-align: left;
}
#right {
	float: left;
	margin-left: 24px;
	width: 250px;
	text-align: left;
}
#right div {
	width: 250px;
	margin-bottom: 13px;
}
#right div img {
	width: 250px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
#footer {
	clear: both;
}
#base {
	width: 950px;
	height: 87px;
	background-image: url(/li/base.png);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}