@charset "UTF-8";



#header{
	background-image: url(../images/header_bkr2.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 162px;
}
#headerbase{
	background-image: url(../images/bkr_interiorbody2.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 162px;
	background-position: center top;
}
#mainbody{
	background-image: url(../images/bodycontent_bkr2.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#midbody{
	background-image: url(../images/midbody_bkr2.jpg);
	background-repeat: repeat-x;
	height: 96px;
	width: 100%;
}
#footerbody{}
body {
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkr_interiorbody2.jpg);
	background-position: center top;
}
#mininav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #663;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#mininav a {
	color: #660;
	text-decoration: none;	
}
#mininav a:hover {
	color: #303;
	text-decoration: none;
}
#wrapper {
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
	visibility: visible;
	overflow: visible;
}
#maincopy{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#maincopy a {
	color: #660;
	text-decoration: none;	
}
#maincopy a:hover {
	color: #303;
	text-decoration: none;
}
#logo{
	float: left;
	width: 450px;
	text-align: left;
}
#contact{
	float: right;
	width: 524px;
	text-align: right;
}
