/*
Settings for ImageWalker
*/

body 
{
	font-family: verdana,arial,helvetica; 
	font-size: 12px;
	color: #101010;
	background-color: #ffffff;
}


A:link {color:"#003399";}
A:visited {color:"#800080";}
A:hover {color:"#FF3300";}


.annotation
{
	font-size: 12px;
}

.navigation
{
	font-size: 12px;
}

.title
{
	font-size: 18px;
}

.footer
{
	font-size: 10px;
}

.description
{
	font-size: 12px;
}


#title
{
        background-color: #DFE0A6;
        border: #868713 2px solid;
	padding: 10px;
}

#navigation
{
	background-color: #EDEDCB;
        border: #868713 2px solid;
	padding: 5px;
}

#content 
{
	background-color: #F8F8E8;
	border: #868713 2px solid;
}

#description
{
	background-color: #EDEDCB;
        border: #868713 2px solid;
	padding: 5px;
}

#footer
{
}