﻿/*
Design by Truong Le
*/
body {
	background: #000000 url(images/ufit-background.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h1 {
	font-size: 40px;
}
h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
	text-align: center;
}
h3 {
	padding: 0 0 22px 0;
	font-size: 16px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}
h4 {
	padding: 0 0 22px 0;
	font-size: 16px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}
p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}
a {
	color: #FE4E00;
}
a:hover {
	text-decoration: none;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}
.list li.first {
	background: none;
}
/* Header */
#header {
	width: 1200px;
	margin: 0 auto;
	padding: 5px 0 0 0px;
	height: 110px;
	background: url(images/img1.gif) repeat-x left bottom;
}
#header h1 {
	float: left;
}
#header h2 {
	display: none;
}
#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
#header li {
	display: inline;
}
#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#header a:hover {
	text-decoration: underline;
}
#header .first a {
	background: none;
}
/* Content */
#content {
	width: 1200px;
	margin: 0 auto;
}
#colOne {
	float: left;
	width: 250px;
	padding: 0 0 0 21px;
}
#colOne h3 {
	margin-top: 14px;
}
#colTwo {
	float: left;
	width: 500px;
	padding: 0px 30px 0 70px;
}
#colThree {
	float: right;
	width: 250px;
	padding: 0px 50px 0 21px;
}
#colThree h4 {
	margin-top: 14px;
}
/* Footer */
#footer {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}
#content #colTwo h2 {
	font-size: 24px;
}
