body, td, th {
	font-family: Georgia, Times New Roman, serif;
	padding: 25px 0 0 0;
	margin: 0;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	padding: 0 0 10px 0;
	margin: 0;
}

h1 {
	font-size: 30pt;
}

table {
	border: collapse;
}

td {
	padding: 5px;
}

img {
	border: 0;
}

#wrap {
	margin: 0 auto;
	width: 800px;
}

#header {
	text-align: center;
}

#footer {
	font-size: 90%;
	padding: 50px 0 0 0;
	text-align: center;
	clear: both;
}

#message {
	text-align: center;
	margin: 20px;
	font-style: italic;
	font-size: 14pt;
}

#errormessage {
	text-align: center;
	margin: 20px;
	font-style: italic;
	color: #c00;
	font-size: 14pt;
}

#content {
}

.narrowcontent {
	margin: 0 auto;
	width: 600px;
}

.narrowcontent p {
	text-indent: 2em;
	line-height: 1.5em
}

.firstvisit {
	margin-top: 25px;
}

.firstvisit h3 {
	text-align: center;
}

.forecast {
	text-align: center;
	padding: 20px 0 50px 0;
	clear: both;
}

.forecast .conditions {
	float: left;
	width: 450px;
}

.forecast .temperature {
	float: left;
	width: 240px;
}

.forecast .temperature img {
	padding: 25px 0 0 0;
}

.forecast .temp {
	font-size: 16pt;
	font-weight: bold;
	margin: 10px;
}

.forecast h2 {
	margin: 0 0 10px 0;
}

.forecast h2.tomorrow {
	color: #ccc;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.highlight {
	background-color: #ffc;
}

.small {
	font-size: 85%;
}

.tiny {
	font-size: 75%;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter, .center {
	text-align: center;
}

.input {
	border: 1px solid #ccc;
	padding: 5px;
}
