/**
 * Invitacion
 */

@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700);

body {
	background: #000;
	color: #333;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#content {
	padding: 40px 0;
}
#paper {
	background: #fff;
	padding: 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 0 3px 12px rgba(0,0,0,.7);
	-moz-box-shadow: 0 3px 12px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.7);
	-ms-box-shadow: 0 3px 12px rgba(0,0,0,.7);
	-o-box-shadow: 0 3px 12px rgba(0,0,0,.7);
}
#wrapper {
	border: 6px double #333;
	padding: 50px 80px 80px 80px;
}
#header {
	background-position: center 0;
	background-repeat: no-repeat;
	padding: 120px 0 0 0;
	text-align: center;
}
h1 {
	border-bottom: 3px solid #333;
	font-family: "Old Standard TT", Georgia, Palatino, "Palatino Linotype", times, serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 30px 0;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #333;
	text-decoration: none;
}
h2 {
	border-bottom: 3px solid #333;
	color: #333;
	font-family: "Old Standard TT", Georgia, Palatino, "Palatino Linotype", times, serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	padding: 6px 0;
	text-transform: uppercase;
}
#text {
	background-position: center 100%;
	background-repeat: no-repeat;
	padding: 0 0 120px 0;
}
#bodytext {
	background-position: center 0;
	background-repeat: no-repeat;
	color: #555;
	font-family: "Old Standard TT", Georgia, Palatino, "Palatino Linotype", times, serif;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin: 30px auto 0 auto;
	padding: 60px 0 0 0;
	text-align: left;
	width: 540px;
}