/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.



----------------------------------------------------------------------- */

html {
 color:#666;
 text-align:center;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:200;
	color:#666666;
	padding-bottom:3px;
	margin-bottom:0px;
}


a {
	color:#8f9295;
	text-decoration:underline;
}

a:hover {
	color:#666666;
}

a:visited {
	color:#8f9295;
}

p {
	padding-top:0px;
	color:#8f9295;
	line-height:18px;
}

#body_content_long {
	background: url(../../media/bg-content.png) left no-repeat;
	height:1010px;
	text-align:center;
	margin: 0 auto;
}


#body_content_short {
	background: url(../../media/bg-content-rsvp.png) left no-repeat;
	height:839px;
	text-align:center;
	margin: 0 auto;
}

#body_content_wed {
	background: url(../../media/bg-content-wed.png) left no-repeat;
	height:878px;
	text-align:center;
	margin: 0 auto;
}

#body_content_post {
	background: url(../../media/bg-content-post.png) left no-repeat;
	height:811px;
	text-align:center;
	margin: 0 auto;
}

#body_content_story {
	background: url(../../media/bg-content-story.png) left no-repeat;
	height:868px;
	text-align:center;
	margin: 0 auto;
}
#body_content_gallery {
	background: url(../../media/bg-content-gallery.png) left no-repeat;
	height:858px;
	text-align:center;
	margin: 0 auto;
}

#body_content_thanks {
	background: url(../../media/bg-content-thanks.png) left no-repeat;
	height:888px;
	text-align:center;
	margin: 0 auto;
}

#bg_wedding {
	background: url(../../media/bg-wedding.png) right bottom no-repeat;
	height:671px;

}


#body_content {
	padding-top:20px;
	padding-left:7px;
}

#content_hdr {
	text-align:center;
	padding-top:30px;
}