body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #73bad6;
	background-image: url(back.jpg);
	font-size: 12px;

}
TD {
	color: #333333;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
a {
	color: #000000;
}
a:hover {
	color: #990000;
}
P { COLOR: #333333; LINE-HEIGHT: 125%; MARGIN: 0px } 

#wrap {
	position: relative;
	height: 700px;
	width: 1003px;
	margin: 0 auto;
}

#Mnav {
	padding: 0px;
	z-index: 1;
	position: absolute;
	left: 500px;
	top: 515px;
}
#Mnav2 {
	padding: 0px;
	z-index: 1;
	position: absolute;
	right: 95px;
	top: 640px;
	text-align: right;
	height: 60px;
	width: 800px;
	color: #333333;		
}

#Mnav2 span {
	color: #990000;	
	font-size: 13px;	
}
#Mnav3 {
	padding: 3px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	z-index: 1;
	position: absolute;
	right: 70px;
	top: 41px;
	text-align: center;
	height: 25px;
	width: 200px;
	color: #333333;
	background-image: url(info.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#info{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 5;	
	padding: 0px 0px 0px 25px;
	margin: 0px 10px 0px 0px;
	background-image: url(info.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 180px;
    height:30px;
}
*html #info {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/info.png', sizingMethod='scale');
} 





/* ---------------------------------------------------------------- 最新訊息 ---------------------------------------------------*/

#news {
	margin: 6px 0px 6px 0px;
}
#news td {
	background-image: url(line.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	padding: 4px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
}
#news td img {
	float: left;
	padding: 2px 5px 0px 0px;
}
#news td a {
	color: #EDE1C5;	
	float: left;
	text-decoration: none;
}
#news td span {
	color: #FFFFFF;	
	float: right;
}
#news td a:hover {
	color: #ffffff;
	text-decoration: none;
}

