p {
margin : 10px 0px 10px 0px;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	font-size:11px;
	font-family: Tahoma; 
	color: #333333;
}

div#container {
	width: 950px;
	margin: 0 auto;
}

div#banner {
	background-image: url('images/banner.jpg');
	width: 950px;
	height: 116px;
}

* {
	margin: 0; 
	padding: 0; 
}

.menu {
	position: relative; 
	background-image: url('images/navbg.jpg'); 
	background-repeat: no-repeat;
	height: 41px; 
	width: 950px;
}

.menu ul {
	list-style: none; 
	z-index: 10; 
	position: absolute; 
	z-index: 100; 
	padding: 10px 10px 0 250px;
}

.menu li {
	float: left;
}

.menu a, .menu a:active, .menu a:visited, .menu a:hover {
	text-decoration: none; 
	color: #a2daff; 
	padding: 22px;
}

div#subnav {
	height: 30px; 
	background-color: #afafaf;
	border: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	margin: 0 0 15px 0;
}

div#subnav li a:link, div#subnav li a:hover, div#subnav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#subnav li {
	float: left;
	margin: 0px 0px 0px 0px;
}

div#subnav ul {
	list-style: none; 
	padding: 9px 10px 0 10px;
/* changed padding to 0 it was 9*/
}

div#subnav a, div#subnav a:active, div#subnav a:visited {
	padding: 5px;
	margin: 0 15px 0 0;
	text-decoration: none;
	color: #fff;
}

div#subnav a:hover {
	padding: 5px;
	margin: 0 15px 0 0;
	background-color: #969696;
	text-decoration: none;
	color: #fff;
}

div#slide {
	position: absolute; 
	height: 40px; 
	background-image: url('images/navactive.png'); 
	z-index: 10;
}

div#content {
	width: 730px;
	margin: 10px auto;
}

div#main_top {
	width: 710px;
	margin: 0 auto;
	height: 230px;
}

div#main_media {
	float: left;
	background: #434343;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	width: 390px;
	height: 230px;
	margin: 0 10px 0 0;
}

div#main_welcome {
	float: left;
	background-image: url('images/welcome.jpg');
	background-repeat: no-repeat;
	width: 305px;
	height: 210px;
	text-align: right;
	line-height: 20px;
	padding: 40px 0 0 0;
}

div#main_low {
	background-image: url('images/main_news_bg.jpg');
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	width: 710px;
	height: 194px;
	float: none;
	padding: 40px 0 0 0;
}

div#main_latest_news {
	width: 370px;
	margin: 0 10px 0 0;
	float: left;
	line-height: 20px;
}

div#main_get_connected {
	width: 330px;
	float: left;
}

div#main_latest_news h1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #3b9fe4;
	line-height: 12px;
}

.main_article {
	margin: 0 0 20px 0;
}

div#footer {
	height: 20px;
	text-align: center;
}

div#main_page_boxes {
	height: 125px;
}

.main_boxes {
	float: left;
	margin: 0 12px 0 0;
	height: 125px;
	width: 165px;
	background-color: #434343;
	text-align: center;
	color: #ccc;
	font-size: 11px;
	font-family: Tahoma;
}


.main_page_imglink {
	border: none;
	margin: 0 0 10px 0;
}

.imglink {
	border: none;
	text-decoration: none;
}

div#section_pic {
	width: 710px;
	height: 120px;
	background-color: #434343;
	border: solid;
	border-width: 1px;
	border-color: #fff;
	margin: 0 0 20px 0;
}

div#about_us_church {
	margin: 20px auto;
	height: 360px;
}

div#about_us_gong {
	float: left;
	background-color: #fff;
	width: 325px;
	margin: 0 20px 0 0;
	padding: 0 10px 0 10px;
}

div#about_us_shell {
	float: left;
	background-color: #fff;
	width: 325px;
	padding: 0 10px 0 10px;
}

.services_pics {
	width: 325px;
	height: 75px;
	background-color: #434343;
	margin: 10px 0 20px 0;
	color: #ccc;
}

h1 {
	margin: 0 0 7px 0;
	color: #4082b6;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-family: Arial;
}

h3 {
        font-size: 12px;
        font-family: Arial;

}

div#content a:link, div#content a:visited, div#content a:hover {
	color: #333;
	text-decoration: underline;
}

div#content li {
	margin: 0px 0px 0px 13px;
}

div#content div#subnav li {
	margin: 0px 0px 0px 0px;
}
div#footer a:link, a:visited, a:hover {
	color: #333;
	text-decoration: underline;
}

div.tweet {
	width: 340px;
//	float: right;
	position: relative;
}

