	/* /////////////////////////////// THE AUTOMATIC CITY /////////////////////////////////////////////// */
					
	body {				
				margin-top: 10px;
				background-color: white;
				font-family: sans-serif;
				font-size : 10px;
				color: gray;
	   			}
	h2 {
	margin: 0px;
	color: silver;
	text-transform : uppercase;
	letter-spacing : .6em;
}
				
	.container { 
				position: relative;
				top: 10px; 
				margin: auto;
				text-align: left;
				height: 600px;
				width: 900px;
				
				/*background-color: White;*/
				
				}
	.main {
	
	}
	
	img {
border: none;

}

	.top_menu {
				position: absolute;
			/*	border: 1px dotted silver; */
				height: 50px;
				width: 900px;
				background-color: #fff;
				
	
}
	.top_menu td {
		
	background-color: #fff; 
	text-align: center;
}

.explanation {
}
	
	

	.slotA {
				position : absolute;
				width: 400px;
				height: 350px;
				top: 80px;
				left: 33px;
				border: 1px solid #FFE3E3; 
						
	
}


	
.slotB {
				position : absolute;
				border: 1px solid #D9DBFF; 
				width: 400px;
				height: 350px;
				top: 80px;
				left: 464px;
					
	
}
.panel_2 {
				
	
}

.panel_2 table {
				position: absolute;							
				top: 50px;
				left: 50px;
				
								
				}

.panel_2 td {
			
	
}



.top_menu ul {
display: block;
text-align: center;
	padding: 0px;
	margin: 0px;
	width: 75px;

}

.top_menu li {
	padding: 0px;
	margin: 0px;
}

li {
display: inline;
	float: left;

}

li a:link, li a:visited,  li a:active {
	display: block;
	margin-right: 4px;
	padding: 1px 2px 1px 2px;
	background-color: white;
	width:50px;
	border: 1px solid silver;
	color: #898989;
	text-decoration: none;
	height: 40px;
	
	
}

 li a:hover {
	background-color: #F4F4F4;
	
}


	.text_box {
		position: absolute;
		top: 500px;
		height: 70px;
		width: 600px;
		left: 150px;
		text-align: center;
	}
	
	.text_box2 {
		position: absolute;
		top: 650px;
		height: 70px;
		width: 600px;
		left: 150px;
		text-align: center;
	}

	
	/*////////////////////////////////////////////////THUMB HOLDER STYLES//////////////////////////////////////////////////////*/
	/* USED PRIMARILY ON THE "TABLE" PAGES OR THE TOP 40 PAGES */
	
	
	
.thumb_holder {
 display: block;
 position : absolute;
margin: auto;
margin-top: 200px;
text-align: center;
width: 100%;	
}


.thumb_holder ul {
text-align: center;

}

.thumb_holder li {
	
	padding: 0px;
	margin: 0px 0px 18px 0px ;
	text-align: center;
}

.thumb_holder li img {
	display: inline;
	vertical-align: middle;
	border: 1px solid silver;	
	padding: 0px;
	margin : 0px;
	
	
}

.thumb_holder li a:link, .thumb_holder li a:active, .thumb_holder li a:visited {
width: 96px;
height: 140px;
padding-top: 5px;
margin:1px;
border: white;
text-decoration: none;
border : 1px solid white;
margin-bottom: 0px;
text-align: center;
vertical-align:middle;
}

.thumb_holder li a:hover {
	
	border: 1px solid silver;
}

.thumb_holder li span {
text-align: center;
display: block;
margin-top: -45px;
padding-top:-20px;
position: relative;
color: Gray;

}
 .topItem_explain {
	height: 300px;
	width: 450px;
	position: absolute;
	left: 220px;
	top: 60px;
	text-align: center;
	
	
	
	margin: auto;
	
	
}
/* THIS IS JUST A TWEAK FOR THE "ITEM INFO" PAGES, TO GET THEM TO SHOW UP CORRECTLY */
.topItem_explain h1 {
margin-bottom: -10px; /* I know this doesn't validate, who cares*/
	
	
}

/*////////////////////DIRECTORY HOLDER//////////////// */

.dir_holder {
display: block;
position: absolute;
top: 100px;
text-align: center;
}

.dir_holder ul, dir_holder ol {
	display: inline;
	text-align: center;
	width: 750;

}
.dir_holder li {
	float: left;
	width: 135px;
	height: 158px;
	margin: 0px 2px 10px 2px;
	
}

.dir_holder li img{
	/*max-height: 150px;
	max-width: 150px;*/
	display: inline;
	 margin-top: 5px;
	border: 1px solid silver;
}

.dir_holder li a:link, .dir_holder li a:active, .dir_holder li a:visited {
	
 		width: 130px;
		height: 153px;		
		margin : 0px;
		padding : 0px;
		border: 1px solid white;
		
}

.dir_holder li a:hover{
 	
		border: 1px solid silver;
	
		
}

.dir_holder li span {
position: relative;
text-align: center;
display: block;
margin-top: -17px;
color: Gray;

}

.dir_holder_div {
	width: 750px;
	padding: 15px 0px 25px 0px;

	float: left;
	overflow: visible;
	
	
	
}

/*//////////////////////////////*/
	#buildingsImg {
	position:absolute;
	width: 1286px;
	height: 722px;
	background-image:url(siteGraphics/buildingBG.jpg);
	top: 0px;
	left: -193px ;
	z-index:-10;
		}


