body {
	background-color: #7e3f12;
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 0.75em;
	line-height: 18px;
	color: white;
}
div {
	padding-top: 5px;
}
a, a:visited {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: white;
	border-bottom: 1px dotted white;
}
h2 {
	font-size: 1em;
}
	h2 a, h2 a:visited {
		color: #9adb0c;
		border-bottom: 1px dotted #9adb0c;
	}

.topban {
	width: 100%;
	height: 45px;
	background-color: #622406;
}
	#toph1 {
		text-align: right;
	}
		h1 {
			font-size: 0.9em;
			font-weight: normal;
		}

#hettrang {
	width: 100%;
	height: 20px;
	clear: both;
}
	
	#logo {
		background-image: url('../assets/tran-quang-hai.gif');
		background-repeat: no-repeat;
		background-position: 150px 30px;
		height: 220px;
		color: yellow;
	}
	#langopt {
		text-align: right;
		height: 140px;
		padding-top: 120px;
	}
	#topmenu {
		float: right;
	}
		#face {
			float: left;
			width: 130px;
			height: 100px;
		}
	
	.homeimg {
		width: 150px;
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
	}
	
	#rightmenu {
		padding-left: 20px;
		border-left: 1px dotted #CECECE;
	}

#footer {
	text-align: center;
}