/* CSS Document */
/* grace church hackney (c) copyright */

@import url(main.css);

#nav {
	background-image: url(../images/gch-h3b.jpg);
	background-repeat: no-repeat;
}

#la {
	float: left;
	width: 364px;
	/*/*/ 
	\width: 374px;
	w\idth: 364px;
	margin-right: 5px;
	/* */
	margin: 0;
	margin-top:16px;
	padding: 1px 17px 5px 64px;
	border-right:1px solid #999;
	height:100%;
}

#ra {
	padding: 1px 0px 5px 5px;
	margin-top: 16px;
	margin-left: 455px;
	margin-right: 40px;
}

#cal {
	width:600px;
	margin: 0px 0px 0px 43px;
	padding:0px;
}

#cal tbody tr.calh td {
	background-color:#999;
	font-size:x-small;
	color:#fff;
	text-align:left;
}

#cal tbody tr td {
      background-color: #eee;
	  border-bottom:2px solid #fff;
}

#cal tbody tr.odd  td {
      background-color: #FFECBF;
	  border-bottom:2px solid #fff;
}

#cal p {
	margin:0px;
	padding:0px;
}

/*-- id ----------------------------------*/
#front1 a:link { text-decoration:underline; color:#333; }
#front1 a:hover { text-decoration:none; color:#000; }
#front1 a:visited { text-decoration:underline; color:#999; }
