html, body 
{
        color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #867660;
	height: 100%;
}
html>body #all
{
	height: auto; 
	min-height: 100%;
}
#im
{
	display: none;
}
#all 
{
	position: relative;
	height: 100%;
}
.top1 
{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.fr1 
{
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.fr1:hover 
{
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #FFDDDD;
	text-decoration: none;
}

a, a:visited
{
        color: #FFFFFF;
        text-decoration:none;
	font-family:Verdana,Helvetica;
}
a:hover
{
        color: #FFAD2D;
}
img#thumb
{
        border: 1px solid #FFFFFF;
        width: 240px;
        height: 180px;
}
a:hover img#thumb
{
        border: 1px solid #FFAD2D;
}
#footer_left
{ 
	position: absolute; 
	left: 10px;
        bottom: 10px; 
	width: 100%; 
}
#footer_right
{ 
	position: absolute; 
	right: 20px;
        bottom: 10px; 
}
