
/* ------------------------------------------------------------------------- */
/* Index Page                                                                */
/* ------------------------------------------------------------------------- */

#body-outer {
	background-color:	#133131;
	position: 			relative;
}

#header-inner, #body-inner {
	width:				943px;
	margin:				auto;
}

#quickMenu {
	margin-left:		246px;
}

#body-inner {
	background-image: 	url(Index-background.jpg);
	background-repeat: 	no-repeat;
	height: 			487px;	/* height of Index-background.jpg */
	position:			relative;
}

#body-inner * {
	color:				#68EBFF;
	font-size: 			12px;
	font-weight: 		bold;
	text-decoration: 	none;
	text-transform: 	uppercase;
	letter-spacing: 	4px;
}

#body-inner .choose {
	position:			absolute;
	top:				25px;
	left:				545px;
}

#body-inner ul,
#body-inner li, 
#body-inner li a {
	list-style-type: 	none;
	padding: 			0px;
	margin:				0px;
	line-height: 		25px;
	height: 			25px;
	width:				150px;
}

#body-inner ul {
	list-style:			none;
	position:			absolute;
	left:				545px;
	top:				49px;
}

#body-inner li a {
	color: 				#A9EF9B;
}

#body-inner li a:hover {
	color:				#68EBFF;
	text-decoration: 	underline;
}

#body-inner .explanation span {
	background-color: 	#133131;
	padding-left:		0.5em;
	padding-right:		0.5em;
}

#body-inner .explanation {
	position:			absolute;
	top:				385px;
	left:				155px;
}
