@charset "utf-8";
#container {
	margin: auto;
	width: 900px;
	background-color: #efefef;
}
#banner {
	height: 60px;
	background-color: #b90000;
	background-image: url(../Images/Withins_banner_wide.gif);
}
#nav {
	background-color: #1b1b1b;
	height: 41px;
	background-image: url(../Images/MenuSides.jpg);
	background-repeat: repeat-x;
	padding-left: 72px;
}
#footer {
	background-color: #2c2c2c;
	height: 27px;
	color: #FFFFFF;
	font-size: x-small;
	text-align: right;
	clear: both;
}
#footer #sponsor_link {
	padding-right: 20px;
	height: 15px;
	background-image: url(../Images/Withins_banner_wide.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer #spacer {
	height: 11px;
	background-image: url(../Images/MenuSides.jpg);
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
