#btm {
	background-image: url(../images/btmc.gif);
	background-repeat: repeat-y;
}
#col1 {
	float: left;
	display: inline;
	margin-left: 15px;
	width: 300px;
}
#col2, #col3 {
	float: left;
	width: 300px;
	margin-left: 10px;
}
#copyright {
	border-top: 10px solid #2d3b4e;
	text-align: center;
	background-color: #1e252f;
	padding: 10px;
	/*margin-top: 10px;*/
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#copyright p {
	color: #7191bc;
	margin-bottom: 0px;
}
