/*基本信息*/
body {color:gray;font-size:12px;font-family:新細明體;margin:0px 0px 0px 0px;text-align:center;background:#ECF0FC;}
a:link{color:#000000;text-decoration:none;}
a:visited {color:#000000;font-size:12px;text-decoration:none;}
a:hover{}

/*最外層*/
#container {width:826px;margin:10px auto}

/*banner的部份*/
#header 
	{
		width:826px;
		margin:0 auto;
		height:235px;
		background:#6E77AA;
		}


/*網頁主體*/
#pagebody {width:826px;margin:0 auto;height:400px;background:#ffffff;} 

/*最下面*/
#copyright 
	{
		width:826px;
		margin:auto;
		height:35px;
		color:#ffffff;
		background:#6E77AA;
		text-align:center;
	}

#menu {padding:10px 5px 0 0;color:#ffffff;}
#menu ul {float:right;list-style:none;margin:0px;}
#menu ul li {float:left;margin:0 10px;}
.menuDiv {width:1px;height:15px;background:#999;}

#banner 
	{
 		background:url(159-s.jpg) 0 10px no-repeat;
 		width:826px; 
 		margin:auto; 
 		height:280px;  
 		clear:both;
 	}
 	
#pagebody 
	{
 		width:826px; 
 		height:auto;
 		margin:0px; 
	}

#select 
	{
 		height:35px; 
 		clear:both;
 		overflow:hidden;
 		background:#ffffff;
 		margin:0 auto; 
	}
	
#main 
	{
 		height:auto;
 		text-align:left;
 		overflow:hidden;
	}
	

