body {
	font: 12px Tahoma;
	margin: 0px;
	background: #FFF;
}

a {
	text-decoration: none;
}

#container {
	border: 1px dashed #222;
	width: 800px;
	margin: 0 auto;
}

#header {
	clear: both;
	border-bottom: 1px dashed #ccc;
}

#nav {
	clear: both;
}


#nav ul {
	height: 28px;
	list-style: none;
	margin: 0px;
}



#nav ul li {
	float: right;
	margin: 5px 10px;
}


#nav ul li a{
	font-weight: bold;
	color: #333;
}

#news {
}

#zhNews {
	clear: left;
	width: 50%;
	float: left;
}

#zhNews ul {
	list-style: square;
}

#esNews {
	clear: right;
	width: 50%;
	float: right;
	
}

#esNews ul {
	list-style: square;
}
#content {
	clear: both;
}

#content table{
	margin: 5px 0px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 100%
}

#shoutbox ul{
	list-style: none;
	padding: 10px;
}

#shoutbox ul li {
}
.clear {
	clear: both;
}
#messages {
	clear: both;
}
