@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	background-image: url(images/weather-back.jpg);
}
.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#mainbox {
	width: 800px;
}
#header {
	height: 184px;
	float: left;
	width: 800px;
	background-color: #FFFFFF;
}
#googletop {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	float: left;
	width: 800px;
	background-color: #FFFFFF;
}
#left-col {
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	height: 740px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#index {
	width: 800px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
}

#middle {
	float: left;
	width: 474px;
	padding-top: 10px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#right-col {
	float: left;
	width: 150px;
	padding-top: 10px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	height: 740px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#footer {
	float: left;
	width: 800px;
	font-size: 8pt;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 17pt;
	display: inline;
	color: #009900;
}
h2 {
	font-size: 16pt;
	display: inline;
}
h3 {
	font-size: 14pt;
	display: inline;
}
h4 {
	font-size: 12pt;
	display: inline;
}
