		body {
			padding: 12px 0 0 0;
			margin: 0;
			font-size: 11px;
			color: #707173;
			font-family: arial;
			text-align: center;
		}
		
		h1 {
			font-size: 11px;
			line-height: 11px;
			color: #f6a800;
			margin-top: 0;
			padding-top: 0;
			font-weight: normal;
		}
		
		a {
			color: #707173;
			text-decoration: none;
		}
		
		.clear {
			clear: both;
		}
		
		#wrapper {
			width: 1004px;
			margin: 0 auto;
			text-align: left;
		}
		
		#header {
			height: 80px;
			width: 1004px;
		}
		
			.yellow_box {
				height: 80px;
				width: 245px;
				float: left;
				display: inline;
				background-color: #f6a800;
			}
			
			.yellow_box_image {
				height: 60px;
				width: 45px;
				padding:10px 5px 10px 10px;
				float: left;
				display: inline;
			}
			
			.yellow_box_text {
				color:#fff;
				height: 60px;
				padding:10px 10px 10px 5px;
			}
			
			.yellow_box_link {
				color:#fff;
			}
			
				#top-nav {
					width: 240px;
					text-align: right;
					margin: 65px 0 0 0;
					font-size: 9px;
				}
				
				#top-nav a {
					color: #fff;
					margin-left: 5px;
				}
			
			.logo {
				height: 80px;
				width: 188px;
				float: left;
				display: inline;
				margin: 0 48px 0 20px;
			}
			
		#center {
			height: 255px;
			width: 1004px;
			padding: 12px 0 0 0;
		}
		
			#left {
				float: left;
				display: inline;
				width: 453px;
				height: 255px;
			}
			
				#menue {
					width: 453px;
					height: 255px;
				}
				
					#menue-left {
						float: left;
						height: 255px;
					}
					
					#menue-left ul {
						list-style: none;
						text-align: right;
						padding: 0;
						margin: 0;
					}
					
					#menue-left ul li {
						width: 245px;
						height: 13px;
						padding-bottom: 5px;
					}
					
					#menue-left ul li a:hover {
						color: #000;
						text-decoration: none;
						font-weight: bold;
					}
					
					#menue-left ul li a:active {
						color: #000;
						text-decoration: none;
						font-weight: bold;
					}
					
					#menue-right {
						float: left;
						height: 255px;
					}
					
					#menue-right ul {
						list-style: none;
						text-align: left;
						padding: 0;
						margin: 0 0 0 20px;
					}
					
					#menue-right ul li {
						width: 188px;
						padding-bottom: 5px;
					}
					
					#menue-right ul li a:hover {
						color: #000;
						text-decoration: none;
						font-weight: bold;
					}
					
					#menue-right ul li a:active {
						color: #000;
						text-decoration: none;
						font-weight: bold;
					}
				
				#below-menue {
				
				}
			
			#right {
				float: left;
				display: inline;
				width: 503px;
				height: 503px;
				padding: 0 0 0 48px;
				_padding: 0 0 0 0;
			}
			
		#bottom {
			height: 238px;
			width: 1004px;
			padding: 0 0 0 0;
			_padding: 0 0 0 0;
		}
			
			#b-left {
				float: left;
				display: inline;
				width: 396px;
				margin: 0 0 0 0;
			}
			
			#content {
				float: left;
				display: inline;
				margin: 20px 0 0 0;
				_margin: 17px 0 0 0;
				padding: 0 0 0 105px;
				_padding: 0 0 0 0;
				width: 483px;
				_width: 483px;
				height: 190px;
				overflow: auto;
				text-align: justify;
			}
