/* CSS Document */

#wrapper {
	width: 800px;
	margin: 0 auto;
}

body {
	background-image: url(images/bkgd.jpg);
	background-color: rgb(186,151,100);
	background-repeat:repeat-x;
	background-position: top;
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: rgb(255,255,255);
}

p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	color: #333333;
	text-align: left;
	font-size: 13px;
}

p: link {
	color: rgb(185,0,0);
	border-bottom-style: dashed;
	border-bottom: thin;
	border-bottom-color: rgb(185,0,0);
}

/* --- BANNER --- */

banner {
	width: 800px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url("images/banner.png") 0 0 no repeat;
}

#banner p {
	font-size: 14px;
	text-align: right;
	color: rgb(255,255,255)
}

/* ---- MENU ---- */

#welcome #mainNav .welcome a,
#about #mainNav .about a,
#ministries #mainNav .ministries a,
#anchor #mainNav .anchor a,
#contact #mainNav .contact a {
	background-position: 0 -80px;
	color: #fff;
	cursor: default;
}	

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800;
	background: url("images/button.png") 0 0 no-repeat;
}

ul li {
	float: left;
}

ul a {
	display: block;
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	font: 18px bold "Trebuchet MS", Arial, sans-serif;
	line-height: 3;
	color: rgb(45,45,45);
	background: url("images/button.png") 0 0 no-repeat;
	text-decoration: none;
}

ul a:hover {
	background-position: 0 -80px;
	color: rgb(255,255,255);
}

/* --- MAIN CONTENT ---*/

#main { 
	position: relative; 
	width: 800px; 
	margin: 0 auto; 
	border-right: 0; 
	border-left:  0;
	padding: 10px 5px 10px 5px;
}

#flash {
float: left; 
width: 550px;
margin-left: 10px; 
padding-top: 1em;
min-height: 265px;
}

#content {
padding-top: 1em;
margin: 0 10px 0 10px; 
min-height: 265px;
}

.imgright {
	float: right;
	margin: 0 .5em .5em .5em;
}

.imgleft {
	float: left;
	margin: .5em .5em .5em 0;
}

div#footer {
	background: url(images/footer.png) top center no-repeat;
	height: 84px;
	text-align: center;
}

div#footer a {
	display: block;
	width: 100%;
	height: 100%;
}
