html{
	background: #1B0A07;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
h1{
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #C8F1FF;
}

h2{
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #6633CC;
}

h3{

}
a:link {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
#masthead {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #1B0A07;
	text-align: right;
	border-width: 0px;
	color: #7B523A;
	margin-bottom: 0px;
	font: small-caps 1.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5em;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #669900;
}#nav {
	width: 100%;
	font: 0.75em/5em Georgia, "Times New Roman", Times, serif;
	text-align: right;
	letter-spacing: 0.12em;
	color: 886f6a;
	margin: 0px auto;
	padding-top: 1px;
	height: 100px;
	background: #1B0A07;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	display: inline;
	height: 100px;
}
#nav ul li a {
	text-decoration: none;
	text-align: center;
	background: #1B0A07;
	padding-right: 1.1em;
	padding-left: 1.1em;
	border-right: thin none #99B3F3;
	height: 100px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #886F6A;
	border-color: #009933;
}
#nav ul li a:hover {
	color: #A3D5F5;
	background: #3F1710;
}
#nav ul li.current a:link, #nav ul li.current a:visited {
	color: #A3D5F5;
	font-style: italic;
	background: #1B0A07 url(../images/mark.gif) center bottom;
	padding-bottom: 25px;
	border-style: none;
}
#wrapper {
	background: #000000;
	height: 100%;
	width: 100%;
}
#image {
	float: left;
	width: 400px;
}
#flashcontent {
	font-size: 1.2px;
	color: #999999;
	}
	
#footer {
	font: 0.65em Arial, Helvetica, sans-serif;
	background: #1B0A07;
	clear: both;
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	letter-spacing: 0.1em;
	border-top: #99CCFF;
	border-right: #99CCFF;
	border-bottom: #99CCFF;
	border-left: #99CCFF;
	color: #886F6A;
	padding: 0px;
}

