* {    margin: 0;
    padding: 0;
    border: 0;}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #c6c6ea;
  background-color: #f9d471;
}
#head_page {
	height: 240px;
	background-image: url('/images/head_page_bg.jpg');
	background-repeat: repeat-x;
}
.logo {
	width: 400px;
	height: 240px;
	float: left;
}
.logo_right {
	height: 100%;
	background-image: url('/images/logo_right.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
#menu_page {
	height: 51px;
	background-image: url('/images/menu_bg.png');
	background-color: #eede2a;
}
.menu_left_page {
	width: 112px;
	height: 100%;
	float: left;
	background-image: url('/images/menu_left_bg.jpg');
	background-repeat: no-repeat;
}
.menu_right_page {
	width: 59px;
	height: 100%;
	float: right;
	background-image: url('/images/menu_right_bg.jpg');
	background-repeat: no-repeat;
	margin-left: 51px;
}

#menu_page a {
	display: block;
	float: right;
	width: 70px;
	height: 45px;
	margin: 3px 0;
	line-height: 45px;
	padding: 0 10px;
	background-repeat: repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-decoration: none;
	text-align: center;
	color: #bcbcb5;
	font-family: 'Comic Sans MS',Arial,sans-serif;
	overflow: hidden;
}
#menu_page a.menu_btm_curent_page_bg:hover,
#menu_page a.menu_btm_curent_page_bg {
	margin: 0;
	height: 51px;
	line-height: 51px;
	background-image: url('/images/menu_current_page.png');
	background-repeat: repeat-x;
	background-color: #fff;
	color: #502bf0;
	font-weight: bold;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#menu_page a:hover {
	background-image: url('/images/menu_btm_hover_bg.png');
	border-left: 1px solid yellow;
	border-right: 1px solid yellow;
	color: #502bf0;
	/*font-weight: bold;*/
	margin: 0;
}
#content_page {
	/*height: 100%;*/
	background-image: url('/images/content_left_bg.png');
	background-repeat: repeat-y;
	background-color: #fff;
}
#content_left_page {
	float: left;
}
#content_center_page {
	padding: 10px 100px 10px 200px;
	background-image: url('/images/content_right_page.png');
	background-position: right top;
	background-repeat: repeat-y;
	min-height: 350px;
}
#content_center_page p {
	margin: 10px 0;
	line-height: 20px;
	font-family: Georgia,verdana,arial,serif;
	text-align: justify;
}

#content_right_page {
	float: right;
	height: 100%;
	width: 110px;
	background-image: url('/images/content_right_page.png');
	background-repeat: repeat-y;
}
#footer_page {
	height: 50px;
	/*line-height: 48px;*/
	background-image: url('/images/footer_page_bg.png');
	background-repeat: repeat-x;
	text-align: center;
}
.footer_left_page {
	width: 123px;
	height: 100%;
	float: left;
	background-image: url('/images/footer_left_page_bg.png');
	background-repeat: no-repeat;
}
.footer_right_page {
	float: right;
	width: 110px;
	height: 100%;
	background-image: url('/images/footer_right_page_bg.jpg');
	background-repeat: no-repeat;
}


.logo_w3c_mini {
    float: right;
    width: 130px;
    height: 20px;
    margin: 14px 5px 0 5px;
    border: 1px solid #ba2424;
    background-color: #fff;
    font-size: 15px;

}
.logo_w3c_mini a {
    text-decoration: none;
    color: #fff;
}
.logo_w3c_mini a:hover {
    color: blue;
}
.logo_w3c_mini_1 {
    width: 30px;
    background-image: url('/images/logo_w3c_mini.png');
    background-repeat: no-repeat;
    background-position: center;
}
.logo_w3c_mini_2 {
    background-color: #cc3333;

    font-weight: bold;
    text-align: center;
}
#content_center_page .info_article {    text-align: right;
    font-style: italic;
    font-size: smaller;}
.vds, .vds img {    margin: 11px 0 0 0;
    /*float: left;*/}