/*以下為固定元素*/

img{
	border: none;
}

*{padding: 0; margin: 0;}

body{
	margin:0px auto;
	padding:0;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif, 微軟正黑體,新細明體,Helvetica,sans-serif;
	background: #595b60 url(../image/normal/bg.jpg) repeat-x;

}

a{
	-moz-outline-style:none;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
}

body a{
	overflow: hidden; 	noFocusLine:expression(this.onFocus=this.blur()); 	-moz-outline-style:none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

html{
		background: #595b60 url(../image/normal/bg.jpg) repeat-x;
}


/*網頁主結構佈局設定*/

#mdboBody{
	width: 1000px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
}

#mdboBodyLeft{
	width: 50px;
	height: 650px;
	float: left;
}

#mdboBodyRight{
	width: 50px;
	height: 650px;
	float: right;
}

#mdboBodyContent{
	width: 900px;
	height: 650px;

	float: left;
}

#mdboBodyContent_Top{
	width: 900px%;
	height: 100px;
	background: url(../image/normal/logo.jpg) no-repeat;
}

#mdboBodyContent_Content{
	width: 900px;
}

#mdboBodyContent_Foot{
	width: 900px;
	height: 50px;
	text-align: center;
	float: left;
}

/*網頁主content容器設定*/







/*上方選單的設定*/

#mdboMenu{
	height: 100px;
	width: 600px;
	float: right;
}

#mdboMenu h2{
	font-size: 12px;
	display: inline;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-top: 5px;
	*padding-top: 7px;
}

#mdboMenu ul{
	#margin-left: 80px;
	margin-top: 68px;
	margin-left: 100px;
	#margin-left: 125px;
}

#mdboMenu li{
	display: inline;
	margin-left: 5px;
}

#mdboMenu a{
	color: #5f5f5f;
}

#mdboMenu a:hover{
	color: #feaf00;
}

#mdboMenu_001{
	background: url(../image/normal/menuIcon_001.gif) no-repeat;
}

#mdboMenu_002{
	background: url(../image/normal/menuIcon_002.gif) no-repeat;
}

#mdboMenu_003{
	background: url(../image/normal/menuIcon_003.gif) no-repeat;
}

#mdboMenu_004{
	background: url(../image/normal/menuIcon_004.gif) no-repeat;
}

#mdboMenu_005{
	background: url(../image/normal/menuIcon_005.gif) no-repeat;
}

#mdboMenu_006{
	background: url(../image/normal/menuIcon_006.gif) no-repeat;
}

#mdboMenu_005 a{
	color: #8f8f8f;
}

/*子頁面的主容器標準設定*/

#mdboBodyContent_Content_Top{
	width: 100%;
	height: 30px;
	background: url(../image/normal/content_top.jpg) no-repeat;
}

#mdboBodyContent_Content_Content{
	width: 100%;
	height: auto;
	background: url(../image/normal/content_content.jpg) repeat-y;
}

#mdboBodyContent_Content_Foot{
	width: 100%;
	height: 30px;
	background: url(../image/normal/content_foot.jpg) no-repeat;
}


/*foot版權區塊設定*/

.footP{
	color: #858585;
	font-size: 11px;
	padding-top: 7px;
}


/*w3c*/

#ww3c{
	float: right;
	margin-top: -13px;
}

#ww3cImg{
	height: 31px;
	width: 88px;
}








