/* CSS Document */
body {
	background: url(img/bg.png);
	padding:5px 0px 0px 0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
	.all {
		width:1040px;
		height:640px;
		padding:0px;
		margin:0px;
		}
		.up {
			width:1040px;
			height:120px;
			padding:0px;
			margin:0px;
			}
			.logo {
				width:320px;
				height:120px;
				padding:0px;
				margin:0px;
				float:left;
				overflow:hidden;
				background:url(img/logo_bg.png) 50% 50% no-repeat;
				}
			.head {
				width:720px;
				height:120px;
				padding:0px;
				margin:0px;
				float:left;
				overflow:hidden;
				background:url(img/head_bg.png) 50% 50% no-repeat;
				}
				.head div {
					width:680px;
					height:90px;
					padding:0px;
					margin:25px 25px 0px 10px;
					text-align:left;
					}
					.head div h1 {
						font-size:16px;
						font-weight:100;
						padding:0px;
						margin:0px;
						color:#FF0000;
						}
					.head div h2 {
						font-size:12px;
						font-weight:100;
						padding:0px;
						margin:0px;
						}
		.middle {
			width:1040px;
			height:450px;
			padding:0px;
			margin:0px;
			}
			.left {
				width:320px;
				height:450px;
				padding:0px;
				margin:0px;
				float:left;
				overflow:hidden;
				background:url(img/left_bg.png) 50% 50% no-repeat;
				}
				.left ul {
					display:block;
					width:290px;
					height:auto;
					padding:0px;
					margin:0px 0px 0px 20px;
					list-style:none;
					font-size:18px;
					}
					.left ul li {
						display:block;
						width:290px;
						height:50px;
						padding:0px;
						margin:0px;
						background:url(img/botton_a.png) 50% 0 no-repeat;
						}
					
						.left li a:link, .left li a:visited {
							display:block;
							width:240px;
							height:35px;
							padding:15px 0px 0px 50px;
							margin:0px;
							text-align:left;
							color: #FFFFFF;
							text-decoration: none;
							}
						.left li a:hover {
							background:url(img/botton_c.png) 50% 0 no-repeat;
							color:#00FF00;
							}
						.left li a:active {
							background:url(img/botton_d.png) 50% 0 no-repeat;
							color:#FF0000;
							}
						a.actv {
							background:url(img/botton_b.png) 50% 0 no-repeat;
							color:#0000FF;
							}
							
			.main {
				width:720px;
				height:450px;
				padding:0px;
				margin:0px;
				float:left;
				overflow:hidden;
				background:url(img/main_bg.png) 50% 50% no-repeat;
				color:#000000;
				font-family: Arial, Helvetica, sans-serif;
				}
				.txt {
					width:428px;
					height:440px;
					padding:10px 0px 0px 15px; 
					margin:0px;
					float:left;
					overflow:hidden;
					}
					.txt ul {
						list-style:none;
						padding:0px;
						margin:10px 0px 10px 0px;
						}
						.txt ul li {
							padding:0px;
							margin:5px 0px 0px 0px;
							}
					.txt p {
						padding:0px;
						margin:0px;
						text-align:justify;
						}
					.txt h1 {
						font-size:14px;
						font-weight:100;
						padding:0px;
						margin:0px;
						text-align:left;
						
						}
					.txt h2 {
						font-size:12px;
						padding:0px;
						margin:0px;
						text-align: justify;
						text-indent:0.8cm;
						}
					.txt a:link, .txt a:visited {
						color:#000000;
						text-decoration:none;
						padding:0px;
						margin:0px;
						}
					.txt a:hover {
						color: #333333;
						}
				.adv {
					width:235px;
					height:440px;
					padding:10px 5px 0px 10px;
					margin:0px;
					float:left;
					overflow:hidden;
					font-size:11px;
					font-family:Arial, Helvetica, sans-serif;
					text-align:justify;
					}
					.adv img {
						padding:0px 5px 0px 5px;
						margin:5px 0px 0px 0px;
						}
					.adv div p {
						padding:5px;
						margin:0px;
						}
					
		.down {
			width:1040px;
			height:70px;
			padding:0px;
			margin:0px;
			background:url(img/foot_bg.png) 50% 50% no-repeat;
			}
			.down table {
				width:1000px;
				height:50px;
				padding:0px;
				margin:0px 20px 0px 20px;
				}
				.down table img {
					padding:0px;
					margin:0px 10px 0px 10px;
					}
				.down table a:link, .down table a:visited {
					color:#FFFFFF;
					text-decoration:none;
					}
				.down table a:hover {
					color:#999999;
					}
.last {
	width:1020px;
	height:100px;
	padding:0px;
	margin:0px;
	background:url(img/down.png) 50% 0 no-repeat;
	}
