body {
	
}

p {
	font-family: arial;
	font-size: 12px;
}

#content a {
	text-decoration: none;
}

#content a img{
	border: 0;
}

#container {
	width: 900px; 
	height: 600px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 5%;
	border: 0px dotted grey; 
	font-family: arial; 
	font-size: 12px;
	/*background-image: url(./images/bgimg.png);*/
	background-repeat: no-repeat;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 20px;
	/*background-color: grey;*/
	
	
}

#menuwrapper {
	border: 0px dotted grey; 
	margin: 0px;
	padding: 0px;
	
}



#content {
	width: 481px; 
	height: 549px; 
	margin-left: 409px; 
	text-align: left; 
	margin-top: 0px;
	padding-top: 20px; 
	padding-right: 10px;
	overflow: auto;
	
	border: 0px dotted grey;
	
}

#content a {
	text-decoration: none;
	color: #ff0000;
}

#content a:hover {
	color: #025aa1;
}

#footer {
	width: 880px;  
	margin-left: 0px; 
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border: 0px dotted grey;
	float: right;
	
}

#footer a {
	text-decoration:none;
	color: black;
}

#footer a:hover {
	text-decoration:none;
	color: #ff0000;
}

ul#primary-nav {
	list-style: none;
	margin-top:3px;
	
	margin-left: auto;
	margin-right: 0px;
	padding-left: 0px;
	float: right;
}

ul#primary-nav li {
	
	float: left;
	
}


ul#primary-nav li a {
	color: black;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
	
}

ul#primary-nav li a:hover {
	color: #ff0000;
	
	background-color: white;
	text-decoration: none;
	
}

/* Image Gallery - Small Thumbnail Images */

	#imagegallery {
		width: 100px;
	}
	
	.thumb {
		margin: 1em 1em 1.6em 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}
	
	#sundayTaste .thumb img, #sundayTaste .thumb a img, #sundayTaste .thumb a:link img {
		width: 64px;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		/* Image width*/
		/*height: 60px; /* Image height*/
		display: inline;
		padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	.bigPic img{ /* Big Image settings */
		width: 350px; /* Width of Big Image */
			height: auto;
		display: inline;
		padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /* Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc; 
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}
	
	/* News */
	
	.NewsSummaryPostdate {
		font-family: arial;
		font-size: 12px;
		float: left;
		font-weight: bold;
	}
	
	.NewsSummaryLink {
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
	
	}
	
	.NewsSummaryLink a {
		text-decoration: none;
		color: #ff0000;
		margin-left: 5px;
		
	}
	
	.NewsSummarySummary {
		font-family: arial;
		font-size: 12px;
		margin-top: 5px;
	}
	
	.NewsSummaryMorelink {
		font-family: arial;
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	
	#NewsPostDetailDate {
		font-family: arial;
		font-size: 12px;
		float: left;
		font-weight: bold;
	}
	
	#NewsPostDetailTitle {
		font-family: arial;
		font-size: 12px;
		color: #ff0000;
		padding-left: 5px;
		font-weight: bold;
	}
	
	#NewsPostDetailSummary {
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		margin-top: 20px;
	}
	
	#NewsPostDetailContent {
		margin-top: 10px;
	}
	
	#NewsPostDetailReturnLink {
		margin-top: 20px;
	}

