body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#wrapper {
	display: block;
	width: 960px;
	position: relative;
	margin: auto;
}
#sidebar {
	display: block;
	width: 390px;
	margin-left: 41px;
	padding: 0 21px;
	background-image: url(images/sidebar.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}
#sidebar p{
	margin: 0; padding: 0;
	display: block;
	padding: 0 20px;
	color: #fff;
	text-shadow: 0px -1px 1px #ec5a00;
	font-size: 16px;
	line-height: 1.4em;
}
#column {
	display: block;
	width: 368px;
	margin-left: 40px;
	padding: 0 21px;
	background-image: url(images/drop-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

.footer-note {
	font-size: 12px;
	text-align: right;
	color: #666;
	line-height: 1.3em
}