* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg-body.jpg);
	background-repeat: repeat;
	background-position: center top;
}
div#page {
	background-image: url(../images/bkg-page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
div#container {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bkg-wrapper-mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
div#header {
	height: 155px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#logo {
	float: left;
	height: 130px;
	width: 318px;
	margin-top: 8px;
	margin-left: 29px;
}
div#navcontainer {
	float: right;
	height: 49px;
	margin-top: 101px;
	margin-right: 30px;
	overflow: hidden;
	background-image: url(../images/bkg-navcontainer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#banner {
	width: 960px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg-banner-sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	overflow: hidden;
}#home div#banner {
	height: 273px;
	background-image: url(../images/bkg-banner11.jpg);
}
div#slideshow {
	float: left;
	height: 207px;
	width: 460px;
	margin-left: 30px;
	background-image: url(../images/bkg-slideshow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 32px;
	padding-left: 30px;
}
div#info {
	float: right;
	width: 400px;
	margin-right: 30px;
	margin-top: 25px;
	height: 177px;
}
div#wrapper {
	margin: 0px;
	clear: both;
	width: 960px;
	background-image: url(../images/bkg-wrapper-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
div#wrap-bkg {
	background-image: url(../images/bkg-wrapper-foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 30px;
}
div#main {
	float: left;
	width: 560px;
	min-height: 250px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 0px;
}
div#sidebar {
	float: right;
	width: 250px;
	padding-left: 30px;
}
div#subcontent {
	padding-top: 30px;
	padding-bottom: 30px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
div#footer {
	clear: both;
	width: 930px;
	background-image: url(../images/bkg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 116px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #0C5E76;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
div.foot-col {
	float: left;
	width: 280px;
	margin-right: 30px;
}
div#credits {
	background-image: none;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	background-color: #212121;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
}
div#credits #left {
	float: left;
	width: 400px;
}
div#credits #right {
	float: right;
	width: 400px;
	text-align: right;
}

