
* {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
}

ul {
	margin-left: 20px;
}

body, table, input, button, textarea, select, a {
	font-family: papyrus, sans-serif;
	font-size: 17px;
}

body {
	background: #C2A366 url('../images/bg_wave.jpg') no-repeat center top;
	color: #524A38;
}

h1 {
	margin: 10px 0 20px;
	font-size: 25px;
	font-weight: normal;
	color: #966400;
	font-family: papyrus, sans-serif;
}

h2 {
	margin: 8px 0 15px;
	font-size: 20px;
	font-weight: normal;
	color: #966400;
	font-family: papyrus, sans-serif;
}

h3 {
	margin: 5px 0 10px;
	font-size: 17px;
	font-weight: normal;
	color: #966400;
	font-family: papyrus, sans-serif;
}

#container {
	font-family: papyrus, sans-serif;
	width: 840px;
	margin: 0 auto;
	background: #D6C7A1 url('../images/con_bg.jpg') no-repeat center bottom;
}

#top {
	height: 413px;
	background-repeat:  no-repeat;
	background-position: 0 -1px;
}

	#title {
		height: 110px;
		padding: 20px 0 0 140px;
	}

#menu {
	font-family: papyrus, sans-serif;
	margin: 180px 85px 0 390px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
}

	#menu a {
		font-family: papyrus, sans-serif;
		float: left;
		display: block;
		margin-right: 16px;
		padding: 0 0 0 25px;
		text-decoration: none;
		font-size: 17px;
		color: #785000;
	}
	
	#menu a.current, #menu a:hover {
		font-family: papyrus, sans-serif;
		background: url('../images/bullet.png') no-repeat 0 0;
	}
	
	.submenu {
		font-family: papyrus, sans-serif;
		display: none;
		top: 0;
		left: 0;
		position: absolute;
		background-color: #fff;
		border-bottom: 1px solid #9c5d32;
	}

	.submenu a {
		font-family: papyrus, sans-serif;
		font-size:12px;
		display: block;
		padding: 4px 10px;
		border: 1px solid #9c5d32;
		border-bottom: 0;
		text-align: left;
		cursor: pointer;
		text-decoration: none;
		color: #785000;
		font-weight: bold;
	}

	.submenu a:hover {
		font-family: papyrus, sans-serif;
		background-color: #F6E3D5;
		font-weight: bold;
	}

#middle {
	font-family: papyrus, sans-serif;
	min-height: 280px;
	margin-top:0px;
	padding: 0px 85px 0;
	line-height: 22px;
	word-spacing: 2px;
	position: relative;
	top: -20px;
	line-height: 26px;
}

#middle table {font-size:17px;font-family: papyrus, sans-serif;}

#bottom {
	font-family: papyrus, sans-serif;
	width: 670px;
	margin: 40px auto 0;
	padding: 15px 0 70px 0;
	border-top: 1px solid #FFF;
	font-size: 16px;
	line-height: 22px;
	color: #FFF5E0;
}

.clear {
	display: block;
	clear: both;
}

* html .png {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.style.backgroundImage.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.style.backgroundImage + "', sizingMethod='image')",
        this.style.backgroundImage = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

* html img {
	height: auto;
	width: auto;
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
