@charset "utf-8";
html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	background-image: url(../images/inside.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: scroll;
}
#background {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	width: 1680px;
}


#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#enter {
	margin-top: 300px;
	margin-left: 360px;
}
#enter h1 a {
	color: #FFF;
	text-decoration: none;
}
#enter h1 a:hover {
	color: #C89200;
	text-decoration: none;
}


#nav {
	width: 150px;
	float: left;
	margin-top: 300px;
	margin-left: 60px;
}
#nav ul {
	position: relative;
	float: left;
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav a {
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: right;
	font-style: italic;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 30px;
	color: #FFF;
}
#nav a:hover {
	color: #C90;
}
#nav a.on {
	display: block;
	color: #C90;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}


#mainContent {
	height: 100%;
	width: 500px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 300px;
	margin-left: 25px;
} 


#mainContent  img {
	padding: 5px;
	border: 1px dotted #FFF;
}
#mainContent     img.top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent div ul li {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	line-height: 2em;
}
#mainContent div ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5px;
	color: #C99B00;
}
#mainContent div table {
	margin: 0px;
	padding: 0px;
}
#mainContent div table tr td ul li h3 {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}



h1 {
	font-size: 16px;
	text-transform: lowercase;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
}






h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C90;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 0;
}
h4 {
	font-family: Verdana;
	font-size: 24px;
	color: #C90;
	text-align: left;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 10px;
	text-transform: uppercase;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #CCC;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	line-height: 1.5em;
}
p a {
	color: #C90;
}
