@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
#container {
	width: 57em;
	height:27.9em;
	background: #FFF;
	margin: 7em auto 0 auto;
	border: 1px solid #000;
	text-align: left;
} 
#top1 {
	background: url(images/swirl2.png) no-repeat;
	float:left;
	height:111px;
	width:74px;
	position:relative;
	top:-2.9em;
	right:3em;
	z-index:100;
}
#top2 {
	background: url(images/swirl1.png) no-repeat;
	float:right;
	height:111px;
	width:74px;
	position:relative;
	top:23.1em;
	left:3.1em;
	z-index:150;
}
#header {
	background: url(images/head.png) repeat-x;
	padding: 0;
	height:4.1em;
	position:relative;
	top:-7.95em;
}
#header h1 {
	margin: 0;
	padding:0;
	font-family: Amienne, "Times New Roman", Times, serif;
	font-size:50px;
	letter-spacing:1px;
	font-weight: normal;
	position: relative;
	left: 4em;
	width: 6em;
	top: -0.23em;
}
.span1 {
	font-family: Amienne, "Times New Roman", Times, serif;
	font-size:100px;
	letter-spacing:1px;
	font-weight: normal;
}
#header h2 {
	margin:0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#580000;
	letter-spacing:1px;
	position:relative;
	word-spacing: 3px;
	left: 49.5%;
	top: -19px;
	width: 20em;
}

#inner {
	background:url(images/contentbg.png) repeat-x;
	height:33.39em;
	font-size:12px;
	border-top:1px solid #000;
	position:relative;
	top:-10.65em;
}
#left {
	float:left;
	width: 600px;
}
#right{
	float:right;
	width: 20em;
	position: relative;
	top: 17em;
	right: 3em;
}
h1, h2 {
	font-family:Nyala;
	font-size:18px;
}
.disclaimer {
	text-align:center;
	font-size: 10px;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	margin: 0;
	color: #000;
	padding-bottom: 5px;
}
ol	{
	position: relative;
	width: 140px;
	top: -1.6em;
	color: #000;
}
li {
	line-height:1em;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 10px;
}
.disc {
	position:absolute;
	top:244px;
	left:637px;
	width: 200px;
}
.exit {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	text-align:center;
	position:absolute;
	left:5em;
	top: -3em;
	background:url(images/intronav1.png) no-repeat bottom;
	height: 1.9em;
	font-style: italic;
}

.enter {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	text-align:center;
	position:absolute;
	left:1.6em;
	top:-5em;
	background:url(images/intronav2.png) no-repeat bottom;
	height: 1.9em;
	font-style: italic;
}
a {
	text-decoration:none;
	color:#580000;
}
a:hover {
	color:#fff;
}


#mainContent {
 	margin: 0 0em 0 21em;
} 
#footer { 
	padding: 0 10px;
} 
#footer p {
	margin: 0;
	padding:0;
	color:#ccc;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0px;
	position:relative;
	color: #ddd;
	width: 100%;
}
.copyright a {
	text-decoration:none;
	color:#D7CCBE;
}
.copyright a:hover {
	color:#ddd;
}
.banners {
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0px;
	color: #ddd;
	width: 100%;
	margin-top:-4em;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}