@charset "utf-8";
/* CSS Document */

	.mapcontainer	{
		width: 760px;
		height: 640px;
		margin-left: 0px;

	}

		.window  {
			width: 310px;
			height: 106px;
			background-image: url(../stockton_graphics/farmers_window.png);
			float: right;
			}
		.window_d  {
			width: 310px;
			height: 106px;
			position: relative;
			margin-top: 30px;
			background-image: url(../stockton_graphics/farmers_window.png);
			float: right;
			}
		.window_u  {
			width: 310px;
			height: 106px;
			position: relative;
			margin-top: -60px;
			background-image: url(../stockton_graphics/farmers_window.png);
			float: right;
			}
			
		.windowbar_s  {
			width: 170px;
			height: 300px;
			float:right;
			margin-right: 10px;
			margin-top: 100px;
		
		}