@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fdfdfd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#maincontent {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);
}

#maincontent #baner {
	height: auto;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent #menu_baner {
	height: 83px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_menu_baner.png);
	margin-top: 0px;
	margin-bottom: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#maincontent #menu_baner #text_menu {
	float: left;
	height: 11px;
	width: auto;
	margin-top: 8px;
	margin-bottom: 15px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#maincontent #menu_baner #cach_menu {
	background-image: url(../images/cach_menu.png);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 1px;
	margin-top: 8px;
	margin-bottom: 15px;
}
#maincontent #menu_baner #text_menu a:link {
	text-decoration: none;
	color: #fdfdfd;
	font-weight: bold;
}
#maincontent #menu_baner #text_menu a:visited{
	text-decoration: none;
	color: #fdfdfd
}
#maincontent #menu_baner #text_menu a:hover {
	text-decoration: underline;
	color: #3399FF
}
#maincontent #content {
	height: auto;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontent #content #content_top {
	height: 329px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent #content #content_top #menu_tintuc #title #bg_title {
	background-image: url(../images/img_title.png);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 33px;
}
#maincontent #content #content_noidung #content_right #title_video #text_titlevideo {
	height: 13px;
	width: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	font-size: 10px;
	font-weight: bold;
}


#maincontent #content #content_top #intro_flash {
	float: left;
	height: 329px;
	width: 566px;
}
#maincontent #content #content_top #menu_tintuc {
	float: right;
	height: 329px;
	width: 317px;
}
#maincontent #content #content_top #menu_tintuc #title {
	background-image: url(../images/bg_titletintuc.png);
	margin: 0px;
	height: 37px;
}

#maincontent #content #content_top #menu_tintuc #title #text_title {
	height: 13px;
	width: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	font-size: 10px;
	font-weight: bold;
}
#maincontent #content #content_top #menu_tintuc #title #text_menutintuc {
	height: auto;
}
#maincontent #content #content_top #menu_tintuc #text_menutintuc {
	height: auto;
	margin-top: 10px;
}
#maincontent #content #content_top #menu_tintuc #text_menutintuc a:link {
	text-decoration: none;
	color: #eefa00;
	font-weight: bold;
}
#maincontent #content #content_top #menu_tintuc #text_menutintuc a:visited{
	text-decoration: none;
	color: #eefa00
}
#maincontent #content #content_top #menu_tintuc #text_menutintuc a:hover {
	text-decoration: underline;
	color: #fdfdfd
}
#maincontent #content #content_noidung {
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent #content #content_noidung #content_noidungchinh {
	float: left;
	height: auto;
	width: 570px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#maincontent #content #content_noidung #content_right {
	margin: 0px;
	float: right;
	height: auto;
	width: 317px;
}

#maincontent #content #content_noidung #img_bootom {
	height: 108px;
	margin-top: 20px;
}
#maincontent #content #content_noidung #content_right #title_video {
	background-image: url(../images/bg_titletintuc.png);
	margin: 0px;
	height: 37px;
}
#maincontent #content #content_noidung #content_right #title_video #img_titlevideo {
	background-image: url(../images/img_title.png);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 33px;
}
#maincontent #content #content_noidung #content_right #media {
	height: 263px;
}
#maincontent #content #footer {
	height: 116px;
	background-image: url(../images/bg_footer.png);
}
#maincontent #content #footer #text_footer {
	text-align: left;
	float: left;
	height: 96px;
	width: 500px;
	padding: 10px;
}
#maincontent #content #footer #counter {
	float: right;
	height: 60px;
	width: 150px;
	margin-top: 56px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}


hr{
	width: 627px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 1px;
}
.ngan{
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
}