h1 {
	text-align:right;
}

img {
	border-bottom:1px solid #999;
}
#weatherContent {
	width:750px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-color:#fff;
	
	text-align:left;
}

/* -LEFT ---------------------------------------------------- */

#weatherLeft {
	width:198px;
	float:left;

	font-family:helvetica, 'Neue Helvetica', 'Helvetica Neue', arial, sans-serif;
}

#mainMenu ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:15px;
	
	font-weight:bold;
	font-size:.85em;
	
	border-top:1px solid #999;
}
#mainMenu li {
	padding-top:2px;
	padding-bottom:2px;
	
	padding-left:10px;
	border-bottom:1px solid #999;
}
#mainMenu ul a {
	text-decoration:none;
	color:#000;
}
#mainMenu li:hover {
	background-color:#96c4e7; /*d8edaa*/
}


/* -RIGHT -------------------------------------------- */

#weatherRight {
	width:511px;
	float:left;
	
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;

	border-left:1px solid #999;
}


/* -OTHER ------------------------------------------------ */

.annSource {
	list-style:none;
	padding-left:0;
	margin-left:20px;
}
.annSource li li {
	list-style:none;
	padding-left:0;
	margin-left:-10px;
}

.sourcetype {
	font-style:italic;
	font-weight:bold;
}




/*
#pageContent {
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}

#weatherLeft {
	float:left;
	width:400px;
	padding-right:20px;
}

#weatherRight {
	float:left;
	width:250px;
	padding-left:20px;
	border-left:1px solid #999;
}
#secRight ul {
	list-style:none;
	padding-left:0;
	margin-left:0;

}

#secRight li {
	padding-bottom:7px;
}
*/
