@import url("layout.css");
/* index.php CSS Document */

/* setting left hand side banner image(inheritence) */
#left{
	background-image: url(../img/index/left_index.jpg);
}

/* left hand side column */
#left_col{
	float: left;
	width: 400px;
}


/* monthly scripture module */
#monthly_scripture{
	margin-top: 10px;
/*	background-color:#FFFFCC;*/
}

#monthly_scripture p{
	margin: 0px 15px 0px 15px;
	font-size: 14px;
	font-family: "新細明體", "細明體", Arial, Helvetica, sans-serif;
}

/* news and notices module */

#news{
	margin-top: 10px;
}

#news p{
	margin: 0px 15px 0px 15px;
	font-size: 12px;
	font-family: "新細明體", "細明體", Arial, Helvetica, sans-serif;
	margin-left: 130px;
}

/* special notice (right hand side column) */
#special{
	margin-top: 10px;
	margin-left: 400px;
}

#special p{
	margin: 0px 15px 0px 15px;
	font-size: 14px;
	font-family: "新細明體", "細明體", Arial, Helvetica, sans-serif;
}

/* bottom next week's rota */

#next_rota{
	margin-top: 20px;
}

#next_rota p{
	margin: 0px 15px 0px 15px;
}

#rota_top{
	width: 690px;
	height: 47px;
	background-image: url(../img/index/rota_top.jpg);
	background-repeat: no-repeat;
}

#rota_middle{
	width: 690px;
	height: 87px;
	background-image: url(../img/index/rota_middle.jpg);
	background-repeat: no-repeat;
}

#rota_middle table{
	margin-left: 30px
}

#rota_middle td{
	vertical-align: top;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rota_bottom{
	width: 690px;
	height: 43px;
	background-image: url(../img/index/rota_bottom.jpg);
	background-repeat: no-repeat;
}

#rota_bottom p{
	margin-left: 110px;
	color: #993333;
}

