/* CSS Document */
body,html{
	position:relative;
	margin:0px;

	text-align:center;
	background-color:#f0f0f0;
	width:100%;
	height:100%;
}

#Container{
	position:relative;
	top:50px;	
	margin:0px auto;
	height:370px;
	width:680px;
	
}


#Shell{
	position:absolute;
	top:0px;
	left:0px;
	height:370px;
	width:680px;
	z-index:0;	
}


#Content{

	position:absolute;
	top:30px;
	left:75px;
	
	height:310px;
	width:280px;
	text-align:justify;

	z-index:1;
	padding-right:5px;
	
	overflow:auto;
	
	font:11px Arial;
	color:#666666;
}

#Navigation{
	position:absolute;
	width:750px;
	height:600px;
	top:-70px;
	left:70px;
	
	z-index:10;
}

#Building{
	position:absolute;
	
	bottom:15px;
	right:30px;
	
	height:320px;
	width:300px;

}

#Cube{
	position:absolute;
	top:-25px;
	left:-30px;
	z-index:10;

}

#PDF{
	width:250px;
	height:50px;
	position:absolute;
	bottom:-40px;
	left:15px;
	z-index:30px;
	font:11px Arial;
	color:#666666;
	text-align:left;
}

#PDF p{
	padding:0px;
	margin:0px;
}

#PDF img{
	float:left;
}

#PDF a{
	color:#aaaaaa;
	text-decoration:none;
}

#PDF a:hover{
	color:#666666;
	text-decoration:none;
}

#Footer{
	position:fixed;
	bottom:-20px;
	left:0px;
	z-index:-5px;
}


