/*layout*/
body{
	background: #191919;
}
	
#header{
	height: 111px;
	width: 800px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	background-image: url(../images/h_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#warp{
	width: 800px;
	margin: 0 auto;
	}

#Content {
	width: 698px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #4F4F4F;
	background-color: #DCBA1B;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 20px 50px 40px 50px;
}

h1 {
	background-image: url(../images/main_title_bg.gif);
	width: 698px;
	font-size: 20px;
	font-weight: bold;
	color: #212121;
	text-align: center;
	margin-top: 10px;
}

h2 {
	font-size: 13px;
	color: #990000;
	font-weight: bolder;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
h3 {
	color: #036;
	font-size: 14px;
	font-weight: bolder;
	margin: 15px 0 10px 0;
}
ul li {
	line-height: 25px;
	list-style-type: disc;
	margin-left: 20px;
}


br {
	line-height: 10px;
}

p {
	line-height: 20px;
}
.newspicbox {
	float: left;
	margin: 15px 0 0 150px;
	background-color: #FFF;
}
.newspicbox p {
	padding: 10px 6px;
}

.newspicbox img {
	background-color: #FFF;
	padding: 6px;
}


#footer{
	text-align: center;
	width: 800px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 10px;
	color: #9c859c;
	padding-bottom: 30px;
	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;
}
#Content a {
	color: #930;
}
