
		img{
			height: 1200px;
			
			position: absolute;
			
			margin-left:10px;
			margin-top: 60px;	
		}
		
		#bar1{
			border: 2px solid black;
			background-color: black;
			
			position: absolute;
			
			width: 95px;
			height: .5px;
			
			margin-top: 450px;
			margin-left: 422px;
			
		}
		
		#bar2{
			border: 2px solid black;
			background-color: black;
			
			position: absolute;
			
			width: .5px;
			height: 50px;
			
			margin-top: 150px;
			margin-left: 180px;
			
		}
		
		#bar3{
			border: 2px solid black;
			background-color: black;
			
			position: absolute;
			
			width: 17px;
			height: .5px;
			
			margin-top: 730px;
			margin-left: 610px;
			
			
		}
		
		#bar4{
			border: 2px solid black;
			background-color: black;
			
			position: absolute;
			
			width: .5px;
			height: 180px;
			
			margin-top: 550px;
			margin-left: 630px;
			
		}
		
		#bar5{ 
			border: 2px solid black;
			background-color: black;
			
			position: absolute;
			
			width: .5px;
			height: 86px;
			
			margin-top: 904px;
			margin-left: 405px;
			
		}
		
		#bar6{
			border: 2px solid black;
			background-color: black;
			
			position: absolute;
			
			width: 130px;
			height: .5px;
			
			margin-top: 990px;
			margin-left: 405px;
			margin-bottom: 10px;
			
			
			
		}
		
		#bar7{
			border: 2px solid black;
			background-color: black;
			
			position: absolute;
			
			width: 160px;
			height: .5px;
			
			margin-top: 150px;
			margin-left: 180px;
			margin-bottom: 10px;
						
			
		}
		
		#z{
			border: 2.5px dotted black;
			width: 200px;
			height: 20px;
			
			position: absolute;
			
			margin-left: 10px;
			margin-top: 20px;
			text-align: center;
		}
		
		#y{
			border: 2.5px dotted black;
			width: 200px;
			height: 20px;
			
			position: absolute;
			
			margin-left: 211px;
			margin-top: 20px;
			text-align: center;
		}
		
		#x{
			border: 2.5px dotted black;
			width: 200px;
			height: 20px;
			
			position: absolute;
			
			margin-left: 412px;
			margin-top: 20px;
			text-align: center;
		}
		
		#w{
			border: 2.5px dotted black;
			width: 200px;
			height: 20px;
			
			position: absolute;
			
			margin-left: 613px;
			margin-top: 20px;
			text-align: center;
		}
		
		#a{
			border: 2.5px dotted black;
			width: 300px;
			height: 75px;
			margin-left: 342px;
			margin-top: 112px;
			
			position: absolute;
			
			font-family: "Kozuka Mincho Pro", "Georgia";
			font-size: 35px;
			text-align: center;
		}
		
		#b {
			border: 2px dotted black;
			width: 200px;
			height: 200px;
			margin-top: 200px;
			margin-left: 100px;
						
			background-color: beige;
			
			position: absolute;
			
			font-family: "Cochin", "Georgia";
			font-size: 25px;
			text-align: ;
		}
		
		#c{
			border: 2px dotted black;
			width: 200px;
			height: 200px;
			margin-top: 300px;
			margin-left: 220px;
			
			background-color: ;
			
			position: absolute;
			
			font-family: "Cochin", "Georgia";
			font-size: 25px;
			text-align: right;
		}
		
		
		#d{
			border: 2px dotted black;
			width: 200px;
			height: 200px;
			margin-top: 350px;
			margin-left: 520px;
			
			background-color: silver;
			
			position: absolute;
			
			font-family: "Cochin", "Georgia";
			font-size: 25px;
			text-align: center;
		}
		
		#e{
			border: 2px dotted black;
			width: 200px;
			height: 200px;
			margin-top: 630px;
			margin-left: 410px;
			
			position: absolute;
			
			font-family: Cochin, Georgia;
			font-size: 25px;
			text-align: center;
		}
		
		#f{
			border: 2px dotted black;
			width: 200px;
			height: 200px;
			margin-top: 700px;
			margin-left: 255px;
			
			background-color: pink;
			
			position: absolute;
			
			font-family: Cochin, Georgia;
			font-size: 25px;
			text-align: left;
		}
		
		#g{
			border: 2px dotted black;
			width: 200px;
			height: 200px;
			margin-top: 950px;
			margin-left: 530px;
			
			background-color: beige;
			
			position: absolute;
			
			font-family: Cochin, Georgia;
			font-size: 25px;
			text-align: center;
		}
		
		.links2{
			font-family: Cochin, Georgia;
			font-size: 15px;
			text-align: left;
		}
		
		
		.links{
			font-family: Cochin, Georiga;
			font-weight: normal;
			font-size: 15px;
			text-align: right;
			
			margin-top:0;
		}
		
		#lefts{
			text-align: left;
		}
		
		.lefts2{
			
			font-family: Cochin, Georgia;
			font-size: 15px;
			text-align: left;
		}
		
		
		
		
		
		
		
		
		
		
		#nest li{
			list-style: none;
			
			width: 150px;
			
			font-family: Kozuka Mincho Pro, Cochin, Georgia;
			font-weight: normal;
			font-size: 15px;
			line-height: 30px;
			
			top: -20px;
			left: 20px;
			
			cursor: pointer;
			position: relative;
			text-indent: 12px;

		}
		
		#nest li:hover{
			outline: 1px solid white;
			background-color: none;
	
		}
		
		#nest, #nest ul{
			padding: 0;
			
		}
	
		#nest ul{			
			position: absolute;
			display: none;
			left: 125px;
			top:24px;

		}

		#nest li:hover ul{
			display: block;
		}
		
		#nest li:hover li{
			display: block;
			outline: 1px dotted black;
			background-color: beige;
		}

		#nest *{ 
			
			/*applies everything to the "nest" family*/
			
			/*outline: 2px solid black;*/
			width: 250px;
		}
		
		#nest li ul li:hover{
			color: pink;
		}
		
		
		
		

		