/*layout*/
body{
	background: #191919;
}
	
#header{
	height: 111px;
	width: 977px;
	float: left;
	font-size: 14px;
	color: #2D2D2D;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	background: url(../images/h_bg.jpg) no-repeat;
	font-weight: normal;
}
#header a {
	font-size: 14px;
	color: #2D2D2D;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ffd324;
}

#warp{
	width: 977px;
	margin: 0 auto;
	}
#thanks {
	float: left;
	height: 370px;
	width: 977px;
	background: url(../images/thanks_bg.jpg) no-repeat #333;
}
#thanks_01 {
	float: left;
	width: 570px;
	color: #FFF;
	font-size: 13px;
	margin: 50px 0 0 82px;
}
#thanks_02 {
	float: left;
	width: 600px;
	color: #8c8c8c;
	font-size: 13px;
	margin: 90px 0 0 50px;
}
#thanks_02 a {
	color: #FFF;
}

#Content {
	width: 977px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5A5A5A;
	background: url(../images/c_bg.jpg) repeat-y;
	border-top: 1px solid #cccccc;
	padding-bottom: 20px;
}
#left, #right {
	float: left;
	width: 202px;
	background: url(../images/side_bg.jpg) repeat-y;
}
.subtitle {
	background-image: url(../images/subtitle_bg.gif);
	height: 35px;
	width: 200px;
	margin-left: 1px;
	text-align: center;
}
#left ul li ul li, #right ul li ul li {
	font-size: 13px;
	color: #FFF;
	line-height: 22px;
	margin-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 10px;
}
.subtitle img {
	margin-top: 5px;
}

ul li a {
	color: #333333;
}

#main {
	float: left;
	width: 573px;
	background-color: #dcba1b;
}

h1 {
	background-image: url(../images/main_title_bg.gif);
	width: 573px;
}

h2 {
	font-size: 13px;
	color: #990000;
	font-weight: bolder;
	line-height: 20px;
	margin: 20px 10px 10px 10px;
}
#main h1 img {
	margin: 5px 0 5px 10px;
}
#main ul li {
	line-height: 25px;
	color: #336633;
	list-style-type: square;
	margin-left: 50px;
	font-size: 13px;
	margin-right: 20px;
}
#left ul li ul,#right ul li ul {
	margin: 10px 0;
}

br {
	line-height: 10px;
}

p {
	line-height: 20px;
}

#left h1 a {
	color: #4F4F4F;
	text-decoration: none;
}
#left h1 a:hover {
	color: #E1740D;
}
#footer{
	text-align: center;
	width: 977px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding: 20px 0 80px 0;
	color: #9c859c;
	background-color: #cccccc;
}
#warp #footer a:link {
	color: #333;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	border-bottom: 1px dotted #333;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #000;
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #000;
}
