.theme_body{
	background-image: url(images/theme_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.theme_body_right {
	background-image: url(images/theme_body_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.theme_body_rdown{
	background-image: url(images/theme_body_rdown.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
}
.theme_header_bg{
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 119px;
}
.theme_menu_bg{
	background-image: url(images/theme_menu_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#theme_menu td{
	height: 30px;
	text-indent: 10px;
	background-color: #F6FAF9;
}
.theme_sub_menu {
	text-indent: 20px;

}
.theme_page_content {
	font-size: 12px;
	line-height: 24px;
	background-color: #FFFFFF;
}
.theme_page_title{
	font-size: 16px;
	line-height: 24px;
	color: #FB9715;
	font-weight: bold;
}
.theme_page_path{
	font-size: 12px;
	line-height: 20px;
	color: #787878;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
.theme_page_ctitle{
	font-size: 16px;
	line-height: 24px;
	color: #DB623C;
	font-weight: bold;
}
.theme_note_title{
	color: #6D6C6C;
	font-size: 13px;
	font-weight: bold;
}
.theme_note_content{
	color: #6D6C6C;
	font-weight: bold;
}

