body {
	background-image: url('../images/background4.png');
	background-position-x: center;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-attachment: fixed;
	min-width: 800px;
	text-align: center;
	font-family: sans-serif;
}
th {font-size: .7em;}
td {border: solid 1px #000; padding: 2px; font-size: .8em;}

.boardpic
{
float: left;
padding: 10px;
}

.boardbios  p{
margin:  50px 0;
}

#prayers {
	border: solid 2px #222;
	background-color: #CCF;
	margin: 40px;
	padding: 10px;
	width: 400px;
}

#prayers h3 {
	font-size: .8em;
	border: none;
	margin-top: -35px;
}



#body {
	background-color: #FFF;
	width: 800px;
	border: solid 2px #222;
	padding: 10px;
	min-height: 300px;
	text-align: left;
	margin: 60px auto;
	-webkit-border-radius: 20px;
}

#nav a {
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	font-family: sans-serif;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 1px 0px #EEE;
	
}

#nav a:active {
	background-image: url('img/linkbgclicked2.png');
}

#nav
{
	background-image: url('img/linkbg.png');
	padding: 3px;
	border: solid 2px #222;
	text-align: center;
	margin-bottom: 20px;
	margin-top: -12px;
	width: 814px;
	margin-left: -12px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	box-shadow: 0 9px 10px #AAA;

}

#nav a:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url('img/linkbghover.png');
	color: #222;
	text-shadow: 0px 1px 1px #CCC;
	box-shadow: 0 4px 6px #333;
	-webkit-border-radius: 4px;
}

h1 {
	font-family: sans-serif;
	font-weight: normal;
	text-align: center;

}

h2 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;

}

h3 {
	border-bottom: solid 2px #222;
	font-weight: normal;
	padding: 2px;	
}

#logo {
	float: left;
	margin: 0 20px 20px 0;
	clear: right;
}

#sidebar {
	float: left;
	clear: left;
	width: 200px;
	text-align: center;
}

#goodsearch {
	float: left;
	width: 160px;
	text-align: center;
	vertical-align: top;
}

#sidebar a.button {
	color: #000;
	text-decoration: none;
	padding: 5px;
	border: solid 2px #222;
	background-image: url('img/linkbg.png');
	margin: 20px;
	display: list-item;
	list-style: none;
	margin-right: 40px;

}

#sidebar a:hover {
	background-image: url('img/linkbghover.png');
}

#announcements {
	border: solid 2px #222;
	width: 425px;
	margin-right: 150px;
	min-height: 50px;
	margin-top: 20px;
	float: right;
	-webkit-border-radius: 20px;

}

#announcements h3 {
	height: 20px;
	font-size: 1.1em;
	border-bottom: solid 2px #000;
	margin-top: 0px;
	padding: 2px;
	text-align: center;
	background-image: url('img/genlink.png');
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	text-shadow: 0 1px 1px #FFF;	

}

#maincontent {
	width: 600px;
	float: right;


}


#copyright {
	font-size: .7em;
	padding-top: 100px;
	text-align: center;
	clear: both;
}

#nav a.here {
	font-weight: bolder;
	border-top: solid 2px #222;
	border-bottom: solid 2px #222;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar a.here {
	font-weight: bolder;
}

