@charset "utf-8";
/* CSS Document */
#column1 {
	width: 353px;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
}

#column1box {
	width: 353px;
	margin-bottom: 20px;
}

#weatherbox {
	width: 353px;
	margin-bottom: 20px;
	background-color: #3e6634;
	padding-bottom: 15px;
}

#weatherbox img.banner {
	margin-bottom: 15px;
}

#poll {
	width: 353px;
	height: 228px;
	background-image: url(../images/poll_bg.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#column2 {
	width: 287px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#column2box {
	width: 287px;
	margin-bottom: 20px;
}
#header #header-links {
	position : absolute;
	top : 7px;
	right : 7px;
} 

