body 		{
	background-image: 	url(background.gif);
	color:		white;
	font-family:	Verdana, Geneva, Arial, sans-serif;
	font-size:	small;
	text-align:	justify;
}

h1 		{
	text-align:	center;
	color:		white;
	font-size:	150%;
	font-weight:	bold;
	border-bottom:	thin solid maroon;
}

h2		{
	text-align:	center;
	color:		white;
	font-size:	120%;
	font-weight:	bold;
	border-bottom:	none;
}

p		{
	text-align:	center;
	font-size:	small;
}

#header
		{
	
	color:			white;
	margin:			10px;
	height:			50px;
}

#links
		{
	
	font-size:		500%;
	padding:		15px;
	margin:			30px 100px 0px 10px;
	float:			right;
	text-align:		center;
}

#main
		{
	
	margin:			0px 10px 10px 0px;
	padding:		15px;
	font-size:		small;
}

#main.galleries
		{
	
	margin:			0px 10px 10px 0px;
	padding:		15px;
	font-size:		small;
}

#footer
		{
	
	color:			white;
	font-size:		80%;
	text-align:		center;
	margin:			10px;
	padding:		15px;
	clear:			left;
}

a:link		{
	color:		white;
}

a:visited	{
	color:		#9999FF;
}

a:hover		{
	color:		black;
}

table.weddings	{
	text-align:	left;
	tr-align:	center;	
}

table.specials	{
	text-align:	center;
	tr-align:	center;
}

p.footer	{
	text-align:	left;
	font-size:	80%;
}

