body {
	margin: 0;
	padding: 0;
	font-family: serif;
	font-size: small;
	text-align: center;
	background-color:#f1f1f1;
}
#wrap{
	background:#f1f1f1 url('../gr/main_bkg.jpg') center repeat-y;
	width:100%;
}
#header{
	background:transparent url('../gr/bar.jpg') top repeat-x;
	width:100%;
}

#banner a{
	display:block;
	width:800px;
	height:131px;
	margin:auto auto;
	padding:0;
	background:transparent url('../gr/banner.jpg') top no-repeat;
}
#nav{
	width:800px;
	height:26px;
	background:transparent url('../gr/nav.jpg') top center no-repeat;
	margin:auto auto;
}


#home a {	
	float:left;
	text-align:center;
	display: block;
	width: 166px;
	margin: auto auto;
	height: 26px;
	background: transparent url('../gr/home.jpg') no-repeat;
	}
#home a:hover {	background-position: 0 -26px;}	

#about a {	
	float:left;
	text-align:center;
	display: block;
	width: 117px;
	margin: auto auto;
	height: 26px;
	background: transparent url('../gr/about.jpg') no-repeat;
	}
#about a:hover {	background-position: 0 -26px;}	

#policies a {	
	float:left;
	text-align:center;
	display: block;
	width: 116px;
	margin: auto auto;
	height: 26px;
	background: transparent url('../gr/policies.jpg') no-repeat;
	}
#policies a:hover {	background-position: 0 -26px;}	

#directions a {	
	float:left;
	text-align:center;
	display: block;
	width: 117px;
	margin: auto auto;
	height: 26px;
	background: transparent url('../gr/directions.jpg') no-repeat;
	}
#directions a:hover {	background-position: 0 -26px;}	

#calendar a {	
	float:left;
	text-align:center;
	display: block;
	width: 117px;
	margin: auto auto;
	height: 26px;
	background: transparent url('../gr/calendar.jpg') no-repeat;
	}
#calendar a:hover {	background-position: 0 -26px;}	

#contact a {	
	float:left;
	text-align:center;
	display: block;
	width: 167px;
	margin: auto auto;
	height: 26px;
	background: transparent url('../gr/contact.jpg') no-repeat;
	}
#contact a:hover {	background-position: 0 -26px;}	




#center_800{
margin:auto auto;
width:800px;
}
#left{
width:480px;
margin-left:50px;
float:left;
text-align:left;
}

#right{
width:200px;
margin-right:50px;
float:right;
}
#right img{
border-width:2px;
border-style:solid;
border-color:#353c4f;
}
.clear{
clear:both;
height:1px;
line-height:1px;
}



#footer{
	height:18px;
	background-color:#353c4f;
	margin-left:28px;
	margin-right:35px;
	padding-top:2px;
}



#footer a:link {
	text-decoration: none;
	color:#fff;
}
#footer a:visited {
	text-decoration: none;
	color:#fff;
}

#footer a:hover {
	text-decoration: underline;
	color:#f1f1f1;
}
#footer a:active {
	text-decoration: underline;
	color:#f1f1f1;
}






.spacer{
width:100px;
height:4px;
line-height:4px;
display:block;
}

.copy{
font-size:80%;

}