@charset "UTF-8";
@import "header.css";
@import "module_topmenu.css";
@import "module.css";
@import "module_extend.css";
@import "footer.css";
@import "ie-all.css";

* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", sans-self;
	color: #444;
	background-color: #fff;
	font-size: 11px;
	text-align: center;
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

#wrapper {
	background: url(../images/bg502.gif) repeat-x top left;
	height: 502px;
	margin: 0;
	padding: 0;
}
#container {
	width: 807px;
	margin: 0 auto;
	text-align: left;
}

/* ----- second level ----- */
#mainArea {
	background: url(../images/cont_bg.png) no-repeat left 19px;
	width: 807px;
	height: 486px;
	behavior: expression(IEPNGFIX.fix(this));
	padding: 0;
	margin: 0;
}

.leftBlock {
	width: 380px;
	float: left;
	margin: 35px 0 0 20px;
	padding: 0;
}
.rightBlock {
	width: 380px;
	float: right;
	text-align: right;
	margin: 35px 20px 0 0;
}


/* ----- link style ----- */
a:link,
a:visited {
	color: #222;
}
a:hover {
	color: #888;
}
/* ----- index flash content ---- */
#flash_container {
	margin-top: 22px;
}

#flash_btm {
	width: 800px;
	background: url(../images/dec_bg.gif) repeat-x top left;
	height: 63px;
	text-align: center;
}
#description {
	padding: 20px 0 0;
	font-size: 14px;
}
