/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #b16e5e;
}
p,td,li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
td {
	vertical-align: top;
}
.pageWidth {
	width: 743px;
}

#page {
	background: #f3e5b4 url("/images/bk_page.jpg") repeat-x;
	margin: 0px;
	text-align: left;
}	
#top {
	width: 100%;
	height: 46px;
	background: url("/images/bk_top.jpg") repeat-x;
	margin: 0px;
}
#content {
	width: 743px;
}
#hmText {
	padding: 0px 20px 0px 20px;
	position: relative;
	top: -35px;
}
#text {
	padding: 0px 20px 0px 30px;
	position: relative;
	top: -40px;
}
td.nav {
	background: #f4e8b2 url("/images/bk_nav.gif") repeat-y;
}
#navbar {
	background: url("/images/bk_navbar.jpg") no-repeat;
	height: 465px;
}


#footer {
	width: 100%;
	height: 90px;
	margin: 0px;
	background: url("/images/bk_bottom.jpg") repeat-x;
	text-align:center;
	z-index: 99;
}
#footerTxt {
	padding: 13px 0px;
	font: 10px Arial;
	color: #f4e8b2;
}

.pic {
	border: solid 4px #b0a081;
	position: relative;
}
.picR {
	border: solid 4px #b0a081;
	margin: 10px 0px 20px 15px;
	float:right;
	position: relative;
}
.subhead {
	font: bold 14px Tahoma,Verdana;
	color: #790A10;
}