 html {
	 font-family: Verdana,Arial,Tahoma, sans-serif;
	 font-size: small !important;
	 font-size /**/: x-small;
	 line-height: 1.4em;
	 color: #000;
}

body {
	background-color: #8B8A8B;
}

h1 {
	font-size:150%;
	color: #C21821;	
}

h2 {
	font-size:120%;
	clear: both;
	color: #C21821;	
}

h3 {
	font-size:110%;
	clear: both;
	color: #C21821;	
}

a {
	font-weight: bold;
	color: #8B8A8B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#frame {
	border-style		: solid;
	border-width		: 1px;
	border-color		: #000000;
	padding: 5px;
	padding-bottom: 20px;
	width: 700px;
	margin: auto;
	background-color: #E8E5E5;
	
}

#content {
	background-color: #fff;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #000000;
	width: 659px;
	position: relative;
	top: 8px;
	left: 10px;
	padding: 10px;
}

#content img {
  border: 1px solid #000;
}

#content #title img {
  border: 0px;
}

#title {
	margin-left: 200px;
	margin-bottom: 20px;
}

#menu {
	width: 700px;
	margin: auto;
	text-align: right;
}

#menu ul {
	margin: 5px 0px 5px 0px;
}

#menu li{
	list-style-type: none;
	display: inline;	
}

#menu li a {
  color: #E8E5E5;
  margin-left: 15px;
}

#menu #selected a{
  color: #f8dfdf;
}

#dongnguyen {
 	width: 700px;
	margin: auto;
	text-align: left;
	position: relative;
	top: 20px; 
	z-index: -1;
}

.attention {
	background-color: #C21821;
	color: #fff;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.attention a {
	color: #F2EAEA;
}

.pictures {
  text-align: center;
}

.pictures img{
  margin: 5px;
}