html {
	height: 100%;
	overflow: hidden;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#A0A0A0;
	font-family: Verdana;
	font-size: 0.65em;
	overflow: auto;
	}

a {
	text-decoration: none;
	color: #A0A0A0;
	}

a:active {
	color: #FFFFFF;
	}

a:focus {
	color: #FFFFFF;
	}

a:hover {
	color: #FFFFFF;
	background-image: url(images/selected.gif);
	background-repeat: repeat;
	}

a:link {
	}

a:visited {
	}

li {
	margin: 0px 0px 1.0em 0px;
	line-height: 1.25em;
	}

#header {
	background-color: #202020;
	padding: 5px 5px;
	margin: 10px 5px 0px 5px;
	}

#title {
	color: #C0C0C0;
	font-family: Garamond;
	font-size: 2.5em;
	letter-spacing: 0.5em;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 5px 0px;
	letter-spacing: 0.5em;
	}

#menu {
	text-align: center;
	line-height: 1.5em;
	word-spacing: 0.8em;
	}

#flashcontent {
	height: 460px;
	}

#aboutcontent {
	height: 420px;
	overflow: auto;
	text-align: justify;
	margin: 20px 0px 20px 0px;
	padding: 0px 40px;
	}

#footer {
	background-color: #202020;
	color:#606060;
	padding: 10px 10px;
	margin: 0px 5px 10px 5px;
	text-align: center;
	font-size: 0.8em;
	}

h1 {
	margin: 5px 0px 0px 0px;
	border-bottom: 1px dotted #A0A0A0;
	letter-spacing: 0.4em;
	word-spacing: 0.2em;
	line-height: -1.2em;
	text-indent: 0.2em;
	text-align: center;
	}

h2 {
	margin: 5px 0px 0px 0px;
	border-bottom: 1px dotted #808080;
	letter-spacing: 0.4em;
	word-spacing: 0.2em;
	line-height: -1.4em;
	text-indent: 0.2em;
	text-align: center;
	}

h3 {
	margin: 5px 0px 0px 0px;
	border-bottom: 1px dotted #606060;
	letter-spacing: 0.4em;
	word-spacing: 0.2em;
	line-height: -1.8em;
	text-indent: 0.2em;
	text-align: center;
	}

h4 {
	margin: 5px 0px 0px 0px;
	border-bottom: 1px dotted #404040;
	letter-spacing: 0.4em;
	word-spacing: 0.2em;
	line-height: -2.2em;
	text-indent: 0.2em;
	text-align: center;
	}

#emph {
	text-transform: uppercase;
	font-size: .75em;
	font-weight: bold;
	}
