/*
Settings for ImageWalker
image-background-color: #889080;

Backgound=#585E56
Title=#777D73
Navigation=#777D73
Content=#889080
Description=#777D73
Highlight=#88A080
Border=#101010
*/

body 
{
	font-family: arial,helvetica; 
	font-size: 12px; 
	background-color: #585E56;
	color: #101010;
	background-image: url("gray.gif");
}

a:link {color:"#101010";}
a:visited {color:"#101010";}
a:hover {color:"#101010";}


.annotation
{
	font-size: 12px;
}

.navigation
{
	font-size: 10px;
}

.title
{
	font-size: 18px;
}

.footer
{
	font-size: 10px;
}

.description
{
	font-size: 12px;
}


#title
{
    background-color: #777D73;
    border: #101010 1px solid;
	padding: 5px;
}

#navigation
{
	background-color: #777D73;
    border: #101010 1px solid;
	padding: 5px;
}

#content 
{
	background-color: #889080;
	border: #101010 1px solid;	
}

td.image
{
}

#description
{
	background-color: #777D73;
    border: #101010 1px solid;
	padding: 5px;
}



#footer
{
}

