body {
	background-color: #ffffff;
	text-align: center;
	margin:  0px;
	padding: 0px;
}
#wrp {
	text-align: left;
	position: relative;
	margin-left:  auto;
	margin-right: auto;
	width: 950px;
}
#hdr {
	width: 950px;
	height: 365px;
	overflow: hidden;
}
#cnt {
	width: 950px;
	background-repeat: repeat-y;
}

ul.subnav {
	border-top-color: #d1d5bf;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 5px;
	list-style: none;
}
ul.subnav li {
	background: url(/rsrc/common/dottedrule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left:   0px;
	padding-top:    5px;
	padding-bottom: 5px;
}

#item {
	apadding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5bf;
}
#item img {
	padding-bottom: 10px;
}

#clear {
	clear: both;
}
#ftr {
	width: 950px;
	clear: both;
}
#ftr img {
	vertical-align: top;
}