/** layout & positioning ***/
*
{
	margin: 0 0;
	padding: 0 0;
}
#splash_contents
{

}
h2
{
	position: absolute;
	top: 415px;
	left: 0;
	display: none;
/*	 z-index: 600; */
}
.contents
{
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 500;
	
	width:  442px;
	height:  412px;
	
	overflow: auto;
}
.polaroid_bg
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.subnavi
{
	position: absolute;
	top: 430px;
	left: 0;
	z-index: 600;
	list-style: none;
}
.subnavi li
{
	float: left;
}

/** Look & Feel ***/
.subnavi li
{
}
.subnavi a
{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	
	text-decoration: none;
	color: #999999;
	border-right: 1px solid #999999;
	margin-right: 5px;
	padding-right: 5px;
	text-transform: lowercase;
}
.subnavi a.last
{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.subnavi a:hover
{
	color: #000000;
	text-decoration: underline;
}

h2
{
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #990000;
	text-transform: uppercase;
}
.contents
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
}
h3
{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	margin-bottom: 1em;
}

.clear
{
	display: block;
	clear: both;
}

/** CONTACT PAGE **/
#contact .column
{
	float: left;
	width: 200px;
}
#contact .leftcolumn
{
	margin-right: 30px;
}
#contact h4
{
	font-size: 12px;
}
#contact p
{
	font-size: 10px;
}
#contact .contact
{
	margin-bottom: 10px;
}
#contact #address
{
	font-size: 12px;
}
#rsvp
{
	margin-top: 20px;
}
#rsvp label
{
	font-size: 11px;
}
div.rsvp
{
	background-color: #333333;
	padding: 3px 0 8px 8px;
}
#rsvp input, #rsvp textarea
{
	border: none;
	width: 150px;
}
#rsvp textarea
{
	height: 90px;
}
#rsvp .quarter
{
	float: left;
	margin-right: 10px;
}
#rsvp .quarter input
{
	width: 70px;
}
#rsvp #submit
{
	width: auto;
	padding: 10px 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #333333;
	margin-top: 5px;
}
.subnavi
{
	display: none;	
}