html,body {	margin:0px auto;/*background: url(./img/bodybg) left top repeat-x;*/	background-color:#000000;}
/* css 歸零 */
div, span, applet, object, iframe-x,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
div{ width:100%;}
ol, ul {list-style: none;}
a{text-decoration:none;}
hr,.br{clear:both;}
img {
    border: 0;
}
a:link,
a:visited{color: #555555;	text-decoration: none;}
a:hover {color:#28991E;}
a:active {color: #56A726;}

/* 主要架構 */
#wrapper {
/*	background-color:#C13854;
	border:1px solid #3EB134;*/
	width:1000px;
	margin:0px auto;
	padding:0px 0px 0px 30px;
	overflow:auto;	 _height:1%;height: 100%;
}
/********************************************/
#content {
/*	background-color:#ABCD03;*/
	border:1px solid #FFFFFF;
	width:900px;		margin: 0px auto;
	min-height: 600px; _height:1%;
/*	margin:0px auto;margin-right:auto; margin-left:auto;*/
/*	margin:50px 0px 50px 0px;
	padding:0px 0px 50px 100px;*/
}
#index_menu {
	background-color:#000000;
	height:24px;
}

#index_tail {
	background-image: url(./img/index_bg.jpg);
  	background-repeat: no-repeat;
  	width: 850px;
	height: 60px;
	margin-top: 10px;	margin-left: 10px;
	padding-top: 5px;
	text-align: right;
}

a.head_sub_link:link, a.head_sub_link:visited ,a.head_sub_link:active{
	line-height:16px;
	font-size:12px;
	color:#fff;
	padding-left:30px;

}
a.head_sub_link:hover {color:#fff;}
/*********************************************/

#top_nav {
padding:20px 0px 20px 19px;
}

#footer {
	background-color:#F39938;
	clear:both;
	height:100px;
	background-image:url(./img/tail_bar.jpg);
  	background-repeat: repeat-x;
}


