*{
margin:0px;
padding:0px;
}

body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header{
	width:100%;
	height:115px;
	background-image: url(../images/heade_bg.jpg);
	background-repeat: repeat-x;
}
header{
	width:960px;
	height:115px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
}
#flash{
width:100%;
height:325px;
background-image: url(../images/flash_bg.jpg);
ackground-repeat: repeat-x;

}
#sliderouter{
width:960px;
margin:0 auto;
padding:15px 0 0 0;



}
.slide{
width:350px;
height:296px;
}
#panel{
	width:100%;
	height:280px;
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-x;
	border-top:2px solid #dfe1e1;
}
#panelinner{
width:960px;
margin:0 auto;
padding:10px 0 0 0px;
}
#panelinner .dgl{
	padding:0px;
	margin:0px;
	float:left;
	width:263px;
	height:253px;
	background-image: url(../images/dgl_normal.jpg);
	background-repeat: no-repeat;
}
#panelinner .dgl a{
display:block;
width:263px;
height:253px;

}
#panelinner .dgl a:hover{
	display:block;
	width:263px;
	height:253px;
	background-image: url(../images/dgl_over.jpg);
	background-repeat: no-repeat;
	
	}
#panelinner .pol{
	padding:0px;
	margin:0 0 0 60px;
	float:right;
	width:263px;
	height:253px;
	background-image: url(../images/pollachi_normal.jpg);
	background-repeat: no-repeat;	
}
#panelinner .pol a{
display:block;
width:263px;
height:253px;
}
#panelinner .pol a:hover{
	display:block;
	width:263px;
	height:253px;
	background-image: url(../images/pollachi_over.jpg);
	background-repeat: no-repeat;
}

#panelinner .karu{
	padding:0px;
	margin:0 0 0 60px;
	float:left;
	width:263px;
	height:253px;
	background:url(../images/karur_normal.jpg) no-repeat center;
;

}
#panelinner .karu a{
display:block;
width:263px;
height:253px;
}
#panelinner .karu a:hover{
	display:block;
	width:263px;
	height:253px;
background:url(../images/karur_over.jpg) no-repeat center;

	

}



#panelinner:after{
clear:both;

}
.colorborder{
	width:100%;
	height:7px;
	background-image: url(../images/color_bg.jpg);
	background-repeat: repeat-x;
}
footer{
	background-image: url(../images/divider.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:40px;
	margin:10px 0 0 0;

}
footer .footer{
line-height:40px;
width:960px;
margin:0 auto;
color:#3c1e16;
font-size:12px;

}