@charset "utf-8";
body {
	background: #fbfbcd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 952px; 
	background: #fbfbcd;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #fbfbcd; 
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fbfbcd;
}
#footer {
    margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 3px;
	width: 906px;
	Height: 93px;
	background-image:url(images/footer-bg.gif);
	background-repeat:no-repeat;
    text-align: center;
}
.mainImage {
	position: relative;
	left: -15px;
	width: 932px;
	padding-right:inherit;
	}
.GalleryBox {
	background-image: url(images/preparation-box.gif);
	background-repeat: no-repeat;
	height: 303px;
	width: 443px;
	z-index: 2;
}
.BoxText {
	position:relative;
	left: 20px;
	top: 15px;
	width: 410px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#373433;
	
}
.bottomLinks a {
	color: #303030;
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-decoration: underline;
}
.bottomLinks a:visited {
color: #000000;
font-family:Tahoma, Geneva, sans-serif;
font-weight:bold;
font-size: 12px;
}
.bottomLinks a:hover {
color: #80a187;
font-family:Tahoma, Geneva, sans-serif;
font-weight:bold;
font-size: 12px;
text-decoration: underline;
}

.h3 {
	position:relative;
	left: 15px;
	top: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#373433;
}
.socialNetworking {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 5px;
		width: 400px;
		height: 250px;
		position:relative;
	left: 15px;
	}
	
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #d7d7d7;
		border-width: 5px 5px 20px;
		margin-right: 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fbfbcd;
		border-width: 5px 5px 20px;
		color: #fbfbcd;
	}
	#gallery ul a:hover { color: #fff; }
/* jQuery lightBox plugin - Gallery style */
	#galleryTwo {
		padding: 5px;
		width: 400px;
		height: 250px;
		position:relative;
	left: 15px;
	}
	
	#galleryTwo ul { list-style: none; }
	#galleryTwo ul li { display: inline; }
	#galleryTwo ul img {
		border: 5px solid #d7d7d7;
		border-width: 5px 5px 20px;
	}
	#galleryTwo ul a:hover img {
		border: 5px solid #fbfbcd;
		border-width: 5px 5px 20px;
		color: #fbfbcd;
	}
	#galleryTwo ul a:hover { color: #fff; }
