@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #669900;
}
.arrackd{
    display:none;
}
A:link.down_url{color: #red;TEXT-DECORATION: none}
/*這是沒按過的顏色指令。*/
A:active.down_url{color: #red;TEXT-DECORATION: none}
/*這是活動的顏色指令，平常根本看不出來。*/
A:visited.down_url{color: #red;TEXT-DECORATION: none}
/*這是按過之後的顏色指令。*/
A:hover.down_url{COLOR: red; TEXT-DECORATION: underline}
/*這是被滑鼠碰到的顏色指令。*/

#templates{
	background-color:#ccd99a;
	width:1000px;
}

#templates .top{
	width:1000px;
	height:68px;
}
#templates .topflash{
	width:1000px;
	height:137px;
}
#templates .leftmenu{
	float:left;
	width:192px;
}
#templates .center{
	background-color:#ccd99a;
	float:left;
	width:739px;
}
#templates .banner{
	width:739px;
	height:119px;
}
#templates .breadcrumbs{
	background-image:url(../img_templates/templants_breadcrumbs.jpg);
	font-size:13px;
	width:739px;
	height:25px;
}
#templates .title{
	background-image:url(../img_templates/templants_titlebg.jpg);
	width:739px;
	height:67px;
}
#templates .contant{
	background-image:url(../img_templates/templants_contantbg.jpg);
	background-repeat:no-repeat;
	width:739px;
}
#templates .right{
	float:left;
	background-image:url(../img_templates/templants_right.jpg);
	width:69px;
	height:555px;
}
#templates .copyright{
	float:left;
	background-image:url(../img_templates/templants_copyrightbg.jpg);
	width:1000px;
	height:386px;
}
#templates .copyright_d1{
	width:1000px;
	height:305px;
}
#templates .copyright_d2{
	padding-left:265px;
	font-size:13px;	
	width:735px;
	height:81px;
}
