body {
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	margin: 0px auto;
	
}

#container {
	width: 800px;
	margin: 0px auto;
	height: auto;
}

#footer {
	margin: 1em auto;
	
}

#announce {
	width: 60%;
	margin: 0px auto;
	text-align: center;
	background-color: #930;
	padding-top: 1em;
	padding-bottom: 2em;
	border-color: #f90;
	border-style: dotted;
	border-width: 18px;
	margin-top: 1.5em;
	margin-bottom: 3em;		
}

#travel {
	width: 60%;
	margin: 0px auto;
	text-align: center;
	background-color: #333;
	padding-top: 1em;
	padding-bottom: 2em;
	border-color: #CC9900;
	border-style: dashed;
	border-width: 12px;
	margin-top: 1.5em;
	margin-bottom: 2em;		
}

#directions {
	width: 70%;
	margin: 0px auto;
	text-align: left;
	padding: .5em;
}

#attendees 
{
	width: 85%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 77%;
	font-weight: bold;
	font-variant: small-caps;
	color: #99CCCC;
	text-align: justify;
	text-transform: none;	
}

#attendees li {
	margin: 0;
	padding: 0;
	display: inline;
	
}



p {
	
	font-size: 75%;
	margin-bottom: 0;
	margin-top: 0em;
	line-height: 130%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .125em;
}


h1 {
	
	color: #f90;
	font-size: 350%;
	font-variant: small-caps;
	font-weight: bolder;
	margin-bottom: 0;
	margin-top: 0.5em;
	line-height: 100%;
	
}

h1.betroth {
	color: #f90;
	font-size: 350%;
	font-variant: normal;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 100%;
	font-style: italic;
}


h2 {
	
	color: #fc6;
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.75em;
	margin-top: 0;
	font-weight: normal;
}

h3 {
	color: #999;
	font-size: 75%;
	font-style: italic;
	letter-spacing: 0.25em;
	font-weight: bold;
}


h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9933;
	font-size: 110%;
	letter-spacing: 0.25em;
	font-variant: small-caps;
	margin-top: 0em;
}


h5 {
	color: #CC9966;
	font-size: 110%;
	letter-spacing: 0.5em;
	font-weight: bolder;
	font-style: italic;
	margin-bottom: 0;
}

h6 {
	color: #FFCC66;
	font-size: 75%;
	letter-spacing: 0;
	font-weight: bold;
	font-style: none;
	text-transform: uppercase;
	margin-top: 0.5em;	
	margin-bottom: 0;	
}

h6.large {
	color: #000;
	font-size: 125%;
	font-weight: bolder;
	font-style: none;
	text-transform: uppercase;
	margin-top: 0.5em;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: .125em;	
}


/* finger nav
#nav {
	color: #999;
	text-align: center;
	width: 50%;
}


#nav h3 {
	text-align: left;
	color: #999;
	font-size: 75%;
	font-style: italic;
	letter-spacing: 0.25em;
	background-color: #000;
	background-image: url(../images/sm_finger.gif);
	background-repeat: no-repeat;
}
*/




/* links */


a:link {
color: #C90;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #C90;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #fff;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: #C90;
font-weight: bold;
text-decoration: none;
}
