* {
	margin: 0;
	padding: 0;	
}
body{
	background: #fff;
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
}
#wrap{
	margin: 0 auto;
	text-align: left;
	width: 800px;
	position: relative;
}
#header{
	width:100%;
	height: 50px;
	background: url(../images/header.gif) no-repeat;
	text-align: left;
}
#title{
	position: absolute;
	display: block; /*將header處的網站標題字顯示出來*/
	top: 25px;
	left: 50px;
}
#homelink{
	display: none;
}
#main{
	width: 100%;
	margin-top: 2em;
	text-align: left;
	padding-bottom: 2em;
}
#navi{
	width: 150px;
	position: absolute;
	top: 76px;
	left: 0;
	margin-left: 2em;
}
#navi ul{
	margin-left: 2em;
	list-style: square;
	color: #CC0000;
}
#navi ul li{
	padding:0.5em 0 0.5em 0;
	border-bottom: 1px solid #e0e0e0;
}
#navi ul li a{
	text-decoration: none;
	color: #333;
}
#navi ul li a:hover{
	color: #cc0000;
	font-weight: bold;
	font-size: 15px;
}
#content{
	border-left: 1px solid #e0e0e0;
	margin-left: 176px;
	padding: 0.5em 1em 1em 3em;
}
#footer{
	height: 50px;
	background: url(../images/footer.gif) no-repeat;
	color: #fff;
	padding: 1.5em 1em 1em 1em;
	text-align: center;
	font-size: 12px;
`}