@charset "utf-8";
/* CSS Document */

body {
	background-color: #5C6E86;
	font-family: Georgia, "Times New Roman", Times, serif;

	color: #e3edf7
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	
}

#container {
	background-image: url(images/GRACEbackground.jpg);
	margin: 0px auto;
	padding: 5px;
	width: 900px;
	text-align:left;
}
#maincontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/gracemntn2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	overflow: hidden;
	height: 670px;
	color: #DDE7F0;
	margin: 50px auto 0px;
	padding: 5px;
	border: thin inset #404855;
	background-color: #3F4859;
	text-align:left;
}

#maincontentPlace {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(images/mtn4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 900px;
	overflow: hidden;
	height: 685px;
	color: #DDE7F0;
	padding: 5px;
	border: medium groove #29363E;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
}

#maincontentWho {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/mtn5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	overflow: hidden;
	height: 680px;
	color: #DDE7F0;
	margin: 50px auto 0px;
	border: thin inset #424B50;
	text-align:left;
}


#tabarea {
	margin: 250px 40px auto;
	padding: 10px;
	height: auto;
	width: 800px;
}

#hometabarea {
	margin: 400px 40px auto 100px;
	padding: 10px;
	height: auto;
	width: 600px;
}

#faith {
	height: 325px;
	overflow: scroll;
}
p {
	padding: 5px 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E8E8E9;
}

blockquote {
	font-family: "Lucida Console", Monaco, monospace;
	font-style: italic;
	color: #D7E0E7;
	border: thin inset #6A737C;
	margin: 5px 50px;
	padding: 10px;
	background-color: #495B5D;
	font-weight: bold;
	width: 675px;
	background-position: center;
	text-align: center;
}

#faith dl dt {
	padding-right: 10px;
	padding-left: 10px;
}

#faith h4 {
	font-family: "Lucida Handwriting", "Freestyle Script", Tahoma;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	height: auto;
	width: auto;
	left: 0px;
	top: 150px;
	border: thin inset #4F5962;
	background-color: #28323B;
	float: left;
	margin: 10px;
}

h4 {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

dl {
	padding: 10px;
	line-height: 110%;
}
#nav {
	background-color: #343E47;
	width: 900px;
	border: thin solid #282f39;
	margin: 0px;
	text-align: center;
}
#nav li {
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
#nav li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2em;
	text-decoration: none;
	color: #EEF3F7;
}
#nav li a:hover {
	text-decoration: underline;
}
#maincontentPlace #nav #place a {
	font-weight: bold;
	color: #5F87BA;
}
#navwho {
	text-align: center;
	margin: 0px;
	width: 900px;
	padding-top: 30px;
	padding-bottom: 0px;
}
#navwho li {
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
#navwho li a {
	font-size: 1.2em;
	line-height: 2em;
	text-decoration: none;
}
#navwho li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#navwho #about a {
	font-weight: bold;
	color: #FFF;
}
