body
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/stripe-background.png);
	background-repeat: repeat;
	background-position: center;
	font-family: "Times New Roman";
}

#top-background
{
	height: 114px;
	width: 100%;
	background: url(images/top-background.png);
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#page-wrapper
{
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: url(images/page-wrapper-background.png);
	background-repeat: no-repeat;
}

#content-header
{
	font-size: 40px;
	color: #e9dfae;
	height: 40px;
	padding-top: 32px;
	padding-bottom: 142px;
}

#content-wrapper
{
	background: url(images/content-wrapper-background.png);
	background-repeat:repeat;
	background-position: center;
	padding-top: 20px;
}

#left-column
{
	width: 240px;
}

#right-column
{
	width: 440px;
	line-height: 1.5em;
}

#left-column, #right-column
{
	float: left;
	padding: 20px;
	color: #e9dfae;
}

#column-clear-div
{
	clear: both;
}

#content-footer
{
	
}

#left-column h3
{
	
}

#left-column li
{
	list-style: none;
}

#right-column h2
{
	font-size: 30px;
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: center;
	border-bottom: 3px solid #e9dfae;
	display: list-item;
	list-style: inside url(images/section-header-leader.png);
}

#rsvp-code, #rsvp-body
{
	border: 3px solid #e9dfae;
	color: #e9dfae;
	background: url(images/rsvp-bg.png);
}

#rsvp-body
{
	width: 434px;
	height: 440px;
}

#error-message
{
	padding: 20px;
	border: 5px solid red;
	color: red;
	background-color: white;
}

#success-message
{
	padding: 20px;
	border: 5px solid green;
	color: green;
	background-color: white;
}
a:link {
COLOR: #C08080;
}
a:visited {
COLOR: #336600;
}
a:hover {
COLOR: #e9dfae;
}
a:active {
COLOR: #C08080;
}
