a:link,
a:active,
a:visited {
  color: #000080;
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000080;
  text-decoration: underline;
}

img {
  border: 1px #CCC solid;
}

td {
  text-align: center;
}

td.category {
  text-align: left;
  border: 1px #DDD solid;
}

#main {
  margin: 0 auto;
  border: 1px #000 solid;
  background-color: #C0C0C0;
}

#navigate_categories {
  text-align: left;
  width: 100%;
  color: #000;
  border-bottom: 1px #000 solid;
  background-color: #FFF;
  font-family: verdana;
  font-size: 13px;
}

#display_categories {
  width: 100%;
  color: #000;
  background-color: #C0C0C0;
  font-family: verdana;
  font-size: 13px;
}

.navigate_images {
  text-align: center;
  width: 100%;
  color: #000;
  background-color: #FFF;
  font-family: verdana;
  font-size: 13px;
}

#display_thumbnails {
  border: 1px #CCC solid;
  width: 100%;
  background-color: #FFF;
}

	/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#8c3a3a;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("../HOVER.gif") no-repeat top right;	
	}
	
