@import url(xoops.css);

body{
	background-image: url(images/bgs.jpg);
	background-repeat: repeat-x;
	background-color: White;
	font-size: 11pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}


a {
	text-decoration:none;
	color:rgb(68,68,68);
}

a:hover {
	text-decoration:none;
	color: rgb(255,51,0);
}

/* 頁面結構表格 */
#content_all{
	width: 1000px;
	border-collapse: collapse;
}

/* 左右兩欄表格 */
#content_all_1{
	width: 890px;
	border-collapse: collapse;
}


/* 中間內容表格 */
#content_all_2{
	width: 690px;
	border-collapse: collapse;
}



#content_head{
	background-image: url(images/theme_bg0.png);
	behavior: url(http://localhost:4001/iepngfix.htc);
	height: 28px;
	background-repeat: no-repeat;
	text-align:right;
}

#content_banner{
	background-image: url(images/theme_bg1.png);
 behavior: url(http://localhost:4001/iepngfix.htc);
	height: 192px;
	background-repeat: no-repeat;
}


#content_main{
	background-image: url(images/theme_bg2.png);
 behavior: url(http://localhost:4001/iepngfix.htc);
	background-repeat: repeat-y;
}

/* 頁尾區 */
#content_foot{
	background-image: url(images/theme_bg3.png);
  behavior: url(http://localhost:4001/iepngfix.htc);
	height: 132px;
	background-repeat: no-repeat;
	color:rgb(39,39,39);
        font-family: Times New Roman;
	padding:25px 0px 0px 80px;
}



/* 左區塊 */
#block_l{
	vertical-align: top;
	width: 190px;
	background-image: url(images/block_l.png);
	behavior: url(http://localhost:4001/iepngfix.htc);
}

/* 右邊內容區 */
#block_r{
	vertical-align: top;
	width: 690px;
}


/* 上中左區塊 */
#block_tcl{
	vertical-align: top;

}

/* 上中右區塊 */
#block_tcr{
	vertical-align: top;

}

/* 上中區塊 */
#block_tc{
	vertical-align: top;

}

/* 下中左區塊 */
#block_bcl{
	vertical-align: top;

}

/* 下中右區塊 */
#block_bcr{
	vertical-align: top;

}

/* 下中區塊 */
#block_bc{
	vertical-align: top;

}

/* 主內容 */
#main_content{
	vertical-align: top;
}


.block_title{
	background-color: rgb(179,179,179);
	color: Black;
	padding: 4px;
}


.block_title_r{
	background-color: rgb(255,194,179);
	color: Black;
	padding: 4px;
}

.block_title_g{
	background-color: rgb(194,240,179);
	color: Black;
	padding: 4px;
}

.block_title_b{
	background-color: rgb(179,179,255);
	color: Black;
	padding: 4px;
}

.block_content{
	padding: 4px;
}


table.block_title_c{
	border-collapse:collapse;
	padding: 0px;
	border:none;
	margin:0px;
}

table.block_title_c td{
	behavior: url(http://localhost:4001/iepngfix.htc);
}

table.block_title_c td img{
	behavior: url(http://localhost:4001/iepngfix.htc);
}

#user_menu img{
	behavior: url(http://localhost:4001/iepngfix.htc);
}


#usermenu a , #mainmenu a{
	display:block;
}

