tml, body { 
	height: 100%; 
	font-family: "lucida grande", "verdana", "arial", "sans-serif"; 
	color: #706666; 
	margin: 0; padding: 0; border: 0; 
	background: #111;
	height: 100%;
}

ul  {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

p {
	font-size: 15px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

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

a:hover {
	color: #522;
	text-decoration: underline;
}

#backgroundPositioner { 
	width: 100%;
	margin: -335px 0 0 0;
	position: absolute;
	top: 50%;
}

#backgroundPanel { 
	background: #000 url(images/HomeBackdrop-loRes.jpg) no-repeat;
	width: 100%;
	height: 560px;
	margin: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


#EbonPose { 
	padding: 188px 422px 0 248px;
	background: transparent url(images/HomeBackdrop.jpg) no-repeat;
}

#homeNavbar {
	padding: 15px 0 0 30px;
}

.filedata {
	font-size: 9px;
	color: #383333;
}

.sep {
	color: #221919;
	font-weight: bold;
	margin: 0 .25em 0 .25em;
}

#homeNavArea {
	float: left;
	margin: 30px 0 0 50px;
	position: relative;
	z-index: 2;
}

#homeNavArea UL {
	font-size: 0;
	line-height: 0;
	height: 15px;
}

#homeNavArea UL LI {
	float: left;
}

#homeNavArea UL LI A {
	text-indent: -9999px;
	display: block;
	height: 20px;
	float: left;
	background: transparent url(images/homeNAV_page.gif) 0 0 no-repeat;
}

#homeNavArea UL LI .sep {
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 5px;
	margin: 0 8px 0 10px;
	float: left;
	background: transparent url(images/homeNAV_page-sep.gif) 0 0 no-repeat;
}

#homeNavArea UL #pageNav1 A {
	width: 69px;
	background-position: 0 0;
}

#homeNavArea UL #pageNav2 A {
	width: 44px;
	background-position: -100px 0;
}

#homeNavArea UL #pageNav3 A {
	width: 50px;
	background-position: -200px 0;
}

#homeNavArea UL #pageNav4 A {
	width: 33px;
	background-position: -300px 0;
}

#homeNavArea UL #pageNav1 A:hover,
#homeNavArea UL #pageNav1.selected A {
	background-position: 0 -20px;
}

#homeNavArea UL #pageNav2 A:hover,
#homeNavArea UL #pageNav2.selected A {
	background-position: -100px -20px;
}

#homeNavArea UL #pageNav3 A:hover,
#homeNavArea UL #pageNav3.selected A {
	background-position: -200px -20px;
}

#homeNavArea UL #pageNav4 A:hover,
#homeNavArea UL #pageNav4.selected A{
	background-position: -300px -20px;
}
