/*#container {
	width: 680px;
	height: 900px;
	background-color: #000000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}*/

#headline {
	position: relative;
	margin-left: 2%;
	top: 30px;
	z-index: 0;
}

table {
	position: relative;
	top: 5%;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

.numbers {
	position: relative;
	left: 10%;
	float: left;
}

.border-left {
	border-left: medium solid rgb(255,255,255);
}
.border-right {
	border-right: medium solid rgb(255,255,255);
}
.border-top {
	border-top: medium solid rgb(255,255,255);
}
.border-bottom {
	border-bottom: medium solid rgb(255,255,255);
}
.border-all {
	border: medium solid rgb(255,255,255);
}

.table_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #ffffff;
	position: static;
	padding: 5px;
}

#medallion {
	position: relative;
	top: 235px;
	left: 315px;
	z-index: 1;
	float: right;
	vertical-align: baseline;
}

.rsvp_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #ffffff;
	position: static;
	padding: 5px;
}

#rsvp_form {
	z-index: 2;	
}

/*
#rsvp_box {
	position: absolute;
	top: 165px;
	right: 23px;
	width: 160px;
	height: 220px;
	background-color: #4E4E4E;
	z-index: 0;	
}*/

a:link {
    text-decoration: underline;
    color: #6096A2;
	font-weight:bold;
}

a:visited {
    text-decoration: underline;
    color: #6096A2;
	font-weight:bold;
}

a:active {
    text-decoration: underline;
    color: #6096A2;
	font-weight:bold;
}




