body {
	background-image: url(img/bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#center {
	margin: 0px auto;
	height: 700px;
	width: 820px;
	text-align: left;
}
#header {
	height: 179px;
	width: 820px;
}
#h1 {
	height: 30px;
	width: 820px;
}
#left {
	float: left;
	width: 180px;
/*	background-color: #CCCCCC;*/
}
#left ul {
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
	list-style-type: none;
	height: 140px;
}
#left ul li {
	display: block;
	float: left;
	width: 140px;
	border-bottom: solid 3px #1e8429;
	font-size: 18px;
}
#left ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#left ul li a:hover, #left ul li a#selected {
	color: #FFCC00;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-indent: 216px;
	font-weight: normal;
}
#footer {
	width: 820px;
	height: 40px;
	margin: auto;
	font-size: 12px;
	padding-top: 10px;
}
#right {
	float: left;
	width: 530px;
	font-size: 12px;
	margin-top: 20px;
	line-height: 22px;
	text-align: justify;
	overflow: auto;
	height: 470px;
	padding-right: 20px;
}
#right table {
font-size: 12px;
}
#left div {
padding-left: 16px;
}

