/* Basic */
body{
	margin: 0px;
	padding: 0px;
	background-color: #73a915;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, "sans-serif，細明體";
	font-size: 12px;
}
html,h1,h2,h3,h4,h5,h6,p,blockquote,object,img,em,form,input,textarea,label,checkbox{margin: 0px;	padding: 0px;}
h1, h2, h3, h4, h5, h6, p{margin:0;}
a{text-decoration: none;}
a:active {text-decoration: none; }
img{border:none;}
.space{	clear: both;}
/* Content */
.Wrapper{
	width: 99%;
	margin-bottom: 8px;height: 82px;background-image: url(../images/bg_lang.gif);
	background-repeat: repeat-x;
	background-position: left top;}

.Header{width: 100%;}
.Container{
	width: 97%;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.Footer{
	width: auto;
	margin-left: 197px;
}
/* CSS Document */
.Content{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 99%;
}