@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #23150d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #dac090;
	background-image: url(img/bh-bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h2 {font-size:18px;}
#topshadow {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:32px;
	background-image:url(img/bg-top.png);
	background-repeat: no-repeat;
}
#bottomshadow {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:29px;
	background-image:url(img/bf-bottom.png);
	background-repeat: no-repeat;
}
#mainshadow {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	background-image:url(img/bg-main.png);
	background-repeat: repeat-y;
}
#mainblock {
	display:block;
	width:880px;
	padding-left:50px;
}
#header {
	position: absolute;
	z-index:3;
}
#slideshow {
	margin-top:52px;
	width:493px;
	height:372px;
	z-index:2;
	position:absolute;
}
#hometext {
	width:310px;
	position: absolute;
	padding-left:520px;
	}
#bottomtext {
	padding-top:430px;
}	
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

#menu{
margin-left:50px;
}

.clear {
	clear:both;
	height:0px;
}