﻿#footer 
{
	 background-image: url(./images/bg_bottom.gif); 	 
	 background-position: bottom;
	 background-repeat:  repeat-x; 
	 height: 128px; 
	 width: 100%; 
	 text-align: center;
}

body#maindiv 
{
	 background-image: url(./images/bg_brownpattern.gif); 
	 background-repeat: repeat; 
	 height: 100%;
	 margin: 0px;
}

.yellowblocks
{
	background-image: url(./images/bg_sidebox.jpg);
	vertical-align: top;
	height: 97px;
	width: 182px;
	border: solid 3px #B8934D;
	background-repeat: no-repeat; 
	background-position: top;
	font-family: Sans-Serif; 
	color: White; 
	font-size: 15px; 
	font-style: italic; 
	font-weight: bold; 
	text-align: left; 
	padding-left: 10px; 
	cursor: pointer;
}

.loweryellowblock
{
	background-image: url(./images/bg_sidebox.jpg);
	vertical-align: top;
	height: 97px;
	width: 182px;
	border: solid 3px #B8934D;
	background-repeat: no-repeat; 
	background-position: top;
	font-family: Sans-Serif; 
	color: White; 
	font-size: 15px; 
	font-style: italic; 
	font-weight: bold; 
	text-align: left; 
	padding-left: 10px; 
	cursor: default;
}

.loweryellowblock a         { font-weight: bold; text-decoration: underline; }
.loweryellowblock a:link    { color: White; }
.loweryellowblock a:visited { color: White; }

.yellowblockssmallfont
{
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #CFB880;	
}	

.duckfeet
{
	width: 217px;
	white-space: nowrap;
}
	
	
