@charset "UTF-8";
/* CSS Document */

@import url("navigation.css");
@import url("tags.css");


*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	text-align:left;
	margin:20px auto;
	/*min-width:840px;for netscape browsers*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-repeat: repeat-x;
	background-color:#000;
}

#Header
{
	width:750px;
	height:200px;
	text-align: right;
	font-size:11px;
	color: white;
	padding-top: 163px;
	padding-right: 50px;
	background: url(../images/layout/header.jpg) left top;
}

#TopNavigation
{
	width:800px;
	height: 22px;
	text-align: center;
	background: url(../images/layout/navgation-back.jpg) left top;
	font-size:13px;
	color: white;
}

#TopNavigation a
{
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	padding-left: 15px;
	color: white;
}

#TopNavigation a:hover
{
	color:#FF0
}

#MainContent
{
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

.HeaderText
{
	float: left;
	width: 544px;
	height: 40px;
	font-size: 26px;
	color: #65b561;
	margin-right: 80px;
	margin-top: 10px;
}

#Container
{
	float: left;
	width: 600px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../images/layout/content-back.jpg) left top;
}

#HomeContainer
{
	float: left;
	width: 600px;
	/*height: 430px;*/
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	background: url(../images/layout/content-back.jpg) left top;
}

#HomeContainer a
{
	color: white;
}

#SecondaryContainer
{
	float: left;
	width: 600px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: black;
	background: url(../images/layout/content-back-other.jpg) left top;
}

#Container img
{
	float: right;
	padding-left: 20px;
}

#ChurchHome
{
	float: left;
	width: 800px;
	height: 236px;
	background: url(../images/layout/massage-home.jpg) left top;
}

#ChurchHomeLeft
{
	float: left;
	height: 236px;
	width: 115px;
	background: url(../images/layout/home-pics-left.jpg) left top;
}

#ChurchHomeRight
{
	float: left;
	height: 236px;
	width: 350px;
	background: url(../images/layout/home-pics-right.jpg) left top;
}
	
#ChurchHomePics
{
	float: left;
	height: 236px;
	width: 335px;
	background: url(../images/layout/home-pics.jpg) left top;
}
	
#FooterHome
{
	float: left;
	width: 800px;
	height: 89px;
	color: white;
	font-size: 9px;
	background: url(../images/layout/footer.jpg) left top no-repeat;
}

#FooterOtherPage
{
	float: left;
	width: 800px;
	height: 203px;
	color: white;
	font-size: 9px;
	background: url(../images/layout/footer-other-pages.jpg) left top no-repeat;
}

#Footer
{
	float: left;
	width: 800px;
	color: white;
	font-size: 9px;
	padding-bottom: 20px;
}

#Footer a
{
	color:#999;
}

#Footer #copyright
{
	padding-top: 15px;
	float:right;
	text-align: right;
	color:#999;
	padding-right: 25px;
}

#Footer #reference
{
	float:left;
	text-align:left;
	padding-top: 15px;
	padding-left: 25px;
	width: 220px;
}

#Footer #navigation
{
	float: left;
	width: 750px;
	height: 55px;
	color: #999966;
	font-size: 12px;
	text-align: left;
	padding-left: 50px;
}

#Footer #navigation a
{
	text-decoration: none;
	padding-left: 10px;
	color: #999966;
}

#Footer #navigation a:hover
{
	color: white;
}

#NarrowColumn
{
	width: 750px;
	margin: 0 auto;
}

li
{
	list-style: square outside;
	margin-left: 40px;
	margin-right: 40px;
}

