body {
background: #ededed;
padding: 0;
margin: 0;
font-size: 12px;
}

#header {
height: 141px;
width: 1000px;
background: #333333;
}

.image {
max-width: 460px;
}

.imageMainBelow {
max-width: 320px;
}

.desc {
padding: 5px;
}
	.box {
	cursor: pointer;
	font-size: 16px;
	padding: 5px;
	}
	
	.boxMain {
	}
	
	#box1 {
		position:absolute;
		left:10px;
		top:150px;
		width: 460px;	
		height: 400px;	
	}
	
	
	#boxRight {
		padding: 0;
		margin: 0;
		position:absolute;
		left:475px;
		top:150px;
		width: 250px;
	}

	#boxRight .boxMain {
	margin-bottom: 5px;
	}

	#boxMainBelow {
		padding: 0;
		margin: 0;
		position:absolute;
		left:5px;
		top:560px;
		width: 720px;
		height: 500px;
	}

	
	#boxMainBelow .boxMain {
	float:left;
	width: 355px;
	margin-left: 5px;
	margin-bottom: 5px;
	min-height: 290px;
	background: #fff;
	}

	#boxMainBelow .desc {
	min-height: 190px;
	}

	#farRight {
		position:absolute;
		left:730px;
		top:150px;
	}

	#myList {
		position:absolute;
		left:730px;
		top:980px;
		width: 250px;	
		height: 200px;
		background: #fff;
	}

	#coords {
		position:absolute;
		left:730px;
		top:1185px;
		width: 250px;	
		height: 400px;	
	}
	.buttons {
	float: right;
	margin: 5px;
	padding: 0;
	cursor: pointer;
	}
	
	.buttons img {
	padding-left: 5px;
	}

.ohmy {
background: #aaa;
}

.onny {
background: #fff;
}

