body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	text-align: center;
	background: #222222;
	}
img {
	border: 0;
	}
a {
	color: #222222;
}
a:hover {
	text-decoration: none;
	color: Red;
}
#navMain {
	width: 990px;
	margin: 0 auto;
	background-color: #ffffff;
}
.topMenu {
	position: relative;
	height: 39px;
	background-color: #222222;
}
.topMenu ul {
	position: absolute;
	top: 20px;
	right: 25px;
	margin: 0;
	padding: 0;
}
.topMenu ul li {
	margin: 0 0 0 50px;
	list-style: none;
	float: left;
}
.topMenu ul li a {
	color: #ffffff;
}
#imgLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 336px;
	height: 39px;
	background: url(../images/img_left_top.png) no-repeat;
}
#imgRight {
	width: 324px;
	height: 27px;
	margin: 12px 0 0 0;
	float: right;
	background: url(../images/img_right_top.png) no-repeat;
}
#imgCenter {
	width: 330px;
	height: 39px;
	float: right;
	background: url(../images/img_center.png) no-repeat;
}
.navHead {
	height: 144px;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	background-color: #ffffff;
}
.navHead div {
	float: left;
}
#imgHeadLeft {
	width: 336px;
	height: 138px;
	background: #ffffff url(../images/img_hd_left.jpg) no-repeat;
}
#imgHeadCenter {
	width: 330px;
	height: 138px;
	background: #ffffff url(../images/img_hd_center.jpg) no-repeat;
}
#imgHeadRight {
	width: 324px;
	height: 138px;
	background: #ffffff url(../images/img_hd_right.jpg) no-repeat;
}
.flashLogo {
	height: 210px;
	margin: 15px 0 20px 0;
	background-color: #ffffff;
}
.pata {
	height: 30px;
	background-color: #F5F5F5;
}
.pata ul li {
	list-style: none;
	margin: 5px 8px 0 8px;
	float: left;
}