

* {
	margin: 0;
}
html, body {
	background-color: #d9d9d9;
	height: 100%;  
}

body {
	text-align: center;
	background-color: #d9d9d9;
	height: 100%;
	background:url(images/body_bg.jpg) repeat-y;
  background-position: top center;
}

.outer_wrapper {
	position: relative;
	height: 100%;
}

.wrapper {
	position: relative;
	width: 789px;
	font-size: 0.9em;
	margin: 0 auto -46px;
	text-align: left;
	background-color: #2d372f; 
  min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -46px; /* the bottom margin is the negative value of the footer's height */	
}


.footer, .push {
	height: 46px; /* .push must be the same height as .footer */
}


.header {
	height: 128px; /*  */
	width: 789px; /*  */
	background:url(images/header_bg.jpg) repeat-x;
}

#logo {
  position: relative;
  margin-top: 20px;
  margin-left:22px;
  float: left;
  border: 0px;
  width: 172px;
  height: 96px;
}

#header_images {
  position: relative;
  margin-top: 20px;
  margin-left:19px;
}


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

.footer {
	position: relative;
	width: 788px;
	margin: 0 auto;
 	background: url(images/footer_bg.jpg) repeat-x;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 789px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}


	/* Menu Animation */

	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		height:28px;
		background:url(bg.png) repeat-x;
		list-style:none;
		margin:0;
		padding:0;
		margin-left: 1px;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
		
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(images/sprite.png) no-repeat scroll top left;
		display:block;
		height:28px;
		position:relative;
		width:158px;
		text-align: center;		
		color: #E1E1E1;		
		font-family: Verdana, Arial;	
		text-decoration: none;
		font-size: 18px;
	}
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(images/sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a span {
		background-position:0px -28px;
	}
	

#myController span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}


#jFlow{
color: #ffffff;
}

.stage {
width:734px; 
height:340px; 
background:url(images/stage.png); 
top: -4px;
left: 26px; 
position: relative;
}

.items {
padding-top: 20px;
margin-left:-17px;
}

.items ul {
padding-left: 40px;
}

.items ul li { 
display: inline; 
}

.items ul li a{
background-color: #e9e7e7; 
border: 1px solid #000000; 
width:228px; 
height:148px; 
float: left;
text-align: center;
font-family: verdana, arial, hevetica;
font-size: 9px;
}

.items ul li a p {
	padding-left: 5px;
	padding-right: 5px;	
	color: #414141;
	font: 1em/1.4em arial,sans-serif;
}

.items ul li a:hover
{
background-color: #d2d1d1;
}

.items ul li a img
{
margin-top: 5px;
margin-bottom: 3px;
border-top: solid 0px #5e5e5e;
border-left: solid 0px #5e5e5e;
border-bottom: solid 1px #5e5e5e;
border-right: solid 1px #5e5e5e;
}