@charset "UTF-8";
#wrap #mainwin #weather {
	float: right;
	width: 160px;
}
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #996600;
	z-index: auto;
	height: 600px;
	left: 155px;
	top: 155px;
	width: 90%;
	color: #000000;
}
#wrap #mainwin {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	z-index: 1;
	height: 500px;
	overflow: scroll;
	width: 95%;
	float: left;
	padding: 5px;
	clear: left;
	border: thin outset #000066;
	color: #000066;
	background-repeat: no-repeat;
	background-position: left top;
}
#wrap #header {
	background-position: left top;
	padding: 5px;
	float: left;
	height: 140px;
	width: 90%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#wrap #header #headimage img {
	float: left;
	background-color: #996600;
	background-position: left top;
}

#wrap #sidebar {
	padding: 5px;
	height: 500px;
	width: 150px;
	top: 177px;
	left: 8px;
	position: absolute;
}
#wrap #footer {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	font-style: oblique;
	line-height: normal;
}#wrap #footer .style1 {
	color: #FFFFFF;
}
#wrap #footer a:link {
	color: #FFFFFF;
}
#wrap #footer a:visited {
	color: #FFFFFF;
}
#wrap #footer a:hover {
	color: #CCFFFF;
}
#wrap #footer a:active {
	color: #FFFFFF;
}
