#header {
	background-color:#ffa20C;
	width: 100%;
	height: 55px;
	font-family: arial, helvetica, sans-serif;
	color: #036;
}


#logo {
	position:relative;
	float:left;
	margin-left:20px;
	top: 30px;
	width:150px;
	height:95px;
		   z-index:0;
}

#temperature {
	background-color:#f0f0f0;
	position: absolute;
	top: 180px;
	left: 20px;
	height: 280px;
	border-style: solid;
	border-width: thin;
}

#wind {
	background-color:#f0f0f0;
	position: absolute;
	top: 180px;
	left: 360px;
	height: 200px;
	border-style: solid;
	border-width: thin;
}

#rain {
	background-color:#f0f0f0;
	position: absolute;
	top: 420px;
	left: 360px;
	height: 150px;
	border-style: solid;
	border-width: thin;
}

#baro {
	background-color:#f0f0f0;
	position: absolute;
	top: 590px;
	left: 360px;
	height: 110px;
	border-style: solid;
	border-width: thin;
}

#daily {
	background-color:#f0f0f0;
	position: absolute;
	top: 480px;
	left: 20px;
	height: 500px;
	border-style: solid;
	border-width: thin;
}

#moon {
	background-color:#f0f0f0;
	position: absolute;
	top: 730px;
	left: 360px;
	height: 300px;
	border-style: solid;
	border-width: thin;
}

#image {
	position: absolute;
	top: 1110px;
	left: 200px;
	border-style: solid;
	border-width: thin;
}

#clad {
	position: absolute;
	top: 1400px;
	left: 200px;
}


#headline {
	position:relative;
	top:20px;
	left: 150px;
	height:95px;
	font-family: arial, helvetica, sans-serif;
	color: #036;
	font-size: 2em;
	line-height:3.5em;
	font-weight: bolder;
}

.subheadline {
	font-family: arial, helvetica, sans-serif;
	color: #036;
	font-size: 1.5em;
	font-weight: bolder;
}



