a, a:link, a:active, a:visited {
color : #003c5e;
text-decoration : none;
font-family : tahoma, verdana, arial;
font-size : 11px;
}
a:hover {
color : #ef6d00;
text-decoration : none;
}

.tt {
  font-size: .9em;
  font-weight: normal;
  text-decoration:none;
  text-align: left;
}
.tt span { display: none; }
/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover {   position:relative;text-decoration:none; z-index:1000; color: #aaaaff; background:transparent;}
.tt:hover span.tooltip {
  color: #111;
  display:block;
  position:absolute;
  top:0px; left:-10px;
  padding: 15px 0 0 0;
  width:200px;
  text-align: left;
  text-decoration:none;
  z-index: 2000;
}
.tt.rightEnd:hover span.tooltip {
	right: -20px; left: auto;
}

.tt:hover span.top {
  display: block;
  padding: 30px 8px 0;
  background: url(../images/bubble.png) no-repeat top;
}
.tt.rightEnd:hover span.top {
	background: url(../images/bubble-right.png) no-repeat top;
}
.tt:hover span.middle { /* different middle bg for stretch */
  display: block;
  padding: 0 8px; 
  background: url(../images/bubble_filler.png) repeat bottom; 
}
.tt:hover span.bottom {
  display: block;
  padding:3px 8px 10px;
  color: #548912;
  background: url(../images/bubble.png) no-repeat bottom;
}
#body{
	margin:0px;
}
#wapper{
	margin:auto;
	width:300px;
}
#header{
	float:left;
	width:100%;
	height:20px;
	background:#FFFFFF;
	color:#990099;
	vertical-align:middle;
}
#left{
	float:left;
	width:25%
	background:#339933;
	padding:5px;
}

#main{
	float:left;
	width:75%
	background:#FF0066;
}
.vide{
	clear:both;
}
#mainMenu a{
     padding-left:5px; /* Spaces at the left of main menu items */
     padding-right:5px; /* Spaces at the right of main menu items */

     /* Don't change these two options */
     position:absolute;
     bottom:-1px;
} 

#mainMenu a{
     padding-left:5px; /* Spaces at the left of main menu items */
     padding-right:5px; /* Spaces at the right of main menu items */

     /* Don't change these two options */
     position:absolute;
     bottom:-2px;
}
#hinh{
	background:url(image/qc1.gif);
}
