* {
	padding:0;
	margin:0;
	vertical-align: middle;
}

HTML {
  font-size:100.01%;
	text-align:center;
  width: 100%;
}

BODY {
	padding: 0 0;
	background: #736865;
	font: 1em 'Trebushet MS',sans-serif;
	color: #4F4F4F;
  width: 100%;
	text-align: center;
}

#container{
  clear: both;
  float: none;
}

/* top-container */
#top-container{
	width:970px;
	height:159px;
}
	#top-container DIV.left{
		width:10px;
		height:159px;
		background:url(../i/bg_02.jpg) no-repeat;
		float: left;
    clear:left;
	}
	#top-container DIV.center{
		width: 950px;
		height: 159px;
		background: url(../i/bg_03.jpg) no-repeat;
		float: left;
    clear:none;
	}
	#top-container DIV.right{
		width:10px;
		height:159px;
		background:url(../i/bg_04.jpg) no-repeat;
		float:left;
    clear:right;
	}

/* menu */
#menu{
	width:970px;
	height:82px;
}
	#menu DIV.left{
		width:10px;
		height:82px;
		background:url(../i/bg_06.jpg) no-repeat;
		float:left;
    clear:left;
	}
	#menu DIV.center{
		width:950px;
		height:82px;
		float:left;
    clear:none;
		background:url(../i/bg_07.jpg) no-repeat;
    text-align:left;
	}
	#menu DIV.right{
		width:10px;
		height:82px;
		background:url(../i/bg_08.jpg) no-repeat;
		float:left;
    clear:right;
	}

/* wall */
#wall{
	width: 970px;
	border: 0 none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	#wall TR.top{
		height:29px;
	}
		#wall TR.top TD.left{
			height: 29px;
			width: 10px;
			background: url(../i/bg_09.jpg) repeat-y;
		}
		#wall TR.top TD.center{
			width: 590px;
			height: 29px;
			background: url(../i/bg_10.jpg) repeat-y;
			padding: 0px 0px 0px 0px;
			font-weight: bold;
			font-size: 1em;
			margin: 0px 0px 0px 0px;
			text-align: left;
			vertical-align: top;
		}
		#wall TR.top TD.stairs{
			width: 40px;
			background: url(../i/bg_11.jpg) repeat-y;
		}
		#wall TR.top TD.wall2{
			width: 320px;
			background: url(../i/bg_12.jpg) repeat-y;
      vertical-align: top;
      text-align: left;
		}
		#wall TR.top TD.wall2 DIV.scenario{
      vertical-align: top;
      text-align: left;
      color: #FFF;
      margin: 10px;
      width: 300px;
      font-size: 0.8em;
    }

    #wall TR.top TD.wall2 DIV.scenario A{
      color:#FFF;
      font-weight:bold;
      text-decoration:underline;
    }


		#wall TR.top TD.right{
			width: 10px;
			background: url(../i/bg_13.jpg) repeat-y;
		}
	#wall TR.wall{
	}
		#wall TR.wall TD.left{
			width: 10px;
			background: url(../i/bg_14.jpg) repeat-y;
		}
		#wall TR.wall TD.center{
			width: 590px;
			background: url(../i/bg_15.jpg) repeat-y;
			background-color: #E1DED6;
		}

/* down-container */
#down-container{
	width:970px;
	height: 71px;
	margin:0;
	padding:0;
}
	#down-container DIV.left{
		width:10px;
		height: 71px;
		background:url(../i/bg_16.jpg) repeat-y;
		float: left;
	}
	#down-container DIV.center{
		width: 590px;
		height: 71px;
		background: url(../i/bg_17.jpg) repeat-y;
		float: left;
		vertical-align: bottom;
		text-align: center;
	}
	#down-container DIV.center DIV.down_menu{
		width: 590px;
		vertical-align: bottom;
		margin: 2.5em 0 0 0;
		color: #eeeae5;
		font-size: 0.9em;
	}
	#down-container DIV.center DIV.down_menu A,
	#down-container DIV.center DIV.down_menu A:active,
	#down-container DIV.center DIV.down_menu A:visited
	{
		padding: 0 5px 0 5px;
  	color: #4F4F4F;
		font-size: 0.9em;
	}
	#down-container DIV.center DIV.down_menu A:hover{
  	color: #1F1F1F;
		padding: 0 5px 0 5px;
	}
	
	#down-container DIV.stairs{
		width:40px;
		height: 71px;
		background: url(../i/bg_18.jpg) repeat-y;
		float: left;
	}
	#down-container DIV.wall2{
		width:320px;
		height: 71px;
		background: url(../i/bg_19.jpg) repeat-y;
		float: left;
	}
	#down-container DIV.wall2 DIV.down_menu{
		width:320px;
		vertical-align: bottom;
		margin: 2.5em 0 0 0;
		color: #eeeae5;
		font-size: 0.9em;
	}
	#down-container DIV.wall2 DIV.down_menu A,
	#down-container DIV.wall2 DIV.down_menu A:active,
	#down-container DIV.wall2 DIV.down_menu A:visited
	{
		color: #eeeae5;
		padding: 0 5px 0 5px;
		font-size: 0.9em;
	}
	#down-container DIV.wall2 DIV.down_menu A:hover{
		color: #FFF;
		padding: 0 5px 0 5px;
		font-size: 0.9em;
	}
	
	#down-container DIV.right{
		width:10px;
		height: 70px;
		background: url(../i/bg_20.jpg) repeat-y;
		float: left;
		clear: right;
	}

