body	{

	scrollbar-3dlight-color: #dfdfdf;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #dfdfdf;
	scrollbar-darkshadow-color: #dfdfdf;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #dfdfdf;
	scrollbar-track-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#f5f8f9;
	color: #666666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

#container {
	width: 722px;
	height: 400px;
	background: url(images/bg6.gif) no-repeat;
	margin: 8px auto;
}

#header {
	width: 686px;
	height: 366px;
	padding: 17px 20px
}

#pic {
	float: left;
	width: 512px;
	height: 356px;
	margin: 8px 6px 0px 4px;
	padding: 0;
	background: url(images/pycsky03.jpg) no-repeat;
	text-align: left;
}

#tips {
	position:relative;
	top:335px;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

#msg1 {
	position:relative;
	top:338px;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#msg1 a {
	text-decoration:none;
}
#msg1 a:hover {
	text-decoration:none;
}

#msg_box {
	padding: 0px;
	background: #ffffff;
	width: 157px;
	height: 375px;
	overflow:auto;
	text-align: left;
	color: #666666;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;

}

#msg_box table {border: 1px solid black;}

#msg_box a {
	/*color: #667722;*/
	color: #666666;
	text-decoration:none;
	padding: 1px 0 1px 0;
	border-bottom: 1px solid #ccc;
}

#msg_box a:hover {
	color: #333;
	text-decoration:none;
	padding: 1px 0 1px 0;
	background-color: #dfdfdf;
	border-bottom: 1px solid #ccc;
}

#msg_box td {
	line-height: 180%;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

#msg_box p { margin: 0 0 10px 0;}

#footer {
	height: 34px;
}

#navcontainer ul {
	margin: 0;
	padding-top: 8px;
	list-style-type: none;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

#navcontainer ul li { display: inline;}

#navcontainer ul li a:hover { color: #333;}

#cat {
	text-decoration: none;
	padding: .2em 1em;
	color: #666666;
	line-height: 180%;
	background-image: url("images/point1.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#eng {
	text-decoration: none;
	padding: .2em 0em .2em 1em;
	color: #666666;
	background-image: url("images/point1.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#chi {
	text-decoration: none;
	padding: .2em 1em .2em 0em;
	color: #666666;
}

.td_white { background-color: #ffffff; border: 1px solid black;}
