/*layout*/

body{
	background-color: #0A0A0A;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFF;
	}
	
#header{
	height: 360px;
	width: 900px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	vertical-align:bottom;
	background-color: #FFF;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#Content {
	width: 820px;
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	background-color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #737373;
	background-image: url(../images/bg.jpg);
	text-align: left;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}


#footer{
	text-align: center;
	height: 40px;
	width: 900px;
	font-size: 12px;
	font-style: normal;
	color: #794D36;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c2c2c;
}

#warp #footer a:link {
	color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#dl {
	float: right;
	width: 200px;
	text-align: center;
	clear: both;
	color: #5193CA;
	font-size: 12px;
	font-weight: bolder;
	padding-top: 25px;
	height: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e4e3;
}
#warp #Content #dl p a {
	color: #65A6DD;
	font-size: 13px;
	line-height: 20px;
	margin-right: 10px;
}


ul li {
	line-height: 25px;
	font-size: 13px;
}

ul li ul li {
	margin-left: 65px;
}
br {
	line-height: 20px;
}
p {
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

.title {
	color: #BFAB8A;
	font-weight: bolder;
}
.unit {
	color: #9E9E9E;
	margin-left: 15px;
}
#warp #Content ul .title a {
	color: #BFAB8A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFAB8A;
}
