@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;
	}
.WeddingBox {
	background-image: url(images/wedding-info-box.gif);
	background-repeat: no-repeat;
	height: 174px;
	width: 297px;
	z-index: 2;
}
.TrashDressBox {
	background-image: url(images/trash-the-dress-bg.gif);
	background-repeat: no-repeat;
	height: 174px;
	width: 297px;
	z-index: 2;
}
.FamilyBox {
	background-image: url(images/family-photography-mainbox-bg.gif);
	background-repeat: no-repeat;
	height: 174px;
	width: 297px;
	z-index: 2;
}

.BoxText {
		position:relative;
	    left: 16px;
	    top: 34px;
	    width: 275px;
		height: 114px;
	    font-family:Tahoma, Geneva, sans-serif;
	    font-size:12px;
	    color:#373433;
	
}
.BoxLink a {
	color: #80a187;
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	position: relative;
	left: 11px;
	bottom: -5px;
}
.BoxLink a:visited {
color: #000000;
font-family:Tahoma, Geneva, sans-serif;
font-weight:bold;
font-size: 11px;
}
.BoxLink a:hover {
color: #303030;
font-family:Tahoma, Geneva, sans-serif;
font-weight:bold;
font-size: 11px;
text-decoration: underline;
}
.BoxText {
		position:relative;
	    left: 16px;
	    top: 34px;
	    width: 275px;
		height: 114px;
	    font-family:Tahoma, Geneva, sans-serif;
	    font-size:11px;
	    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: 66px;
	top: 22px;
	width: 220px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#373433;
}
.socialNetworking {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
