/* CSS Document */

body{
	background:#666666;
	margin:0 auto;
	padding:0px;
}
.bodybg{
	background:url(../images/bodybg.jpg) repeat-y top center;
	width:908px;
	margin:0 auto;
	padding:0px;
}
.bgtop{
	background:url(../images/bodytop.jpg) no-repeat top center;
	width:908px;
	margin:0 auto;
	padding:0px;
}
.banbg{
	background:url(../images/topbg.jpg) repeat-x top center;
	width:314px;
	margin:0 auto;
	padding:0px;
}
.footerbg{
	background:#cbcbcb url(../images/footerbg.jpg) repeat-x top center;
	margin:0 auto;
	padding:0px;
}
.arial12{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	line-height:20px;
}
.arial24{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	text-decoration:none;
	line-height:20px;
}
.arial16{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	line-height:20px;
}
ul,li{
	list-style-image:url(../images/bul.jpg);
}