#main {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ACA684;
	background-color: #000000;
	font-size: 12px;
	width: 650px;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#menu {
	padding: 0 0 0 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #000000;
	font-weight: bold;
}

#menu li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li a {
    text-decoration: none;
    padding: 2px 8px 2px 8px;
    margin: 0 2px;
    background-color: #000000;
    color: #FFCC66;
}
* html #menu li a { padding: 0 8px; }

#menu li a:hover {
	color: #000000;
	background-color: #FFCC66;
}

#content {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #000000;
}
#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #000000;
}
#logo {
	background-color: #000000;
	float: right;
}
#note {
	width: 200px;
	background-color: #000000;
	float: right;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-color: #FFCC66;
	padding: 2px;
	text-align: justify;
	font-size: 11px;
}
body {
	background-color: #AD8A46;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ACA684;
/*	background-color: #000000;*/
	font-size: 12px;
}
a:link {
	color: #FFCC66;
}
a:visited {
	color: #AD8A46;
}
h1 {
	color: #B19D68;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}
h2 {
	color: #B19D68;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
h3 {
	color: #B19D68;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}
h4 {
	color: #B19D68;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
h5 {
	color: #ACA684;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
h6 {
	color: #ACA684;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
