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


body 
{
	font-family: "comic sans ms", arial, helvetica, sans-serif;
	background-color: #a000c0;
	background-image: url("groovy1.gif");
	background-attachment: fixed;
}

a 
{
	color: #c06000
}

a:hover 
{
	color: #f06000
}

.annotation
{
	font-size: 12px;
}

.navigation
{
	font-size: 12px;
}

.title
{
	font-size: 20px;
}

.footer
{
	font-size: 12px;
	color: #fff040; 
}

.description
{
	font-size: 12px;
}



#title
{
	border-left: #b000c0 2px solid; 
	border-bottom: #600070 2px solid; 
	border-top: #b000c0 2px solid; 
	border-right: #600070 2px solid;
	padding: 5px;
	color: #fff040; 	
	background-color: #9000a0;
}

#navigation
{
	border-left: #ffe020 2px solid; 
	border-bottom: #d09000 2px solid; 
	border-top: #ffe020 2px solid; 	 
	border-right: #d09000 2px solid;
	background-color: #ffc000;
	padding: 5px;
}


#content 
{
	border-left: #c0e000 2px solid; 
	border-right: #709000 2px solid;
	border-bottom: #709000 2px solid; 
	border-top: #c0e000 2px solid; 

	background-image: url("groovy2.gif"); 
	background-attachment: fixed;	
	background-color: #b0d000; 
	
}

#description
{
	border-left: #ffe020 2px solid; 
	border-bottom: #d09000 2px solid; 
	border-top: #ffe020 2px solid; 	 
	border-right: #d09000 2px solid;
	background-color: #ffc000;
	padding: 5px;
}


#footer 
{
	border-left: #b000c0 2px solid; 
	border-bottom: #600070 2px solid; 
	border-top: #b000c0 2px solid; 
	border-right: #600070 2px solid;
	color: #fff040; 	
	background-color: #9000a0;
}