/* CSS for CSOlympia site */

h3 {
	color: green;
	font-size: medium;
	text-align: left;
	}

body {
	BACKGROUND="images/lgrey031.jpg";
	background-color: #eae2bd;
	border: 2px solid black;
	color: black;
	width: 630px;
	VLINK: "#5A106B"; 
	ALINK: "#ff0000"; 
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 200px;
	}

a:hover {
	color:red;
	text-decoration:none;
	margin: 0;
	}
	
.button {
	width: 250px;
	height: 30px;
/*	border: 1px solid black; */
	border: 0;
	font-size: 8pt;
	font-weight: bold;
	background: purple;
	text-decoration: none; 
	color: white;
	margin-left: 20px;
	text-align: center;
	} 

#Header {
	width: 630px;
	height: 85px;
	border-bottom: 4px solid black;
	text-align: center;
	padding: 0;
	}
	
#Intro {
/*	border: 1px solid red; */
	width: 315px;
	padding-left: 5px;
	}	
	
#UpcomingEvents {
/*	border: 1px solid blue; */
	padding-left: 10px;
	padding-right: 5px;
	width: 305px;
	text-align: center;
	}
	
#InterimLocation {
/*	border: 1px solid red; */
	padding-left: 10px;
	padding-right: 5px;
	width: 305px;
	margin-left: 0; 
	text-align: center;
	}
	
#OtherLinks {
	position: absolute;
/*	border: 1px solid red; */
	top: 94px;
	left: 325px;
	width: 305px;
	}

#SpiritualityCom {
	text-align: center;
	padding: 5px;
	width: 295px;
	}
	
#myBibleLesson {
	text-align: center;
	padding: 18px;
	width: 250px;
	}

#WelcomeFooter {
/*	border: 1px solid blue; */
	padding: 5px;
	position: relative; 
	}
