@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 0.8125em;
	background-image: url(../images/bodybg.png);
	text-align: justify;
	background-repeat: repeat-x;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.7em;
}
#wrapper {
	background-color: #FFF;
	width: 950px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 200px;
	width: 950px;
}
#menuA {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	height: 40px;
}
#menuA li {
	float: left;
	width: 190px;
	text-align: center;
	font-size: 18px;
	list-style-type: none;
	font-family: "標楷體";
	padding-top: 15px;
	font-weight: bold;
}
#menuA li a {
	text-decoration: none;
	color: #000;
}

#menuA li a:hover {
	color: #FFF;
}
#content {
	float: left;
	width: 910px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #09C;
}
#content h2 {
	font-size: 16px;
	color: #3CF;
	padding: 5px;
}

#footer {
	width: 950px;
	text-align: center;
	background-color: #DFDFDF;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}
#Scottbye {
	clear: both;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #00F;
}
#wrapper #content a {
	text-decoration: none;
	color: #000000;
}
#wrapper #content #site1 a:hover {
	color: #999999;
}
#wrapper #content a:hover {
	color: #999999;
}
