body {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-size: 11px;
	color: #666;
}
		
p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding:7% 0 0 0;
}

/* header */

#site_title_bar {
	width: 970px;
	height: 90px;
	padding: 0 35px;
}

#site_clear{
    height: 20px;
}

/* end of header */

/* search */

#site_top_bar {
	clear: both;	
	width: 970px;
	height: 40px;
    padding: 0 10px;
	background: url(../images/topbar.png) no-repeat;	
}

/* end of search */

/* banner */

#banner {
	clear: both;
	width: 880px;
	height: 280px;
    padding: 0 70px 0 40px;
}

#banner #banner_left {
	float: left;
	width: 600px;
}

#banner_left img {
	width: 600px;
	height: 310px;
}

#banner #banner_left h2 {
	font-size: 24px;
	color: #000;
}

#banner #banner_left p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

#banner #banner_right {
	float: right;
	width: 232px;	
	height: 200px;
	line-height: 30px;
}

/* end of banner */

/* content */

#content {
	clear: both;
	width: 900px;
	padding: 0 45px;
	background: url(../images/content_middle.jpg) repeat-y;
}

#content_top {
	clear: both;
	width: 990px;
	height: 70px;
	background: url(../images/bombar.png) no-repeat;
}

#content_bottom {
	clear: both;
	width: 990px;
	height: 35px;
	background: url(../images/content_bottom.jpg) no-repeat;
}

#abgne_marquee {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 880px;
	height: 25px;
	/*border: 1px solid #ccc;*/
}
#abgne_marquee ul, #abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#abgne_marquee ul {
	position: absolute;
}
#abgne_marquee ul li label img{
    margin-right:10px;
}
#abgne_marquee ul li label{
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:12px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	color:#4C5D93;
	font-weight:bold;
}
#btnLogin{width:150px;}

/* end of content */