body { 
font-family: Verdana, Arial, sans-serif; 
line-height: 1.4;
font-size: 14px;
background: #2F2929;
margin: 0;
padding: 0;
color: #112211;
}

a { color: #4E7F00; text-decoration: none;}
a:hover { text-decoration: underline; }

#wrap { 
width: 800px;
margin: 20px auto;
}

#header {
font-family: "微軟正黑體";
padding: 20px 0 30px 0;
}
#header h1 {
margin: 0;
padding: 0;
color: #FFB96F;
font-size: 34px;
letter-spacing: -1px;
line-height: 27px;
}
#header h1 a { text-decoration: none; color: #eee; }
#header h1 a:hover { text-decoration: none; color: #fff; }
#header h2 { font-size: 15px; padding: 3px 0 0 0; margin: 0; color: #EBEFE0; text-transform: uppercase; }

#menu {
background: #78AF20;
height: 50px;
line-height: 50px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 0;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #fff;
	font-weight: 100;
	font-family: "微軟正黑體";
}
#menu ul li a:hover {
	color: #fff;
	background: #4E7F00;
	font-family: "微軟正黑體";
}

#contentwrap {
background: #efefef;
}

#content {
	padding: 10px 19px 10px 20px;
	float: left;
	width: 520px;
	background: #fff;
	border-right: 1px solid #dcdcdc;
	font-family: "微軟正黑體";
}
#content h2 {
	margin: 0;
	color: #393F2F;
	line-height: 30px;
	font-weight: bold;
	font-family: "微軟正黑體";
}

#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: right;
width: 240px;
padding: 10px 0;
}

#sidebar h3 {
	height: 30px;
	line-height: 30px;
	font-weight: 100;
	margin: 0;
	padding: 0 0 0 10px;
	color: #393F2F;
	font-family: "微軟正黑體";
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 5px 10px 10px 15px;
margin: 0;
color: #aaa;
list-style-type: none;
}

#sidebar ul li {
background: url(images/bullet.png) no-repeat center left;
padding: 1px 0 2px 20px;
margin: 0;
}
#sidebar ul li a {  }

#footer { 
text-align: center;
color: #fff;
padding: 15px 0;
background: #232323;
border-bottom: 5px solid #88BF2F;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover {
	text-decoration: underline;
	font-family: "微軟正黑體";
}
#wrap #contentwrap #content table tr td {
	font-weight: bold;


}
