@import url("page.css");
@import url("bks.css");
html { 
scrollbar-arrow-color:#FE8C14; 
scrollbar-track-color:#DCDCDC; 
scrollbar-face-color:#DDDDDD; 
scrollbar-highlight-color:#DDDDDD; 
scrollbar-3dlight-color:#302A7B; 
scrollbar-darkshadow-color:#302A7B; 
scrollbar-shadow-color:#CCCCCC; }  

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	background-color: #DCDCDC;
	background-image: url(../pix/bk-wrap.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* Main Divs */

#wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#page {
	width: 820px;
	background-image: url(../pix/bk-page.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px auto;
}
#header {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0px;
	}
#footer {
	width: 820px;
	height: 70px;
	background-image: url(../pix/bk-footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
#terms {
	height: 20px;
	width: 788px;
	background-color: #302A7B;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#terms P {
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 3px;
}
#terms A {
	color: #FFFFFF;
	text-decoration: none;
}
#terms A:Hover {
	color: #302A7B;
	text-decoration: none;
	background-color: #DDDDDD;
}
#address {
	height: 20px;
	width: 788px;
	background-color: #9AA5D1;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#address P {
	color: #000000;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 3px;
}
#address A {
	color: #302A7B;
	font-weight:bold;
	text-decoration: none;
}
#address A:Hover {
	color: #302A7B;
	text-decoration: none;
	background-color: #DDDDDD;
}
#pageIndent {
	margin: 6px;
}
/* Main text */
#bodyIndent {
	margin: 12px;
}
#shopindent {
margin: 2px;
}