/* CSS style sheet for churchofchristcentral.com
Copyright © 2009-2011 Central Church of Christ • All Rights Reserved */

body {
	background-image:url(Images/gradBlueBack.jpg);
	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 */
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a:hover {
	font-style:italic;
	color:#FF0000;
	}
	
h2 {
	font-family:"Copperplate Gothic Bold";
	}

.lotzatext {
	font-size:12px;
	text-align:justify;
	}	

#titus {
	font-family:Papyrus;
	text-align:center;
	color:#FFFF99;
	}
	
.box {
	float:left;
	background-image:url(Images/GreyLeftTop.png);
	padding:10px;
	width:93%;
	margin-top:5px;
	}
	
.fullbox {
	float:left;
	background-image:url(Images/GreyLeftTop.png);
	width:100%;
	}
	
.copyright {
	text-align:center;
	font-size:12px;
	color:#FFFF99;
	}

.button {
	background-image:url(Images/Button1.png);
	height:21px;
	width:129px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.button:hover {
	background-image:url(Images/Button2.png);
	height:21px;
	width:129px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.button3 {
	background-image:url(Images/Button3.png);
	height:21px;
	width:129px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.button4 {
	background-image:url(Images/Button4.png);
	height:21px;
	width:129px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.button4:hover {
	background-image:url(Images/Button5.png);
	height:21px;
	width:129px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.welcome {
	color:#FF9966;
	font-weight: bold;
	font-family:"Copperplate Gothic Bold";
	}
	
.patsig {
	font-family:"Freestyle Script";
	font-size:24px;
	font-weight:bold;
	}

