body{
	font-family:新細明體,標楷體,微軟正黑體,Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #A52929;
	}
h1{
	text-align:center;
	padding-top:40px;
	}
h2{
	margin-right:32px;
	margin-left:32px;
	}
h3{
	margin-right:32px;
	margin-left:32px;
}
p{
	margin-right:32px;
	margin-left:32px;
}
a{
	font-size:1em;
	font-weight: ;
	margin:0px;
}
a:link, a:visited{
	background-color:#99FFFF;
	color:#000000;
	text-decoration:none;
}
a:hover{
	background-color:#99FFFF;
	color:#CC3399;
}
#wrapper{
	width:900px;
	height:auto;
	background-color:#ECECED;
	margin-left:auto;
	margin-right:auto;
	
	}

#wrapper #home_header{
	width:900px;
	height:110px;
	background-color:#FFEED7;
	border-bottom-width: 5px;
	border-bottom-style:solid;
	border-bottom-color:#A52929;
	padding-bottom:10px;
	float:left;
	}
#content_left{
	width:150px;
	height:auto;
	float:left;
	}
#content{
	width:700px;
	height:auto;
    float:left;
	background-color:#EBEBEB;
	border-left-color:#D5D5D5;
	border-left-width:3px;
	border-left-style:solid;
	}
#content_right{
	width:100px;
	height:auto;
	float:right;
	}
#footer{
    width:900px;
	height:20px;
	clear:both;
	background-color:#FFEED7;
	text-align:center;
	border-top-width: thick;
	border-top-style:solid;
	border-top-color:#A52929;
	padding-top:5px;
    }
	