/* start header */
#header {
}
	#hd_top {
		height: 31px;
		padding-top: 4px;
		background: url('../image/header/bg_top.jpg') repeat-y;
	}
		#hd_top span {
			color: #FFFFFF;
			padding: 0px 13px;
		}
		#hd_lang {
			width: 150px;
			float: left;
			padding: 10px 0px 3px 10px;
		}
			#hd_lang a {
				color: #FFFFFF;
			}
				#hd_lang a:hover, #hd_lang a.active {
					color: #D57F00;
					padding-bottom: 1px;
					border-bottom: 2px solid #D57F00;
				}
		#hd_navtop {
			width: 480px;
			float: right;
			text-align: right;
			padding: 10px 10px 3px 0px;
		}
			#hd_navtop a {
				color: #FFFFFF;
			}
				#hd_navtop a:hover, #hd_navtop a.active {
					padding-bottom: 1px;
					border-bottom: 2px solid #FFFFFF;
				}
	#hd_pic {
	}
	#hd_button {
		padding: 6px 0px 6px 0px;
	}
		#hd_button img.spacer {
			padding-right: 6px;
		}
	#hd_navmain {
		background: url('../image/header/bg_top.jpg') repeat-y;
		height: 18px;
		padding: 5px 0px 3px 0px;
		margin-bottom: 6px;
		text-align: center;
	}
		#hd_navmain a {
			padding-bottom: 1px;
			color: #FFFFFF;
		}
			#hd_navmain a:hover, #hd_navmain a.active {
				padding-bottom: 1px;
				border-bottom: 2px solid #FFFFFF;
			}
		#hd_navmain span {
			color: #FFFFFF;
			padding: 0px 12px;
		}
/* end header */

/* start middle */
#middle {
	background: url('../image/middle/bg/thepark.jpg') repeat-x;
	line-height: 130%;
	min-height: 448px; /* ie6 hack */
	height: auto !important;
	height: 448px;
}
	#md_navsub {
		float: left;
		width: 169px;
		margin: 18px 0px 18px 0px;
		min-height: 412px; /* ie6 hack */
		height: auto !important;
		height: 412px;
	}
		#md_logo {
			text-align: center;
			padding-bottom: 23px;
		}
		#md_quicklinks {
			margin: 0px 14px;
			padding: 20px 0px 0px 0px;
		}
			#md_quicklinks a {
				margin: 0px 0px 0px 5px;
				line-height: 30px;
			}
				#md_quicklinks a:hover, #md_quicklinks a.active {
					padding-bottom: 1px;
				}
	#md_content {
		float: right;
		width: 501px;
		padding: 50px 40px 20px 40px;
	}
		#md_content h1 {
			font-weight: normal;
			padding-bottom: 10px;
		}
		#md_content img {
			padding-right: 15px;
		}
		#md_content p, #md_content div {
			padding-bottom: 8px;
			text-align: justify;
		}
		#md_content a {
			text-decoration: underline;
		}
		#md_content ul, #md_content ol  {
			margin-left: 20px;
		}
		#md_pic {
			clear: both;
			padding-top: 50px;
		}
			#md_pic div.element {
				float: left;
				width: 120px;
			}
				#md_pic img {
					padding: 0px;
				}
				#md_pic div.spacer {
					padding-right: 6px;
				}
		#md_footer {
			padding: 50px 0px 10px 0px;
		}
			#md_footer p {
				text-align: center;
			}
			#md_footer_line {
				height: 14px;
				margin: 0px 110px;
			}
			#md_footer a:hover {
				text-decoration: underline;
			}
/* end middle */
	
