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

Backgound=#000000
Title=#7B1703
Navigation=#7B1703
Content=#4E1408
Description=#7B1703
Highlight=#7B1703
Border=#ffffff
*/

body 
{
	font-family: verdana,arial,helvetica; 
	font-size: 12px; 
	background-color: #000000;
	background-image: url("red.jpg");
	color: #e0e0e0;
}

a:link {color:"#e0e0e0";}
a:visited {color:"#e0e0e0";}
a:hover {color:"#ffffff";}


.annotation
{
	font-size: 12px;
}

.navigation
{
	font-size: 10px;
}

.title
{
	font-size: 18px;
}

.footer
{
	font-size: 10px;
}

.description
{
	font-size: 12px;
}


#title
{
    background-color: #7B1703;
    border: #ff3030 2px solid;
	padding: 5px;
}

#navigation
{
	background-color: #7B1703;
    
	border-left: #777777 2px solid; 
	border-right: #474747 2px solid;
	border-bottom: #474747 2px solid; 
	border-top: #777777 2px solid;

	padding: 5px;
}

#content 
{
	background-color: #4E1408;
    border: #ff3030 2px solid;
	padding: 5px;
}

#description
{
	background-color: #7B1703;
    border: #ff3030 2px solid;
	padding: 5px;
}



#footer
{
}

