/*
Settings for ImageWalker
image-background-color: #66cccc;

Backgound=#66cccc
Title=#000000
Navigation=#000000
Content=#000000
Description=#000000
Highlight=#000000
Border=#000000
*/

body 
{
	font-family: Comic Sans MS; 
	font-size: 12px; 
	background-color: 66cccc;
	background-image: url("wedding1.jpg");
	color: #66cccc
}

A:link {color:"#000000";}
A:visited {color:"000000";}
A:hover {color:"#000000";}


.annotation
{
	font-size: 12px;
}

.navigation
{
	font-size: 16px;
}

.title
{
	font-size: 16px;
	
}

.footer
{
	font-size: 0px;
}

.description
{
	font-size: 0px;
}


#title
{
	background-color: 66cccc;
	background-image: url("wedding1.jpg");
	color: #000000
}

A:link {color:"#000000";}
A:visited {color:"#000000";}
A:hover {color:"#000000";}


.annotation
{
	font-size: 12px;
}

.navigation
{
	font-size: 16px;
}

.title
{
	font-size: 2px;
	
}

.footer
{
	font-size: 0px;
}

.description
{
	font-size: 0px;
}


#title
{
    background-color: #66cccc;
    border: #000000 2px solid;
	padding: 6px;
	background-image: url("wedding2.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

#navigation
{
	background-color: #66cccc;
    border: #000000 1px solid;
	padding: 2px;
}

#content 
{
	background-color: #66cccc;
	border: #000000 2px solid;	
}

td.image
{
	border: #000000 1px solid;
}

#description
{
	background-color: #66cccc;
    border: #000000 0px solid;
	padding: 0px;
}

#footer
{
}
