/*
Settings for ImageWalker
image-background-color: #F1EFFB;

Backgound=#ffffff
Title=#A584C6
Navigation=#BBA8D4
Content=#BBA8D4
Description=#BBA8D4
Highlight=#F8F7FD
Border=#644088
*/

body 
{
	font-family: helvetica, arial; 
	font-size: 12px; 
	background-color: #ffffff;
	background-image: url("wedding1.jpg");
	color: #644088
}

image
{
	border-color: #644088;
}

a:link {color:"#003399";}
a:visited {color:"#800080";}
a:hover {color:"#ff3300";}


.annotation
{
	font-size: 12px;
}

.navigation
{
	font-size: 10px;
}

.title
{
	font-size: 18px;
	
}

.footer
{
	font-size: 10px;
}

.description
{
	font-size: 12px;
}


#title
{
    background-color: #A584C6;
    border: #644088 1px solid;
	padding: 5px;
	background-image: url("wedding2.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

#navigation
{
	background-color: #BBA8D4;
    border: #644088 1px solid;
	padding: 5px;
}

#content 
{
	background-color: #F1EFFB;
	border: #644088 1px solid;	
}

td.image
{
	border: #e0e0e0 1px solid;
}

#description
{
	background-color: #BBA8D4;
    border: #644088 1px solid;
	padding: 5px;
}

#footer
{
}

