@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#69C;
	background-image:url(img/mainBg.gif);
	
}
ul{
	margin:0;
}
li{
	list-style:none;
}

#imgStyle {
   padding:1px;
   border:1px solid #021a40;
}

#outer{
	background-color: #F0F;
	margin: 0 auto;
	text-align:left;
	/* width:1088px; */
	width:1114px;
}

#left{
	/* background-color: #33F; */
	background-image:url(img/left.png);
	background-repeat:no-repeat;
	width:45px;
	height:500px;
	/* height:1024px; */
	float:left;
	/* padding: 0px 0px 0 0px; */
}

#mainBody{
	background-color: #FF0;
	width:1024px;
	float:left;
}

#right{
	/* background-color: #33F; */
	background-image:url(img/right.png);
	background-repeat:no-repeat;
	width:45px;
	height:500px;
	float:right;
}

#header{
	/* background-color:#FFF; */
	background-image:url(img/header_Bg.png);
	background-repeat:repeat-x;
	width:1024px;
	height:100px;
	float:left;
}

#menuTop{
	/* background-color:#C00; */
	background-image:url(img/menuTop_Bg.png);
	background-repeat:no-repeat;
	width:1024px;
	height:30px;
	float:left;
	/* margin: 0 auto; */
}


/* #gNav
----------------------------------------------------------- */
#gNav {
	display:inline;
}

#gNav li {
	width:100px;
	height:30px;
	float:left;
	overflow:hidden;
}

#gNav li a {
	/*display:block;*/
	clear:both;
	width:100px;
	height:30px;
	}
#gNav li a:hover img {
	position:relative;
	top:-30px;
	}
img {
	border:none;
	}
/* -----------------------------------------------------------
	#footer
		頁尾
----------------------------------------------------------- */

/* #gNav2
----------------------------------------------------------- */
#gNav2 {
	display:inline;
}

#gNav2 li {
	width:100px;
	height:30px;
	float:right;
	overflow:hidden;
}

#gNav2 li a {
	/*display:block;*/
	clear:both;
	width:100px;
	height:30px;
	}
#gNav2 li a:hover img {
	position:relative;
	top:-30px;
	}
img {
	border:none;
	}
/* -----------------------------------------------------------
	#footer
		頁尾
----------------------------------------------------------- */


#flash{
	background-color:#600;
	width:1024px;
	height:300px;
	float:left;
}

/* #flashContent { width:100%; height:100%; } */

#menuBottom{
	/* background-color:#3C0; */
	background-image:url(img/menuBottom_Bg.png);
	background-repeat:no-repeat;
	width:1024px;
	height:30px;
	float:left;
}

#content{
	background:#FFF;
	width:1004px;
	float:left;
	padding:10px;
}

#content2{
	background:#FFF;
	width:1024px;
	float:left;
	/*padding:10px;*/
}

#leftMenu{
	width: 200px;
	height: 450px;
	border: solid #666;
	border-width: 1px 1px 0 0;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 40px;
	background-image: url(img/Left_menu_bg.png);
	background-repeat: no-repeat;
	float: left;
}
#leftMenu a{
	color:#000;
}
#leftMenu h1{
	font-size:130%;
	color:#666;
}

#leftMenu ul{
	list-style:none;
	line-height:50px;
}

#mainContent{
	float:left;
	width:700px;
	padding-top:20px;
	padding-left:50px;
}

#hot{
	background-color:#FFF;
	width:301px;
	float:right;
}

#hotList li{
	list-style-type:square;
	line-height:30px;
}
#LatestNews_top{
	background-image:url(img/rightMenu_top.gif);
	height:50px;
}

#LatestNews_middle{
	background-image:url(img/rightMenu_middle.gif);
	background-repeat:repeat-y;
	padding-left:10px;
}

#LatestNews_bottom{
	background-image:url(img/rightMenu_bottom.gif);
	height:40px;
}


#scroll{
	float:left;
}


#footer{
	background-color:#809EAD;
	width:100%;
	height:80px;
	clear:both;
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding-top:5px;
}
#footer a{
	color:#FFF;
}
