BODY { 
  background: white url(images/background.gif);
  background-color: #D4A580;
  background-repeat: repeat-x;
  background-position: top center;
  margin-top:0;
  margin-bottom:3;
  }
  .slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
width: 145px;
height: 120px;
border: 0;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}
a:link {
	font-weight:bold;
	color: #664400;
	text-decoration: none;
}
a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #664400;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
 a.blogLink:link {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}
 a.blogLink:visited {
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
}
a.blogLink:hover {
	font-weight:bold;
	text-decoration: none;
	color: #664400;
}
a.blogLink:active {
	text-decoration: none;
}
 a.blogNumberLink:link {
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
 a.blogNumberLink:visited {
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}
a.blogNumberLink:hover {
	font-weight:bold;
	text-decoration: none;
	color: #664400;
}
a.blogNumberLink:active {
	text-decoration: none;
}
#miniDesc
{
font-size:1px;
color:#ffffff;
position: relative;
top: -1000px;
}

#miniDesc .h1
{
font-size:1px;
color:#ffffff;
}
.searchInput
{
border: 1px solid #ffffff;
background-color: #ffffff;
}
.searchButton
{
  width: 76px;
  height: 29px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent url(images/searchButton.png) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.submitButton
{
  width: 76px;
  height: 29px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent url(images/submitButton.png) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.main
{
text-align:left;
padding-left:15px;
padding-right:15px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:14px;
}
.mainTD
{
text-align:left;
padding:5px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:14px;
}
.mainTDCenter
{
text-align:center;
padding:5px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:14px;
}
.mainSide
{
background: transparent url(images/sideBack.png) repeat-y center top;
}
.mainMain
{
background: transparent url(images/mainBack.png) repeat-y center top;
font-size:14px;
}
hr {
border: 0px;
background-color: #808080;
}

