.page {
	background-color: white;
	max-width: 900px;
	min-width: 750px;
}

#title {
	color: white;
	background-color: #000099;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#home .home, #almanac .almanac, #daily .daily, #weekly .weekly, #monthly .monthly, #yearly .yearly, #forcasts .forcasts {
	background-color: #0077ee;
}

#menu {padding-bottom: 10px;}

#menu td, #footer td {
	background-color: #000099;
	font-weight: bold;
}

#menu a, #footer a {
	text-decoration: none;
	color: white;
	margin-left: 3px;
	margin-right: 4px;
}

#menu a:hover, #footer a:hover {
	background-color: white;
	color: #000099;
}

#mainleft {
	float: left;
	width: 50%;
}

#mainright {
	width: 50%;
	float: right;
}

.box {
	border: 1px solid #000099;
	padding-bottom: 10px;
}

.boxtitle {
	background-color: #000099;
	text-align: center;
	font-weight: bold;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.boxkey1 {
	font-weight: bold;
	text-align: center;
	padding: 15px 0 5px;
}

.boxvalue1 {
	text-align: center;
	padding: 15px 0 5px;
}

.boxkey {
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px;
}

.boxvalue {
	text-align: center;
	padding: 5px 0 5px;
}

#bottom {
	padding-top: 20px;
	clear:both;
}

.footertext {
	text-align: center;
	font-size: smaller;
	color: white;
	padding: 3px 8px;
}
