@charset="utf-8"
/* CSS Document */
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, input,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
}
ul,li,p, dl, dt, dd, span, a, a:hover{
	list-style:none;
	margin:0;
	padding:0;
}
img{
	border:0;
}

a{
	margin:0;
	color:#fff;
	padding:0;
	text-decoration:none;
	font-family: Tahoma, Helvetica, sans-serif;
}
p{
	margin:0;
	padding:0;
}
a:hover, a:active, a:focus{
	color:#ffb400;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family: Tahoma, Helvetica, sans-serif;
}
img, div, ul, li, input, dl, dt, dd, span, table, tr, td{ 
	behavior: url(iepngfix.htc);
}
hr{
	color:#fff;
	font-size:1px;
	width:100%;
	border:0;
	padding:0;
	margin:5px 0;
	height:1px;
	text-align:center;
	background:#fff;
}
.transparent_class {
  filter:alpha(opacity=35);
  -moz-opacity:0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
}
.clear{
	clear:both;
	visibility: hidden;
	height:1px;
	font-size:1px;
	display:block !important; display:none;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: ".";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
html, body{
	height:100%;
}
body{
	margin:0;
	padding:0;
	font-size:76%;
	text-decoration:none;
	text-align:center;
	background:#000;
	color:#fff;
	font-family:  Arial, Helvetica, sans-serif;
}
#contenner{
	width:100%;
	text-align:center;
}
#hearder{
	width:100%;
	border-bottom:1px solid #252525;
	height:320px;
	position:relative;
	display:block;
	background:url(../images/banner_bgr1.jpg) no-repeat top left;
}
#banner{
	width:1000px;
	margin:0 auto;
	text-align:center;
	position:relative;
	width:1000px;
	height:300px;
	/*background:url(../images/banner_bgr1.jpg) no-repeat top left; 2010/01/27 QuynhTTN*/
}
#banner img{
	margin-top:50px;
}
#main{
	padding-top:30px;
	width:1000px;
	text-align:center;
	margin:0 auto;
	display:block;
	position:relative;
}
.padding1{
	padding:0 10px;
}
#left{
	width:204px;
	float:left;
	background:#000;
	height:860x;
}
#right{
	width:188px;
	float:right;
	background:rgb(37,37,37);
	height:860px;
}
#content{
	width:570px;
	height:860x;
	float:left;
	margin-left:9px;
	background:rgb(37,37,37);
}
#footer{
	width:100%;
	height:144px;
	margin-top:10px;
	border-top: 1px solid #252525;
	background:url(../images/banner_footer_bgr1.jpg) no-repeat top left;
}
