/* CSS Document */
body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
	padding: 2em;
	margin: 0;
	background-color: #000000;
}

.style4{
	font-size: large;
}

.style4y{
	font-size: medium;
	color: #FFFF33;
	font-weight: bold;
}

.style4s{
	font-size: medium;
	font-weight: bold;
}

.style5{
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: #FFFF33;
}

.style6{
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: #FEFEFB;
}


.style1 {
	color: #FEFEFB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style2 {
	color: #00FFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: smaller;
	border-color: #000000;
}

.style3 {
	background-color:#999999;
	font-weight: bold;
	color: #FFFF00;
	border: 2px solid #7d6340;
}

#content {
	background-color: #000000;
	padding: 10px 0px 10px 0px;
	border: 6px double #999999;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 700px;
}

#info{
	color: #999999;
	border: 0;
	font-size: 0.9em;
	width: 700px;
	text-align: center;
	margin: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#by{
	color: #990099;
	border: 0;
	font-size: 0.7em;
	width: 700px;
	text-align: right;
	margin: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*for Firefox*/
html>body #content {
	width: 700px;
} 

a {
	text-decoration: none;
}

a:link {
	color: #FEFEFB;
}

a:visited {
	color: #FEFEFB;
}

a:active {
	color: red;
}

a:hover {
	background-color: #ECE9D8;
	color: #7d6340;
	font-weight: bold;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #FEFEFB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #FEFEFB;
	padding: 0.2em 2px;
	text-align: center;
}

#nav li li a:hover {
	padding: 0.2em 2px;
	background-color: #ECE9D8;
	text-align: center;
	color: #7d6340;
	font-weight: bold;
}

li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	cursor: default;
	background-color: #999999;
	border: 2px solid #7d6340;
	border-width: 1px 0;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: #999999;
	padding: 0.5em 0 2px 0;
	border-right: solid 2px #7d6340;
	border-left: solid 2px #7d6340;
	border-bottom: solid 2px #7d6340;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
	clear: left;
	background: center left no-repeat;
	padding: 1em 1em 0 1em;
	margin: 0;
	color: #FFFFFF;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}

