body {
	margin : 6;
	padding : 0;
	text-align : left;
	font : 1em "Times New Roman", Times, serif;
	line-height : 1.5em;
	background:url(../images/gbcbg.gif)top center repeat-y;
	color : #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #b2d094;
	border-right-color: #b2d094;
	border-bottom-color: #b2d094;
	border-left-color: #b2d094;
}
			/*CONTAINER*/
#wrapper {
position : relative;
width : 780px;
margin-right : auto;
margin-left : auto;
padding : 0;
border : 0px solid green;
}
			/*BANNER*/
#header {
	width : 770px;
	height : 200px;
	margin : 0 5px 0 5px;
	padding : 0 0 0 0;
	background-image: url(/images/header_bkgd_grace.JPG);
	background-repeat: no-repeat;
}
			/*TOP NAVIGATION*/
#navigation {
text-align: center;
margin : 0;
border-bottom : 1px solid #b2d094;
line-height:normal;
}

#navigation ul{
margin:0;
padding : 10px 25px 10px 25px;
list-style-type:none;
}

#navigation li {
margin : 0;
padding : 0;
display : inline;
}
#navigation a:link, #navigation a:visited {
	font-size : 1.1em;
	text-decoration : none;
	background : inherit;
	color : #B29B35;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#navigation a:link.active, #navigation a:visited.active, #navigation a:hover {
background-color : inherit;
color : #000;
background : url(img/arrow.gif) no-repeat bottom center;
}
			/*MAIN CONTENT*/
			
#content {
width : 780px;
float : left;
margin-top : 0;
padding : 5px;
}
#content p {
padding : 0 20px;
}
#servicetimes {
float: left;
width: 310px;
height: 240px;
margin: 10px;
padding: 5px;
border: 1px solid #b2d094;
}
#announcements {
float: left;
width: 400px;
height: 240px;
margin: 10px;
padding: 5px;
border: 1px solid #b2d094;
}

#box1, #box2, #box3, #box4, #box5, #box6 {
width: 245px;
padding: 7px;
float: left;
margin: 0;
height: 200px;
}

#contactbox1, #contactbox2, #contactbox3 {
width: 245px;
padding: 5px;
float: left;
margin: 0;
height: 300px;
border: 1px solid #b2d094;
}

#contactbox4 {
width: 50%;
padding: 7px;
float: left;
margin: 0;
}
			
			/*FOOTER*/
#footer {
float: left;
width: 770px;
margin : 30px 0 10px 0;
padding : 5px;
font : 90% "Times New Roman", Times, serif;
background : #4b692d;
color : #fff;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #b2d094;
}
#footer a:hover {
background : inherit;
color : #fff;
text-decoration : none;
}
			/*TYPOGRAPHY*/
			
h1 {
margin-bottom: 10px;
padding: 5px;
background: #e3ede3;
font-size : 160%;
text-transform : uppercase;
letter-spacing : 5px;
color : green;
border-bottom: 1px solid #b2d094;
}	
		
h2 {
margin : 10px;
background :#cccc99;
font-size : 120%;
text-transform : uppercase;
letter-spacing : 5px;
color : #000;
border-bottom: 1px solid #b2d094;
}
h3 {
font: Times New Roman, Times, Serif; 
margin : 5px;
padding: 5px;
text-transform : uppercase;
font-size : 100%;
letter-spacing : 2px;
background :#cccc99;
color : #000;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #000;
}
.servicetimes
{
font-size: 80%;
line-height: 1.2em;
}

.contacth3 {
font: Times New Roman, Times, Serif; 
margin : 10px;
padding: 10px;
font-size : 110%;
background :#cccc99;
color : #000;
}
			/*LINKS*/
a img {
border : none;
}
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #457C05;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #666;
}

			/*CLASSES*/
.news {
font-size : 90%;
background : inherit;
color : #000;
}
.imgleft {
float : left;
border : 1px solid #345411;
padding : 5px;
margin-right : 15px;
}
.imgright {
float : right;
border : 1px solid #345411;
padding : 5px;
margin-left : 15px;
}
