/* CSS Document */

<style type="text/css">


.language a{ 
display:block; 
} 

body {
	background-image: 
		url('images/webdesign7g.gif');
	background-repeat: 
		no-repeat;
	background-attachment: 
		scroll;
		margin: 0;
}

#linkpane {
	position: absolute;
/*
	padding-left: 0px;
	padding-top: 200px;
*/
	padding-left: 0;
	padding-top: 200px;
	margin-left: 0;
	margin-top: 0;
	width: 117px;
	text-align:left;
	font-size: smaller;
}

#linkpane ul {
	padding-left: 10;
	margin-left: 10;
	list-style-position: outside;
	list-style-type:none; /* remove bullets from list items in link pane */
}

#linkpane li {
	display:block;
}

#linkpane a, #linkpane a:visited {
	text-decoration: none; /* remove underline from links in link pane */
}

#linkpane a:hover {
	font-weight:bold;
}
	

#headtext {
	position: absolute;
	
	left: 425px;
	top: 75px;
	
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
/*
	font-weight:bold;
*/
}

#maintext {
	position: absolute;
	width: 600px;
/*
	margin-left: 175;
	margin-top: 175;
*/
	left: 150px;
	top: 150px;
}

.style3 {
	font-size: xx-large;
	font-weight: bold;
}

#sundayschool {
	font-family: "Comic Sans MS", Arial, serif;
}

/* Thanksgiving signup form */
.form {
	position: absolute;
	left: 50px;
}


/* signup box */
.signupframe {
  border: 1px solid #000000;
  background: #ffffff;
  color: #226699;
  font-family: Arial, Helvetica, sans-serif;
}

</style>
