@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	font-size: 12px;
	font-family: "微軟正黑體", "蘋果儷中黑", "新細明體", "細明體", "標楷體";
	background-image: url(images/main_wrapper_bg.jpg);
	background-repeat: repeat-x;
}
#main_wrapper {
	width:930px;
	margin-left:auto;
	margin-right:auto;/*m*/
}
#header{
	height: 97px;
}
#logo{
	background-image: url(images/logo.gif);
	height: 91px;
	width: 250px;
	float: left;
}
#login{
	float: right;
	height: 43px;
	width: 400px;
	margin-right: 10px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #fff;
}


#bigbanner{
	height: 317px;
	margin-left:15px;
	background-image: url(images/bigbanner_bg.jpg);
	background-repeat: no-repeat;
	}
#bigbanner2{
	height: 317px;
	margin-left:20px;
	background-image: url(images/bigbanner2_bg.jpg);
	background-repeat: no-repeat;
	}
#bigbanner3{
	height: 317px;
	margin-left:20px;
	background-image: url(images/bigbanner3_bg.jpg);
	background-repeat: no-repeat;
	}
#bigbanner4{
	height: 317px;
	margin-left:20px;
	background-image: url(images/bigbanner4_bg.jpg);
	background-repeat: no-repeat;
	}
#breakarea{
	height: 50px;
}
#maincontent{
	height: 490px;
}
#left_column{
	padding: 10px;
	width: 570px;
	float: left;
}
#right_column{
	padding: 10px;
	width: 320px;
	float: right;
}
#box_title{
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.box_title2{
	font-size: 20px;
	color: #000;
}
/* footer  ---------------------------------------------*/
#footer {
	
	clear:both;
	font-size:13px;
	color: #005522;
	text-align:left;
	padding-left:5px;
	height:1;
	padding-top:10px;
	padding-bottom:10px;
	}
#footer  a:link {
	text-decoration: none;
	color:#005522;
	}
#footer  a:visited {
	text-decoration:none ;
	color:#005522;
	}
#footer  a:hover {
	text-decoration:none;
	color:#bfff4f;
	}
#footer  a:active {
	text-decoration: none;
	color:#005522;
	}
