@charset "utf-8";

body {
	background-color: #000;
	background-image: url(images/hex.png); 
	color: #FD7; /*#FFE880;	F3DE74*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	margin: 0px;
	padding: 0px;
}
h1 {
	text-align: center;
	font-size: 300%;
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
a {
	border-bottom: 1px dashed #652;
	color: #FD7;
	text-decoration: none;
}
a:visited {
	color: #652;
}
a:hover {
	border-bottom: none;
	color: #FA0;
	text-decoration: underline;
}
img {
	border-style: none;
}
li a {
	border-bottom: none;
	color: #FD7;
	text-decoration: none;
}
li a:visited {
	color: #652;
}
li a:hover {
	border-bottom: none;
	color: #FA0;
	text-decoration: underline;
}
img {
	border-style: none;
}
#left {
	position: absolute;
	left: 0px;
	top: 9em;
	width: 11em;
	margin: 0.5em;
	padding: 0.5em;
}
#right {
	position: absolute;
	right: 0px;
	top: 9em;
	width: 160px;
	margin: 10px;
	padding: 10px;
}
#content {
	margin: 0.5em 200px 0.5em 13em;
	padding: 0.5em;
}
#footer {
	font-size: 50%;
	text-align: center;
}
#left ul {
	margin: 1em 0px;
	padding: 0px;
}
#left li {
	list-style-type: none;
}
#right ul {
	margin: 0px;
	padding: 0px;
}
#right li {
	text-align: center;
	list-style-type: none;
}
#home {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.section {
	text-align: center;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0.25em;
	border-top: 1px outset #FA0;
	border-bottom: 1px outset #FA0;
}
