#layMenu {
	background-color: #DEE4E4;
	height: 66px;
}
#layBody {
	width: 1000px;
}

#laySubimage {
	background-image: url(images/comm/bg_top.gif);
	height: 135px;
}
#layLeft {
	float: left;
	width: 213px;
	padding-left:0px;
	margin-left:0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
#layContent {
	float: left;
	width: 660px;
	padding-top: 20px;
	padding-right: 38px;
	padding-bottom: 10px;
	padding-left: 38px;
	margin: 0px;
}
#layBottom {
	clear: both;
	height: 78px;
	background-image: url(images/comm/bg_bottom.gif);
}
