@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}
html, body {
height:100%; /* gives layout 100% height */
overflow:inherit; /* triggers 100% height in Opera 9.5 */
}
#wrapper {
min-height:100%; /* gives layout 100% height */
}
* html #wrapper { 
height:100%; /* IE6 treats height as min-height */
}

#wrapper img { behavior: url(iepngfix.htc) } /* png fix for IE */

body {
	background:url(images/page_background.gif) repeat-x #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:.8em;
	}
img {
	border:none;
	}
h1, h2, h3, h4, h5, h6 {
	padding-bottom:1em;
	font-size:16px;
	font-weight:normal;
	}
h1, h2 {
	font-weight:bold;
	}
	
	
#wrapper {
	position:relative;top:0;center:0;
	background:url(images/footer.gif) no-repeat center bottom #fff;
	width:700px;
	margin:0 auto;
	}
#main {
	margin-bottom:10px;
	}	
#content {
	width:440px;
	float:right;
	padding:22px 50px 50px 50px;
	}
#content p {
	margin-bottom:1em;
	}
#content iframe {
	padding-bottom:20px;
	}
#sidebar {
	background:url(images/nav_border.gif) no-repeat center right;
	width:156px;
	height:297px;
	}
#nav {
	list-style-type:none;
	padding-top:22px;
	}
#nav li {
	padding-bottom:12px;
	}
#footer {
	clear:both;
	position:relative;bottom:0;
	text-align:center;
	display:block;
	}
/* styles for rsvp form */
#contact {
	text-align:left;
	}
#contact legend {
	color:#000;
	font-weight:bold;
	padding-bottom:1em;
}
#contact label {
	display:block;
}
#contact fieldset input, #contact fieldset textarea {
	display:block;
	width:75%;
}
#contact input {
	margin-bottom:15px;
}
#contact fieldset {
	border:none;
	padding-bottom:15px;
}
.paypal input {
	width:200px;
	}
.paypal .button {
	width:auto;
	}
hr {
	margin:10px;
	}
