div {
	margin: 0;
	padding: 0;
}
div.content, div.footer, div.column {
	width: 100%;
	display: inline;
	float: left;
}
div.footer {
	margin: 165px 0 0;
	padding: 45px 0 15px;
	background: #0d0d0d;
	font-family: Arial, Helvetica, sans-serif;
}
div.wrapper {
	margin: 0 auto;
	width: 362px;
}
div.footer div.wrapper {
	width: 842px;
}
div.column {
	margin-left: 102px;
	width: 160px;
}
div.first_child {
	margin-left: 28px;
	margin-right: 28px;
	width: 184px;
}
div.last_child {
	margin-left: 0;
	width: 212px;
	float: right;
}
/* Top border and right corner */
.bt {
	background: url(/img/design/div_cbb.gif) no-repeat 100% 0;
	margin: 0 0 0 30px;
	height: 30px;
}
/* Top left corner */
.bt div {
	height: 30px;
	width: 30px;
	position: relative;
	left: -30px;
	background: url(/img/design/div_cbb.gif) no-repeat 0 0;
}
/* Bottom border and right corner */
.bb {
	background: url(/img/design/div_cbb.gif) no-repeat 100% 100%;
	margin: 0 0 0 30px;
	height: 30px;
  }
/* Bottom left corner */
.bb div {
	height: 30px;
	width: 30px;
	position: relative;
	left: -30px;
	background: url(/img/design/div_cbb.gif) no-repeat 0 100%;
}
/* Left border */
.i1 {
	padding: 0 0 0 30px;
	background: #3d3d3d;
}
/* Right border */
.i2 {
	padding: 0 30px 0 0;
	background: #3d3d3d;
}
