body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0 0 10px 0;
	color:#676658;
}
a {
	color:#663300;
	text-decoration:none;
}
a:hover {
	color:#663300;
	text-decoration:underline;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #bfbea3;
	font-size:18px;
	text-transform:capitalize;
	color:#663300;
	padding-bottom:5px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-transform:capitalize;
	padding:0;
	margin:0;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:capitalize;
	padding:0 0 3px 0;
	margin:5px 0 5px 0;
	border-bottom:1px solid #bfbea3;
	text-indent:5px;
}
p {
	text-align:justify;
	line-height:15px;
}
#banner {
	position:relative;
	top:0;
	left:0;
}
.lemon {
	position:absolute;
	top:-50px;
	left:30px;
	z-index:100;
}
ul {
	padding:0;
	margin:0;
}
ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul li a {
	padding:3px 0 3px 0;
	margin:0;
	list-style-type:none;
	display:block;
	text-indent:5px;
	border-bottom:1px dotted #bfbea3;
}
ul li a:hover {
	background-color:#CECAA6;
	text-decoration:none;
}

