body {
	background-color: #4b4b4b;
	text-align: center;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	background: url('images/bg.png') top left;
}

#container {
	margin: 0px auto;
	height: 235%;
	width: 70%;
	min-width: 700px;
	text-align: left;
	padding: 2px;
	background: #FFFFFF url('images/watermark.png') bottom left no-repeat;
}

#header {
	margin-bottom: 10px;
	padding-top: 5px;
}

#banner {
	position: relative;
	height: 300px;
	background-image: url('images/bannerbg.png');
	overflow: hidden;
}

#banner table {
	height: 300px;
}

#banner table td {
	vertical-align: middle;
}

#navigation {
	position: absolute;
	right: 0px;
	top: 45px;
	text-align: center;
	padding: 20px;
}

#navigation li {
	list-style: none;
	margin: 10px;
	display: block;
	width: 150px;
	text-align: center;
	border: 1px dotted #FFFFFF;
	padding: 5px;
}

#navigation li a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

#navigation li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

#navigation li a:active {
}

#navigation li a:hover {
}

#navigation li:hover {
	background-color: #000000;
	border-style: solid;
}

#navigation li.current {
	background-color: #ff8a00;
	border-style: solid;
}

#page_info {
	margin-right: 190px;
	color: #FFFFFF;
	padding: 30px;
}

#page_info span {
	font-size: 42px;
	font-family: Times New Roman;
	border-bottom: 1px dotted #FFFFFF;
	margin-left: 30px;
}

#page_info p {
	font-size: 12px;
	font-family: Verdana;
	text-align: justify;
}

#content {
	padding-top: 10px;
	padding-bottom: 20px;
}

#content td {
	padding-left: 20px;
	padding-right: 20px;
}

.head {
	font-size: 18px;
	font-weight: bold;
}

.filling {
	font-size: 13px;
	text-indent: 0px;
	text-align: justify;
}

.filling img {
	margin: 10px;
}