/* CSS Document */

body
{
	background-color:#361102;

}
a:link
{
	text-decoration:none;
	color: #e2dda0;
}
a:visited
{
	text-decoration:none;
	color: #e2dda0;
}
a:hover
{
	text-decoration:none;
	color: #ffff64;
	border-bottom: 1px solid #ffff64; 
}

#content a:link
{
	text-decoration:none;
	color: black;
}

#content a:visited
{
	text-decoration:none;
	color: black;
}
#thumbs a:hover
{
	border-bottom: none;

}

table
{
	font-family: arial;
	color: #e2dda0;
	empty-cells: show;
}

.top
{
	background-color:#b27243;
	font-size: 24pt;
	border-spacing: 0pt;
	padding: 4px;
}

.gradient
{
	background-image: url(images/top_grad.jpg);
	background-repeat: repeat-x;
	font-size: 5pt;
	padding-bottom: 0px;
}

.center
{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#7a2708;
	font-size: 12pt;
}

.menus
{	
	vertical-align: top;
 	padding-left: 8px;
}

.thumb
{	
	vertical-align: top;
 	padding-left: 4px;
	text-align: left;
}

.about
{
	background-color: #e2dda0;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 5px;
}

.header
{
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.bottom
{
	text-align: center;
	font-family: arial;
	color: #e2dda0;
	font-size: 10pt;
	

}
.small
{
	text-align: left;
	font-size: 8pt;

}

