body {
	background-image:url(../imgs/pagebg.gif);
	margin:0px;
	padding:0px;
}

#main {
	width:100%;
	background-image:url(../imgs/bg_page01.gif);
	background-repeat:repeat-x;
}

#main table {
	width:805px;
}

#main #header {
	height:210px;
	background-image:url(../imgs/header.jpg);
}

#main #body {
	background-image:url(../imgs/bg_page02.gif);
}

#main #body table {
	color:#222;
	font-size:12px;
	line-height:150%;
}

#main #body table a {
	color:#222;
}

#main #footer {
	height:18px;
	background-image:url(../imgs/footer.gif);
	color:#fff;
	font-size:12px;
	text-align:center;
}

#body table {
	width:620px;
}

#thumbnail table {
	width:100%;
}

#thumbnail td {
	padding:1px 0px 20px 1px;
	background-image:url(../imgs/imgbg.gif);
	background-repeat:no-repeat;
	width :102px;
	height:102px;
}

#thumbnail a {
	width:100px;
	height:100px;
	display:block;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#detail {
	margin:0px;
	padding:0px;
}

#detail #body {
	width:596px;
	height:500px;
	background-image:url(../imgs/bg_detail03.gif);
	padding:0px 0px 10px 0px;
}

#detail #body div {
	width:500px;
	height:500px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#detail #text {
	width:596px;
	background-image:url(../imgs/bg_detail03.gif);
	padding:0px 0px 10px 0px;
}

#detail #text #hd {
	width:502px;
	height:3px;
	font-size:1px;
	background-image:url(../imgs/bg_table01.gif);
}

#detail #text #bd {
	width:502px;
	background-image:url(../imgs/bg_table03.gif);
}

#detail #text #bd table {
	width:498px;
	font-size:12px;
}

.left {
	color:#FFF;
}

.right {
	color:#000;
}

#detail #text #ft {
	width:502px;
	height:3px;
	font-size:1px;
	background-image:url(../imgs/bg_table02.gif);
}

#detail #ctrl {
	width:596px;
	background-image:url(../imgs/bg_detail03.gif);
	padding:0px 0px 10px 0px;
}

#detail #ctrl table {
	font-size:12px;
	color:#222;
}

#detail #footer {
	width:596px;
	height:6px;
	font-size:1px;
	background-image:url(../imgs/bg_detail02.gif);
}

#prev {
	width:12px;
	height:11px;
	font-size:1px;
	display:block;
	background-image:url(../imgs/prev.gif);
}

#next {
	width:12px;
	height:11px;
	font-size:1px;
	display:block;
	background-image:url(../imgs/next.gif);
}

.nextprev {
	
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

.prev {
	background-image:url(../imgs/prev.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;
}

.next {
	text-align:right;
	background-image:url(../imgs/next.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
	padding:0px 18px 0px 0px;
}

#detail_prev {
	width:9px;
	height:27px;
	display:block;	
	background-image:url(../imgs/prev_b.gif);
	background-repeat:no-repeat;
	margin-right:5px;
}

#detail_next {
	width:9px;
	height:27px;
	display:block;	
	background-image:url(../imgs/next_b.gif);
	background-repeat:no-repeat;
	margin-left:5px;
}

#index_pager, #index_pager2 {
	margin-bottom : 10px;
}

