@charset "utf-8";

.clear{
	clear:both;
}
#pageHd {
	background: url("images/bg_hd.jpg") 50% 0 no-repeat;
}

#HeadPaneWrap {
	min-height: 190px;
	padding-bottom: 12px;
}

* html #HeadPaneWrap {
	height: 190px;
}

.HeadLeftPane,.HeadRightPane {
	vertical-align: top;
}

.TopPane {
	margin: 0 0 10px;
}

.ContentPane {
	clear: both;
	margin: 0;
}

#ContentMainWrap{
	float:left;
	width:759px;
}

#ContentLeftUpWrap,#ContentLeftDownWrap {
	float: left;
	width:373px;
}

#ContentCenterUpWrap,#ContentCenterDownWrap {
	float: right;
	width: 373px;
}

#ContentRightWrap {
	float: right;
	width:178px;
}
*html #ContentRightWrap{
	width:178px;
	float:right;
}

.ContentCenterDownPane,.ContentLeftDownPane,.ContentCenterUpPane,.ContentLeftUpPane{
	margin:0 0 10px;
}
.ContentRightPane {
	margin: 0 0 10px;
}

.BottomPane,.FooterPane {
	margin: 3px 21px;
}


