body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
	background-image: url(../images/bkr.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
#wrapper{
	align: center;
	text-align: center;
	width: 1024px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
	visibility: visible;
	overflow: visible;
}#header {
	background-image: url(../images/hdr.jpg);
	height: 121px;
	width: 1024px;
}

#nav {
	height: 50px;
	width: 1024px;
}
#leftcollumn {
	text-align: right;
	width: 325px;
	padding-top: 10px;
	padding-right: 25px;
	float: left;
}
#collumnright {
	text-align: left;
	float: right;
	width: 620px;
	padding-right: 45px;
	padding-top: 10px;
}
#footer {
	align: center;
	text-align: center;
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
	visibility: visible;
	overflow: visible;
	background-image: url(../images/ftr_bkr.jpg);
	background-repeat: repeat-x;
	height: 52px;
	clear: both;
}

