body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px; }

h1 {
	padding-bottom: 3px;
	margin: 0px;
	color: #826A6A;
	font: 11px georgia, serif;
	font-weight: bold;
	line-height: 12px;
	text-align: right;
	text-transform: uppercase; }

h1:first-letter {
	padding-bottom: 3px;
	margin: 0px;
	color: #000000;
	font: 20px lucida calligraphy, georgia, serif;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	text-transform: uppercase; }

h2 {
	padding-bottom: 3px;
	margin: 0px;
	color: #000000;
	font: 11px georgia, serif;
	font-weight: bold;
	line-height: 12px;
	text-align: right;
	text-transform: uppercase; }

a {
	color: #826A6A;
	text-decoration: none; }

a:hover {
	color: #000000;
	text-decoration: none;
	cursor: help; }

#top {
	position: absolute;
	width: 545px;
	padding: 0px;
	margin: 0px; 
	z-index: 2; }

#menu {
	position: absolute;
	top: 3px;
	padding: 2px;
	margin-left: 130px;
	font: 10px georgia, serif;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	border: 0px;
	text-align: center;
	color: #000000;
	z-index: 3; }

#content {
	position: absolute;
	width: 360px;
	padding: 0px;
	margin-left: 180px;
	color: #000000; 
	top: 312px;
	font: 10px georgia, serif;
	border: 0px;
	line-height: 15px;
	text-align: justify;
	z-index: 3; }

INPUT, TEXTAREA, SELECT, OPTION {
        font: 10px georgia, serif;
        color: #000000;
        border: 1px solid #554D4B;
        background: #FFFFFF; }

ul {list-style:none; margin:0;padding:0;}