﻿@charset "utf-8";
/* CSS Document */
html,body
{
	margin:0 0 0 0;
	background-image:url(../img/back_html.jpg); 
	background-repeat:repeat-x;
	background-color:#CCC;
	font-family:Arial,'微軟正黑體';
	
}
#webContainer
{
	margin:0 auto;
	width:900px; 
	background-image:url(../img/back01.png); 
	background-repeat:repeat-y;
	background-position:center;
}
#all
{
	margin:0 auto;
	width:850px; 
	background-color:#FFF;
}
#top
{
	margin:0 0 0 0;	
}
#content
{
	font-size:13px;
	line-height:22px;
	word-spacing:1px;
	letter-spacing:1px;
	padding:0 15px 0 15px;
	background-color:#fff; 
	float:right; 
	width:676px; 
	border-left:1px #aaa solid;
}
	#content p
	{
		margin:15px 0 15px 15px;
	}
#left
{
	width:140px; 
	float:left; 
}
	#left img
	{
		margin:0 0 10px 0;
		border:0;
	}
#bottom
{
	text-align:center;
	font-size:11px;
}
#footer
{
	margin:10px auto;
	width:850px;
	font-size:11px;
	text-align:center;
}
#agenda
{
	font-size:13px;
	line-height:18px;
	word-spacing:1px;
	letter-spacing:1px;	
}
#topBtn
{
	margin:10px 5px 10px 0;
}