﻿body 
{
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden; 
	font-family: Verdana, Sans-Serif, Arial; 
	font-size: smaller;
}

#background
{
	position:absolute; 
	z-index:-1; 
	width:100%; 
	height:100%;
}

.floatingDiv
{
	float:left;
	clear:right;
	width: 183px;
	height: 260px ;
	border-style: solid;
	border-color: #d2a41a;
	border-width: thin;
	margin-right: 5px;
	background-color: #f3e2b9;
}

.floatingDiv img
{
	width: 183px;
	height: 225px;
}

a
{
	color: #795a16;
	text-decoration: none;
}

a:hover
{
	color: #ee333f;
	text-decoration: underline;
}

a:visited
{
	color: #795a16;
}

table
{
	border-collapse: collapse;	
	border: 0px none;
}

td
{
	padding: 0px;
	border: 0px none;
	text-align: center;
	width: 190px;
	padding-top: 5px;
	font-size: 0.8em;
}

td a
{
	text-decoration: none;
	font-size: 0.8em;
}

td a:hover
{
	font-size: 0.9em;
}

img
{
	border: 0px none; 
}

#footer
{
	font-family: Verdana, Arial,Sans-Serif;
	font-size: .9em;
	color: #808080;
	text-align: center;	
	padding-top: 75px;
}

#footer li
{
	list-style: none;
	font-size: small;
	padding-right: 20px;	
}

#footer li a
{
	color: black;	
	text-decoration: none;
}

#footer li a:hover
{
	color:  #D8130C;	
	text-decoration: none;
}

