@charset "utf-8";
body {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}
a {color:#000;text-decoration:none}
a:hover {color: #663300;text-decoration: none;}
a:active {color: #999999;}
#box {
	background-color: #FFFFF7;
	text-align: left;
	width: 997px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	display: block;
	height: 327px;
	width: 997px;
}
#welcome {
	float: right;
	margin-top: 160px;
	top: 30px;
	position: absolute;
	left: 600px;
}
#language {
	height: 450px;
	width: 997px;
}
#box #link {
	padding-left: 30px;
	padding-bottom: 30px;
}

#language ul {
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	line-height: 200%;
	list-style-type: disc;
	list-style-position: inside;
}
a {
text-decoration: none;
}
#box #language li {
	list-style-type: disc;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
	padding-left: 30px;
}
#box #language .choose {
	font-size: 14px;
}
#box #language a {
	font-size: 14px;
	font-weight: bold;
}

