/*** USED ON ALL PAGES ***/
body {
	margin:0px;
	padding:0px;
	font-family:Arial,sans-serif;
	font-size:12px;
	background: #D4E2E5 url('/images/Image/bg_x.jpg') repeat-x;
}

#container1 {
	width:960px;
	padding:0px;
}

#main_table {
	width:100%; 
	padding:0px;
	background:  url('/images/Image/background.jpg') no-repeat center top;
}
#main_td {
	width:100%; 
	padding:0px;
}

 

#menu {
	height:45px;
	width:960px;
	font-size:16px;
	background: url('/images/Image/navbg.jpg') no-repeat;
	
}
 
#inside_menu {
	height:44px;
	width:960px;
	font-size:16px;
	background: url('/images/Image/inside_navbg.jpg') no-repeat;
	padding-left:20px;
}
 

/*** USED ON HOME PAGE ***/
#main {
	height:380px;
	width:610px;
}

 

#home-footer {
	height:90px;
	width:960px;
	background: url('/images/Image/footer.jpg') no-repeat;
}

/*** USED ON INSIDE PAGES ***/
#content-bg-repeat {
	background: url('/images/Image/inside_repeat.png') repeat-y;
	height:534px;
}

#content-bg {
	background: url('/images/Image/inside_content.jpg') no-repeat;
	height:534px;
	width:960px;
}

#content { 
	padding:95px 45px 0px 45px;
}
 

#content-footer {
	background: url('/images/Image/inside_footer.png') no-repeat;
	height:66px;
	width:960px;
}

/*** USED ON MINISTRY PAGES ***/
#ministry-events li {
	list-style:none;
}
.eventsColor{
color:#000000;
} 
.newsColor{
color:#000000;
} 