/* CSS Document */
body {
	font-family: Arial;
	font-size: 11px;
	background-color: #E6E7ED;
	color: #333333;
}

a {
	color: #596F86;
}

.global {
	margin: auto;
	width: 800px;
	border: solid 1px #777777;
	background-color: #FFFFFF;
	padding: 5px;
}

.pub {
	width: 800px;
	height: 80px;
	text-align: center;
}

.pub2 {
	width: 800px;
	height: 20px;
	text-align: center;
}

.title {
	width: 798px;
	height: 200px;
	background-image: url(../images/zythum_top.jpg);
	border: solid 1px #777777;
}

.menu {
	font-weight: bold;
}

.menu a {
	color: #FFFFFF;
}

.menu ul {
	/*width: 800px;*/
	font-size: 12px;
	height: 16px;
	background-color: #596F86;
	color: #FFFFFF;
	/*display: inline;*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.menu li {
	width: 200px;
	height: 20px;
	/*background-color: #CCCCCC;
	border: solid 1px #FF0000;*/
	margin: 0px;
	padding: 0px 50px 20px 50px;
	display: inline;
}

.content {
	width: 800px;
	overflow: auto;
	padding: 10px 0px 10px 0px;
}

h1 {
	font-size: 12px;
	width: 798px;
	height: 18px;
	padding: 10px 0px 0px 2px;
	margin: 0px 0px 10px 0px;
	border-bottom: dashed 1px #777777;
}

.footer {
	width: 800px;
	height: 16px;
	padding-top: 2px;
	color: #FFFFFF;
	background-color: #596F86;
	text-align: center;
}
