* {
	margin: 0;
}
* table, * img, * p {
	margin: auto;
}
html, body {
	height: 100%;
	background: #ECECED;
}
.col-1, .col-2, .col-3 {
	display: block;
}
.left	{ float: left;	}
.right	{ float: right;	}
.clear	{ clear: both;	}
.ov 	{ overflow: hidden; }
.wrapp	{
	margin: 0 auto 0 auto;
	width: 950px;
}
.headerM {
	width: 950px;
	height: 110px;
	margin: 0;
	background: url(img/headbg.jpg) top left repeat-x;
}
.headlogo {
	width: 950px;
	height: 78px;
	display: block;
}
.menu-nav {
	width: 950px;
	height: 32px;
	background: url(img/menubar_bg.jpg) top left repeat-x;
	display: block;
	text-align: left;
}
.links-nav {
	background: url(img/headbg.jpg) repeat-x;
	background-position: 0 -1px;
	width: 367px;
	height: 209px;
	border: 2px solid #CCCCCC;
	margin: 4px 0 0 0;
}
.links-nav p {
	padding: 0 25px 0 25px;
}
#footer {
	margin: 2px 0 0 0;
	height: 29px;
	background: url(img/footerbg.jpg);
}
#footer .col-1 {
	width: 212px;
	height: 22px;
	padding: 7px 60px 0 10px;
}
#footer .col-2 {
	width: auto;
	height: 22px;
	padding: 7px 0 0 0;
}
.header-cms {
	width: 950px;
	overflow: hidden;
}
.footer-cms {
	width: 950px;
	overflow: hidden;
}
.linegray {
	background: #DCDCDD;
	margin: 2px 0 3px 0;
}
/*  ===================== Home  =============================== */
#home #content {
	padding: 11px 4px 18px 7px;
	border-bottom: 1px solid #B2B2B2;
	background: rgb(255,255,255);
}
#home #content .art1 {
	margin: 0 0 8px 0;
}
#home #content .col-1 {
	width: 551px;
	margin: 0 7px 0 0;
}
#home #content .col-2 {
	width: 371px;
	margin: 0 0 0 10px;
}
#home #content #inter .col-1 {
	background: url(img/headbg.jpg) repeat-x;
	background-position: 0 -1px;
	width: 190px;
	height: 208px;
	margin: 0 8px 0 0;
	border: 2px solid #CCCCCC;
	padding: 2px 0 0 7px;
}
#home #content #inter .col-2 {
	width: 342px;
	height: 212px;
	margin: 0;
}

/*  ===================== Default  ============================= */
#section #content {
	padding: 18px 30px 59px 30px;
	border-bottom: 1px solid #B2B2B2;
	background: rgb(255,255,255);
}
#section #content .col-2 {
	width: 681px;
	margin: 0 26px 0 0;
}
#section #content .col-3 {
	width: 183px;
	margin: 0;
}

/*  ===================== Article  ============================= */
#article #content {
	padding: 18px 9px 59px 5px;
	border-bottom: 1px solid #B2B2B2;
	background: rgb(255,255,255);
}
#article #content .col-1 {
	width: 155px;
	margin: 0 52px 0 0;
}
#article #content .col-2 {
	width: 520px;
	margin: 0 26px 0 0;
}
#article #content .col-3 {
	width: 183px;
	margin: 0;
}
