#header {
	margin: auto;
	height: 130px;
	width: 980px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(pic/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	background-image: url(pic/main_bg.gif);
	background-repeat: repeat-y;
	margin: auto;
	width: 952px;
	height: auto;
}
#footer {
	background-color: #f7f7f7;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: e6e6e3;
	border-bottom-color: e6e6e3;
}
#containerTop {
	background-image: url(pic/main_top.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#mainContent {
	float: none;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#containerBottom {
	background-image: url(pic/main_bottom.gif);
	background-repeat: no-repeat;
	height: 34px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 160%;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(pic/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.style1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
