#header {
	width: 100%;
	text-align: center;
	font-size: 3em;
	line-height: 1em;
}

#content {
	width: 100%;
	margin: 0px;
	padding-bottom: 25px;
}

#leftcontent {
	float:left;
	padding-left: 25px;
	padding-right: 25px;
}

#rightcontent {
	padding-left: 25px;
	padding-right: 25px;
}

#footer {
	width: 100%;
	float: left;
	text-align: center;
	font-size: .8em;
	padding-top: 25px;
}

#footer a:link {
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
}

#footer a:active {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline overline;
	background-color: #999999;
}

a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(images/too_cool_sash.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
