@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
	font-size: 62.5%;
}
.bumpyBody #container {
	width: 700px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	/* text-align: left; /* this overrides the text-align: center on the body element. */
}
.bumpyBody #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.bumpyBody #bumpyTitle {
	font-weight: bold;
	font-size: 2.5em;
	color: #663;
	width: 300px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	margin: 0 auto;
}

.bumpyBody #featuredPhoto {
	border: 1.5px solid #000000;
	width: 550px;
	height: 366px;
	background-image: url(../more_gallery/cover_archive_gal/images/wedding_cover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto; 
	overflow: hidden;
}

#galleryPhoto {
	/* border: 1.5px solid #000000; */
	width: 560px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#galleryPhoto img {
	border: 1.5px solid #000000;
	/* margin: 0 auto; */
}

#galleryPhotos {
	border: 1.5px solid #000000;
	width: auto;
	height:auto;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#thumbBox {
	/* border: 1px solid #000000; */
	width:75px;
	height:50px;
	display: inline;
	margin: 5px;
	overflow: hidden;
}

.bumpyBody #galleryLink {
	font-size: 1em;
	width: 300px;
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

.bumpyBody #galleryLink a {
	color:#663;
	text-decoration:none;
}

.bumpyBody #galleryLink a:visited {
	color:#663;
	text-decoration:none;
}

.bumpyBody #galleryLink a:hover, a:active {
	text-decoration:underline;
}

.bumpyBody #mainLinksBox {
	width: 100%;
	padding-top: 10px;
	font-size: 1.2em;
	margin: 0 auto;
}

.bumpyBody #mainLinksBox a {
	color:#663;
	text-decoration:none;
}

.bumpyBody #mainLinksBox a:visited {
	color:#663;
	text-decoration:none;
}

.bumpyBody #mainLinksBox a:hover, a:active {
	text-decoration:underline;
}

#contactFormBox {
	border: 1.5px solid #000000;
	width: 560px;
	height: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0 auto;
	overflow: hidden;
}

#contactFormBox .regularText {
	font-size:1em;
}

#contactFormBox .regularFormText {
	font-size:1.2em;
	width: 37em;
	/* font-family:"Arial Black", Gadget, sans-serif; */
}

#contactFormBox .regularFormButton {
	font-size:1.3em;
	width: 10em;
	/* font-family:"Arial Black", Gadget, sans-serif; */
}

#contactFormBox img {
	border: .5px solid #000000;
	float:left;
	margin-left: 5px;
	margin-right: 10px;
}

#contactFormBox p {
	margin-right: 5px;
	text-align:left;
}

.errorMsg {
	font-size: 6em;
	margin-right: 5px;
	text-align:left;
	color:#C00;
}

.noBorder {
    border: .5px solid #ffffff !important
}

/*

#mainLinks a {
	color:#663;
	text-decoration:none;
}

#mainLinks a:visited {
	color:#663;
	text-decoration:none;
}

#mainLinks a:hover, a:active {
	text-decoration:underline;
}


#mainLinks ul {
	list-style-type: none;
	width: auto;
}

#mainLinks li {
	font-size: .8em;
	display:block;
	float:left;
	margin-left:.3em;
	list-style-type: none;
}
*/