/* 	code by: Nguyen Tien Si
	website: http://www.nguyentiensi.com

/* Bat dau khai bao css dung chung */
* {
	margin:0px;
	padding:0px
}
body {
	color:#000;
	font: normal 11px/16px Tahoma, "HYGothic-Medium", "HYSinMyeongJo-Medium";
	background: url(../images/bg_home.jpg) repeat-x top left;
}
a {
	color:#f30;
	text-decoration:none
}
a:hover {
	text-decoration:underline;
}
img {
	border:0px
}
ul {
	list-style-type:none;
}
li {
	list-style-type:none;
}
table img {
	border: none;
}
/* easy clearing */
.clearfix:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display:	block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline;
	position: relative;
	}
/*\*/
.clearfix {
	display: block;
	}
/* end easy clearing */
/* Ket thuc khai bao css dung chung */

#container {
	margin: 0px;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 948px;
	overflow: hidden;
}
#flag {
	margin: 0;
	width: 948px;
	height: 32px;
	background: #fff  url(../images/flag.jpg) no-repeat right;
	text-align: right;
}
#flag .vn {
	display: block;
	float: right;
	width: 50px;
	height: 28px;
}
#flag .en {
	display: block;
	float: right;
	width: 40px;
	height: 28px;
}
#flag .kr {
	display: block;
	float: right;
	width: 40px;
	height: 28px;
}
#body {
	width: 948px;
	text-align: left;
	background: #fff;
}
#sidebar {
	float: left;
	width: 305px;
	background: #fff;
	padding-bottom: 10px;
}

#content {
	float: right;
	width: 643px;
	background: #fff;
}
#content h1 {
	background: url(../images/bg_title.gif) no-repeat left top;
	height: 24px;
	font: bold 12px/16px Tahoma, "HYGothic-Medium", "HYSinMyeongJo-Medium";
	padding-left: 48px;
	padding-top: 4px;
	text-transform: uppercase;
	color: #208FE8;
	clear: both;
}
#content .text {
	padding: 10px 10px 10px 40px;
	font-weight: bold;
}
#content .text1 {
	padding: 10px 10px 10px 40px;
}
#footer {
	height: 94px;
	background: url(../images/bg_footer.gif) repeat-x left top;
	color: #4C4C4C;
}
#footer .left {
	float: left;
	width: 400px;
}
#footer .left p {
	padding: 15px 0px 0px 15px;
	font-weight: bold;
}
#footer .right {
	float: left;
	width: 500px;
}
#footer .right p {
	padding: 15px 0px 0px 200px;
	font-weight: bold;
}
