body {
	background-color: #31200E; 
	font: 10px/1.2em Verdana, Arial, Helvetica, sans-serif; 
}
p {} 

td  { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
a { color: #F377AF; text-decoration: underline }
.caption { font-size: 11px; font-style: italic }
.photoCaption { font-size: 9px; font-style: italic }
.event   { color: #000000; font-size: 10px; font-weight: bold }
.eventFront { color: #f377af; font-size: 10px }
.eventDate { color: #54A7E7; font-size: 10px; font-weight: bold }
.note { font-size: 9px; font-style: italic }
.quote { font-size: 9px }
.quoteName { font-size: 9px; font-style: italic }
h1 { font-size: 11px; font-weight: bold; color: #31200E; }
h2 { color: #FF019B; font-size: 10px; font-weight: bold }
h3 { font-size: 10px; font-weight: bold; line-height: 10px }

#invite {
	width: 730px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF6EE;
	margin-left: auto;
	margin-right: auto;
	border: solid thin #54A7E7;
	text-align: center;
	font-family: cursive;
	font-size: 12px;

}

#header {
	background-color: #31200E;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	border: solid thin #54A7E7;
	border-collapse: collapse;
	padding-bottom: 0px;
	
}


#header img {
	border: none;
}

#invite em {
	font-weight: bold;
}

.flashy {
	font-size: 16px;
	line-height: 1.2em;
	color: #FF019B;

}

#allcontent {
	width: 730px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #31200E;
	margin-left: auto;
	margin-right: auto;
	border: solid thin #54A7E7;
	
}

#sidebar {
	background:  #31200E;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 10px 10px;
	width: 195px;
	float: left;
	color: #FFF6EE;	
	text-align: center;
}

#sidebar h1 {
	color: #FFF6EE;
}

#main {
	background-color: #FFF6EE;
	margin: 0px 10px 10px 260px;
	padding: 40px 60px; 
	
}

#main img{
	margin: 5px;
	border: solid medium #54A7E7;
} 

#footer {
	background-color: #31200E;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	border: solid thin #54A7E7;
	color: #FFF6EE;	
	text-align: center;
	border-collapse: collapse;
}

#footer h1 {
	color: #F377AF
}

/*Form styles*/

.element_flat_text	{ width:100%; border: 0px } 
		.element_textarea	{ width:100%; } 
		.element_submit		{ }
		.element_reset		{ }
		.element_select		{ }
		
/*Form styles*/
