html {
	background: rgb(159, 185, 77);
}
body {
	font-family: Helvetica, arial, sans-serif;
	font-size: 16px;
	background-color: rgb(159, 185, 77);
	color: #4d4d4d;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	color: rgb(64,10,44);
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: rgb(94,40,74);
	text-decoration: underline;
	font-weight: bold;
}
#header {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
#header h1 {
	font-size: 48px;
}
#wrap {
	width: 982px;
	margin: 10px auto 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.25);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.25);
  box-shadow: 0 1px 10px rgba(0,0,0,.25);
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 15px;
	height: auto;
}
#content .a-col {
	width: 600px;
	display: block;
	float: left;
	padding: 0 15px 20px;
	margin-right: 10px;
}
#content .b-col {
	width: 300px;
	display: block;
	float: left;
	margin-left: 10px;
}
#footer {
	clear: both;
	padding: 10px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 12px;
}

h1#logo-header a {
	display:block;
	text-indent: -9999px;
	width: 900px;
	height: 150px;
	margin: 0 auto;
	background: transparent url(images/header.png) no-repeat center center;
}
.a-col h1 {
 text-align: center;
 font-size: 72px;
margin-bottom: 8px;
}
h2 {
	font-size: 32px;
	line-height: 24px;
	margin-bottom: 8px;
}
h3 {
	font-size: 24px;
	line-height: 24px;
	
}
p {
	line-height: 24px;
	margin-bottom: 16px;
}

body#rsvp .a-col {
  font-size: 14px;
} 

form fieldset {
	border: 0;
	border-bottom: 1px solid rgb(159,185,77);
	margin: 20px 0 10px;
	padding: 10px 0;
}
legend {
	font-size: 21px;
	color: #666;
	font-weight: bold;
}
form fieldset dl {
	clear: both;
	padding: 0;
	margin: 0;
}
form fieldset dt {
	display: block;
	width: 150px;
	margin-right:10px;
	float: left;
	clear: left;
	text-align: right;
	line-height: 34px;
}
form fieldset dd {
	display: block;
	width: 420px;
	float: left;
	line-height: 34px;
}
form fieldset dd input.zemText {
	width: 420px;
	padding: 3px 5px;
}
form fieldset dt input.zemText {
	width: 50px;
	padding: 3px 5px;
	text-align: center;
	
}
form fieldset dd textarea {
	width: 450px;
	padding: 5px;
}
form fieldset p.submission {
	text-align: right;
}
label em {
	font-style: normal;
	color: #666;
	font-weight: bold;
}

.navigation li {
	margin-bottom: 10px;
}
.navigation li a {
	display: block;
	width: 300px;
	height: 80px;
	text-indent: -9999px;
	background: transparent url(images/nav-sprite.png) no-repeat;
}
.navigation li.nav-1 a {
	background-position: 0 0;
}
.navigation li.nav-1 a:hover {
	background-position: -300px 0;
}
.navigation li.nav-2 a {
	background-position: 0 -80px;
}
.navigation li.nav-2 a:hover {
	background-position: -300px -80px;
}
.navigation li.nav-3 a {
	background-position: 0 -160px;
}
.navigation li.nav-3 a:hover {
	background-position: -300px -160px;
}
.navigation li.nav-4 a {
	background-position: 0 -240px;
}
.navigation li.nav-4 a:hover {
	background-position: -300px -240px;
}
.navigation li.nav-5 a {
	background-position: 0 -320px;
}
.navigation li.nav-5 a:hover {
	background-position: -300px -320px;
}
.navigation li.nav-6 a {
	background-position: 0 -400px;
}
.navigation li.nav-6 a:hover {
	background-position: -300px -400px;
}

a.button, input.button, input.zemSubmit {
  font-size: 16px;
	background: rgb(64,10,44) url(images/3.png) repeat-x;
	display: inline-block;
	padding: 9px 15px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.125); 
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	*overflow: visible; /* Deals with IE7 button width issue */
}
.no-rgba a.button {
 /* Coming soon */
}
a.button:hover, input.button:hover, input.zemSubmit:hover {
 background-color: rgb(94,120,21);
}

a.button:active, input.button:active, input.zemSubmit:active {
  background-color: rgb(159,185,77);
  -webkit-transform: scale(.99);
  -moz-transform: scale(.99);
  transform: scale(.99);
}
.no-csstransforms a.button:active, .no-csstransforms input.button:active, .no-csstransforms input.zemSubmit:active {
  top: 1px;
}
ul.zemError {
  border: 1px solid #900;
  display: block;
  padding: 5px;
}
hr {
margin: 17px 0 18px;
height: 0;
clear: both;
border-width: 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #f9f9f9;
}
img.photo {
display: block;
padding: 5px;
background-color: #fff;
border: 1px solid #ddd;
-webkit-box-shadow: 0 1px 3px #999;
-moz-box-shadow: 0 1px 3px #999;
box-shadow: 0 1px 3px #999;
}