/*
Design by CT Quang cao
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px 0;
	text-align      : center;
	background: url(images/gradientTpbody2.jpg);
}


#content {
	width: 960px;
	margin: 0 auto;

}


a {
	text-decoration: none;
	color: #c1481b;
}

a:hover {
	border: none;
}


/* Header */

#header {
	width: 880px;
	height: 146px;
	margin: 0 auto;
    background: url(images/header6.jpg) no-repeat ;

}

#menu {
    width: 960px;
	float: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 20px;

	margin-right: 1px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	color: #000066;
	background:  #EEF6F5;
}

#menu a:hover {
	background:  #7F9FEB;
	color: #2C2E22;
}


/* Display of Main under header */

#displayMain {
	width: 960px;
	height: 300px;
	margin: 0 auto;
	background: url(images/H1d.jpg) no-repeat ; 

}


/* Footer */

#footer {
	text-align: center;
	font-size: 9px;
	color: #c1481b
}
