#main table {
	width: 300px;
	border: 0px solid #eee;
	}
#weathertable tr.even {
	background: #E7E0CC;
	}
#weathertable .tablehead th {
	text-align: left;
	font-size: 18px;
	color: #000;
	border-bottom: 2px solid #968552;
	padding-bottom: 5px;
	}
#weathertable th {
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	padding-left: 10px;
/*
	border-bottom: 1px solid #edbb0e;
*/	padding-bottom: 5px;
	}
#weathertable th.right {
	text-align: left;
	padding-left: 10px;
	}
#weathertable td {
	padding-left: 10px;
	line-height: 1.4;
/*
	border-bottom: 1px solid #edbb0e;
*/	padding-bottom: 5px;
	}

#sidebar ul {
	list-style-type: none;
	margin-bottom: 10px;
	}
#sidebar li {
	font-size: 16px;
	line-height: 1.4;
	}