/*

Normal web stylesheet

From google maps:
	
	highway orange: #F2BF24
	neutral: #f2efe9
	
Colors:
	
	heatmap blue (in 5% increments): #f33f00
	
	logo blue:	#5533F2
	
	browns and oranges:  
		#A98619
		#FFF2C9
		#FFE492
	
	other blues:
		#3B24A9
		#D6CDFF
		#AC9AFF
		
*/

body {
	/*background-color: #BDC3F8;*/
	margin-top: 0;
	padding-top: 0;
}

div.header {
	background-position: top left;
	background-image: url("../images/map-logo-tiny.png");
	background-repeat: no-repeat;
	height: 100px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 130px;
}

div.header-big {
	background-position: top left;
	background-image: url("../images/map-logo-sm.png");
	background-repeat: no-repeat;
	height: 210px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 280px;
}

