/* CSS Document */
#Panel{
	margin-left:auto;
	margin-right:auto;
	width:1003px;
	height:600px;
}

/*	 上橫板 */
#Top{
	width:1003px;
	height:75px;
	float:left;
}

#CTop{
	width:823px;
	height:32px;
	background-color:#015EBB;
}

#Left{
	float:left;
	width:180px;
	height:460px;
	background-image: url(../images/left_background.jpg);
	background-color:#015EBB;
}
/*	 左選單 */
.MenuClass{
	width:180px;
	height:36px;
}
#Menu{
	width:180px;
	height:460px;
}	
#MenuTop
{
	width:180px;
	height:30px;
	background-color:#015EBB;
}
#MenuBottom{
	width:180px;
	height:30px;
}
/*	 主畫面 */
#Content{
	float:left;
	width:822px;
	height:460px;
	background-color:#FFFFFF;
}
/*	 下橫板 */
#Bottom{
	width:1003px;
	height:65px;
}
