body {
	background:  url("../images/layout/bg_trongdongdark.jpg");
	margin: 0;
	padding: 0;
	}
p {
	font: small arial;
	color: #000;
	margin-top: 0;
	text-align: justify;
	}
h1 {
	font: italic x-large times;
	font-weight: bold;
	color: #a00;
	margin-top: 0;
	border-bottom: 1px solid #900;
	}
h2 {
	font: italic large times;
	font-weight: bold;
	color: #000;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	}
a {
	color: #a00;
	font-weight: bold;
	}
a:hover {
	background: #ccc;
	}
ul {
	font: small arial;
	color: #000;
	margin-top: 0;
	list-style-type: square;
	}
ol {
	font: small arial;
	color: #000;
	margin-top: 0;
	}
img {
	padding: 5px;
	margin: 0;
	border: 1px solid #000;
	}
iframe {
	border: 1px dotted #eee;
	}

/* DIVs -------------------------- */

#container {
	width: 750px;
	margin: 0;
	padding: 0;
	}
#nav {
	width: 200px;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	}
#content {
	width: 500px;
	margin: 10px 0 25px 220px;
	padding: 10px;
	background: #ffe;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	}
#footer {
	width: 500px;
	margin: 25px 0 50px 220px;
	padding: 0;
	clear: both;
	}

/* CUSTOM -------------------------- */

.highlight {
	background: #ff9;
	font-weight: bold;
	color: #a00;
	font-style: italic;
	}
.centered {
	text-align: center;
	}
.italic {
	font-style: italic;
	}
.bold {
	font-weight: bold;
	}
.bolditalic {
	font-style: italic;
	font-weight: bold;
	}
.inset {
	float: right;
	margin: 0 0 5px 5px;
	padding: 0;
	}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#nav ul li {
	border-bottom: 1px solid #933;
	margin-left: 20px;
	font: medium times;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 1px;
	}
#nav ul li a {
	color: #ffe/*edb*/;
	display: block;
	text-decoration: none;
	}
#nav ul li a.navselected, #nav ul li a:hover {
	border-right: 5px solid #000;
	font-style: italic;
	background: #933;
	display: block;
	text-decoration: none;
	}