/* Copyright notice



(c) 2005 Foundation for Evangelism

All rights reserved



This template is part of the Web-Empowered Church (WEC)

(http://webempoweredchurch.org) ministry of the Foundation for Evangelism 

(http://evangelize.org). The WEC is developing TYPO3-based 

(http://typo3.org) free software for churches around the world. Our desire 

is to use the Internet to help offer new life through Jesus Christ. 

Please see http://WebEmpoweredChurch.org/Jesus.



You can redistribute this template and/or modify it under the terms of the

GNU General Public License as published by the Free Software Foundation;

either version 2 of the License, or (at your option) any later version.



The GNU General Public License can be found at

http://www.gnu.org/copyleft/gpl.html.



This template is distributed in the hope that it will be useful for ministry,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.



This copyright notice MUST APPEAR in all copies of the script! */



/******************************/

/******** Common Styles ********/

/******************************/

h1,h2,h3 {margin: 0; padding: 0;}

body {

	background-color: #cccccc;
	
	font-family: Times New Roman, Arial, Helvetica, sans-serif;

	font-size: 14px;

	align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	padding: 0px;
    max-width: 640px;
	min-width: 640px;
}

#fullbody {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}


