html {
	height: 100%;
	background-color: #BC5C34;
}
body {
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體", "細明體";
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體", "細明體";
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體", "細明體";
	font-size: 12px;
	line-height: 20px;
	color: #CF8F38;
	text-decoration: none;
	letter-spacing: 1px;
}
.style2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體", "細明體";
	font-size: 12px;
	line-height: 20px;
	color: #CF8F38;
	text-decoration: none;
	letter-spacing: 1px;
}
.style2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體", "細明體";
	font-size: 12px;
	line-height: 20px;
	color: #CC9966;
	text-decoration: none;
	letter-spacing: 1px;
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體", "細明體";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體", "細明體";
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}


.mainArea {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mainArea h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.mainArea li {
	list-style-type: decimal;
	font-size: 13px;
	color: #FFFFFF;
	margin:  10px 0 0 20px;
	list-style-position: outside;
}

h1{
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	background-position:62px top;
	width: 328px;
	height: 53px;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align:left;
	letter-spacing: 2px;
	color: #4a2413;
	line-height: 60px;
	width:997px;
	padding: 0 0 0 90px;
	margin: 0 auto;
}
#profile {
	width: 997px;
	margin: 0 auto 20px auto;
}
#showDM {
	height: 459px;
	width: 323px;
	margin: 33px 0 0 108px;
	overflow: hidden;
	border: solid 2px #fff;
	position: relative;
}
#showDM ul {
	width: 9044px;
	position: relative;
}
#showDM li {
	float: left;
	margin: 0px;
	list-style: none;
}
#showDM li img {
	cursor: pointer;
}
#zoom {
	background-image:url(../images/zoom.png);
	background-color: transparent;
	background-position: left top;
	width: 40px; 
	height: 36px;
	position:absolute;
	z-index: 999;
	top: 0;
	right: 0;
	border: none;
	text-indent: -9999px;
}
#zoom:hover {
	cursor: pointer;
	background-position: left bottom;
}

#showDMbtn {
	background-image: url(../images/porfile_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 41px 0 0 0;
	float: right;
	margin: 100px 112px 0 0;
	width: 264px;
	overflow: hidden;
}
#showDMbtn button {
	background-image: url(../images/round.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 33px;
	width: 33px;
	border: none;
	color: #bb5c34;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#showDMbtn button:hover {
	cursor: pointer;
	background-position: left top;
}

#overRay {
	background-color:#000;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	height: 100%;
	width: 100%;
	display: none;
}
#overRayContent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	height: 100%;
	width: 100%;
	display: none;
}
#showDMbig {
	width: 907px;
	height: 580px;
	margin: 60px auto 0;
	overflow: auto;
}
.btn {
	width: 907px;
	margin: 10px auto;
}
.btn a {
	background-image: url(../images/print.gif);
	background-repeat:no-repeat;
	background-position: left top;
	width: 68px;
	height: 23px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin: 0 0 0 10px;
}
.btn a:hover {
	background-position: left bottom;
	cursor: pointer;
}
.btn a.btn_print {
	background-image: url(../images/print.gif);
}
.btn a.btn_close {
	background-image: url(../images/close.gif);
	width: 72px;
}
.btn a.btn_previous {
	background-image: url(../images/previous.gif);
	width: 100px;
	margin: 0 10px 0 0;
}
.btn a.btn_next {
	background-image: url(../images/next.gif);
	margin: 0 0 0 20px;
}
