* {
	margin: 0;
	padding: 0;
}

body,html { 
	height: 100%;
	min-height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	background: #efeee7 url('bg.gif') repeat-x;
	color: white;
}

p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#header {
	width: 660px;
	background: #2f270c url('header.gif') top no-repeat;
	padding: 0px;
	margin: 0px auto;
	min-height: 206px;
	height: auto !important;
	height: 206px;
	width: 647px;
}

#page-wrap {
	width: 660px;
	background: #2f270c url('bot.gif') bottom no-repeat;
	padding: 0px;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 647px;
}

#contact-area {
	width: 410px;
	margin: 0px auto 0px auto;
	padding: 40px 30px 20px 30px;
	border-top: 1px solid #928e7d;
	border-bottom: 1px solid #928e7d;
	font-size: 0px;
	z-index: 100;
	background: url('attending.gif') no-repeat 28px 132px;
}

#contact-area input, #contact-area textarea {
	padding: 4px;
	width: 216px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 15px;
	border: none;
}

#contact-area input {
	height: 15px;
	background: url('field.gif');
}

#contact-area textarea {
	padding: 4px 2px;
	height: 74px;
	width: 220px;
	background: url('comments.gif');
}

#contact-area textarea:focus, #contact-area input:focus {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

#contact-area input.submit-button {
	width: 131px;
	height: 29px;
	padding: 0px;
	float: right;
	margin-right: 5px;
	background: url('submit.gif');
	cursor: pointer;
}

#contact-area p {
	font-size: 24px;
	font-family: Georgia, serif;
	text-align: center;
	padding: 10px;
}

label {
	float: left;
	text-align: right;
	margin-left: 5px;
	width: 160px;
	height: 23px;
}

#attending {
	float: left;
	margin: -62px 0px 0px 132px;
	z-index: 200;
	font-size: 12px;
}

#attending input {
	width: 16px;
	height: 16px;
	background: none;
	border: none;
	padding: none;
	margin: none;
}

#registry {
	float: left;
	margin: 30px 0px 0px 140px;
	width: 160px;
	font-size: 11px;
	color: #4c4334;
	text-align: center;
}

#registry a, #directions a {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #675e4a;
	text-decoration: none;
}

#registry a:hover, #directions a:hover {
	text-decoration: underline;
}

#directions {
	float: right;
	margin: 30px 140px 0px 0px;
	width: 160px;
	font-size: 11px;
	color: #4c4334;
	text-align: center;
}
