body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: center;
	background-color: #000000;
	margin: 0px;
}
#Wrapper {
	text-align: left;
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
}
#Wrapper #Header {
	background-image: url(images/fbcheader.gif);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-left: 125px;
	width: 675px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0079c2;
}
#Wrapper #MainContent {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	float: left;
	background-color: #A4A2A3;
	background-image: url(images/Web-background.jpg);
	background-repeat: no-repeat;
	width: 700px;
	background-position: bottom;
}
#Wrapper #MainContent #ContentLeft {
	background-color: #FFFFFF;
	width: 500px;
	float: left;
	padding-bottom: 20px;
}
#Wrapper #MainContent #SideBar {
	float: left;
	width: 175px;
	overflow: hidden;
	margin-bottom: -1500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1500px;
	padding-left: 10px;
}
#Footer {
	background-color: #FFFFFF;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: center;
	background-image: url(images/skyline.gif);
	background-repeat: no-repeat;
	color: #000000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0079c2;
	font-size: 0.85em;
}
#SearchBox {
	width: 200px;
	float: right;
	color: #FFFFFF;
	margin-top: -50px;
}
#ContentLeft #MainImage {
	padding-bottom: 20px;
}
#ContentLeft #Box1 {
	width: 165px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#ContentLeft #Box2 {
	width: 165px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#ContentLeft #Box3 {
	width: 165px;
	float: left;
}
#Box1 p, #Box2 p, #Box3 p {
	font-size: .9em;
	margin-top: 0px;
}
#ContentLeft a:link, #ContentLeft a:visited {
	color: #0079c2;
	text-decoration: none;
}
#ContentLeft a:hover {
	text-decoration: underline;
}
#Box1 img, #Box2 img, #Box3 img {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #33abe3;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#SideBar li {
	list-style-type: square;
}
#SideBar h1 {
	font-size: 1.1em;
	color: #000000;
}
#SideBar a:link, #SideBar a:visited {
	color: #0079c2;
	text-decoration: none;
}
#SideBar a:hover {
	text-decoration: underline;
}
#Footer a:link, #Footer a:visited {
	color: #0079c2;
	text-decoration: none;
}
#Footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.dotted {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.sidebarimgrt {
	padding-right: 5px;
}
#ContentLeft p {
	padding-right: 10px;
	padding-left: 10px;
}
#ContentLeft h1 {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
}
.question {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.scripture {
	font-style: italic;
	color: #0079c2;
}
.underlinetitle {
	font-weight: bold;
	text-decoration: underline;
}
#ContentLeft  #fitness th {
	font-weight: bold;
	background-color: #A4A2A3;
}
#ContentLeft   #fitness td {
	border: thin solid #999999;
	border-collapse: collapse;
}
#fitness {
	width: 95%;
	margin-left: 10px;
}
#ContentLeft #podcast, #ContentLeft #podcast2, #ContentLeft #podcast3, #ContentLeft #podcast4  {
	margin-left: 10px;
	border: thin solid #000000;
	border-collapse: collapse;
}
#ContentLeft #podcast th, #ContentLeft #podcast2 th, #ContentLeft #podcast3 th, #ContentLeft #podcast4 th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	border: 1px solid #000000;
	border-collapse: collapse;
}
#ContentLeft #podcast td, #ContentLeft #podcast2 td, #ContentLeft #podcast3 td, #ContentLeft #podcast4 td {
	border: 1px solid #666666;
	border-collapse: collapse;
}
.imgpadright {
	padding-right: 5px;
	padding-bottom: 3px;
}
.imgpadleft {
	padding-bottom: 3px;
	padding-left: 5px;
}
a img { border: none; }
#ContentLeft #Outreach {
	clear: both;
	float: left;
}
.verttop {
	vertical-align: top;
}
