/* --Page structure-- */

	body
	{
		margin: 0 auto;
		padding: 0;
		background-color: #408080;
	}
	
	#container
	{
		margin: 1em auto;
		width: 750px;
		text-align: left;
		background-color: #EAFFFF;
		padding: 5px;
	}
	
/* --Navigation (menu)-- */

	#nav
	{
		height: 28px;
		background-image: url('../images/background.gif');
		background-repeat: no-repeat;
		margin: 1px;
	}

/* --Church of the Resurrection-- */

	#cor
	{
		height: 40px;
		background-image: url('../images/background.gif');
		background-repeat: no-repeat;
		margin: 1px;
	}
	
/* --Welcome to our Church-- */

	#header
	{
		height: 100px;
		background-color: #eaffff;
		margin: 0px 1px 0px 1px;
	}
	
	
/* --You are here-- */

	#yah
	{
		height: 20px;
		background-image: url('../images/background.gif');
		background-repeat: no-repeat;
		margin: 1px;
	}


/* --Two column page-- */

	#contentstwo
	{
		float: left;
		margin: 4px;
		padding: 1em;
		width: 66%;
		background-color: #FFFFFF;
		border: 1px solid #808080;
	}
	
	#news	
	{
		float: left;
		margin: 4px;
		padding: 1em;
		width: 20%;
		background-color: #FFFFFF;
		border: 1px solid #808080;
	}
	
	
/* --One column page-- */

	#contentsone
	{
		float: left;
		margin: 4px;
		padding: 1em;
		width: 92%;
		background-color: #FFFFFF;
		border: 1px solid #808080;
	}

	#footer	
	{
		clear: both;
		height: 20px;
		background-image: url('../images/background.gif');
		background-repeat: no-repeat;
		margin: 1px;
	}
	

/* --Navigation-- */

	#navcontainer
	{
		background-image: url('../images/background.gif');
		background-repeat: no-repeat;
	}

	#navcontainer ul
	{
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		color: #FFFFFF;
		text-align: center;
		margin: 0;
		padding-bottom: 5px;
		padding-top: 5px;
	}

	#navcontainer ul li
	{
		display: inline;
		margin-left: -4px;
	}

	#navcontainer ul li a
	{
		padding: 5px 9px 5px 9px;
		color: #FFFFFF;
		text-decoration: none;
		border-right: 1px solid #EAFFFF;
	}

	#navcontainer ul li a:hover
	{
		background-color: #814181;
		color: white;
	}

	#active a 
	{ 
		background-color: #814181;
	}
	
	
/* --COR header-- */

	h1
	{
		font-family: "MS Serif", "New York", serif;	
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 8px;
		color: #EAFFFF;
		text-align: center;
		margin: 0;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
/* --Page headers-- */

	h2
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	margin: 3px;
	padding: 2px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 2pt;
}


	
/* --Typography-- */

p
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
}

.yah
{
	font-size: 13px;
	margin: 0px 0px 0px 10px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

.quote
{
	font-size: 13px;
	margin: 3px;
	padding: 2px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.main
{
	font-size: 13px;
	color:#000000;
	text-align: left;
	margin: 3px;
	padding: 2px;
	text-decoration: none;
}

.date
{
	font-size: 13px;
	color:#808080;
	text-align: left;
	margin: 3px;
	padding: 2px;
	text-decoration: none;
}

.diary
{
	font-size: 13px;
	text-align: left;
	margin: 3px 3px 3px 10px;
	padding: 2px;
	text-decoration: none;
	color:#000000;
	letter-spacing: 2px;
}

.updated
{
	font-size: 12px;
	text-align: right;
	color:#000000;
	margin: 10px;
	text-decoration: none;
}

.footer
{
	font-size: 11px;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 0;
	color: #FFFFFF;
	letter-spacing: 0px;
}

.footerLinks
{
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 0px 180px;
	padding: 0;
	color: #FFFFFF;
	letter-spacing: 0px;
}

/* --Links-- */

a.page:link{color: #808080; font-size: 13px; text-decoration: underline; font-weight: bold}
a.page:visited{color: #808080; font-size: 13px; text-decoration: underline; font-weight: bold}
a.page:hover{color: #814181; font-size: 13px; text-decoration: underline; font-weight: bold}
a.page:active{color: #814181; font-size: 13px; text-decoration: underline; font-weight: bold}

a.menu:link{color: #FFFFFF; font-size: 13px; text-decoration: underline; font-weight: bold}
a.menu:visited{color: #FFFFFF; font-size: 13px; text-decoration: underline; font-weight: bold}
a.menu:hover{color: #814181; font-size: 13px; text-decoration: underline; font-weight: bold}
a.menu:active{color: #814181; font-size: 13px; text-decoration: underline; font-weight: bold}

a.footer:link{color: #55aaaa; font-size: 11px; text-decoration: underline; font-weight: bold}
a.footer:visited{color: #55aaaa; font-size: 11px; text-decoration: underline; font-weight: bold}
a.footer:hover{color: #814181; font-size: 11px; text-decoration: underline; font-weight: bold}
a.footer:active{color: #814181; font-size: 11px; text-decoration: underline; font-weight: bold}

/* --Pictures-- */

	a.picture:link img{border: 5px #d9d9d9 solid;}
	a.picture:visited img{border: 5px #d9d9d9 solid;}
	a.picture:hover img{border: 5px #418181 solid;}
	a.picture:active img{border: 5px #418181 solid;}


	.leftpic 
	{
	align: right;
	margin: 10px;
	}

	.rightpic 
	{
	align: right;
	margin: 10px;
	}
	
	.centrepic
	{
	align: centre;
	margin: 10px;
	}
	
	.indexpic
	{
	margin: 5px 10px 5px 10px;
	}

/* --Sitemap-- */

#sitemap
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
	font-size: 13px;
	padding: 10px 0px 0px 0px;
	margin-left: 10px;
	width: 95%;
}

#sitemap li
{
	list-style: none;
	margin: 0;
	padding: 5px;
	border-top: 1px solid gray;
}

#sitemap li.sublevel2
{
	list-style: none;
	margin: 0;
	padding: 5px;
	border-top: 1px solid gray;
}

#sitemap li.sublevel3
{
	list-style: none;
	margin: 0;
	padding: 5px;
	border-top: 1px solid gray;
}

#sitemap li a 
{
	text-decoration: none;
}

#sitemap li.sublevel2 a 
{ 
	
	text-decoration: none;
	margin-left: 30px;
}

#sitemap li.sublevel3 a 
{ 
	text-decoration: none;
	margin-left: 60px;
}