body {
	background-color: #CDA673;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
}

table {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
}

a {
	color: white;
}

img {
	border: none;
}

#middle{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 600px;
	margin-left:-300px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	padding: 40px;
}

#thumbNaviTR {
	
}

#thumbNaviTD {
	
}

#thumbTABLE {
	top: 315px;
	width: 550px;
	height: 300px;
	border-spacing: 0px;
}

#thumbTableTR {

}

#thumbTableTD {
	color: white;
	background-color: #590002;
	text-align: center;
	vertical-align: middle;
	padding: 25px;
}

#thumbTableA img {
	border: 3px solid white;
}
#thumbTableA:visited img {
	border: 3px solid silver;
}

#detailDIV {
	background-color: #590002;
	width: 550px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

#detailNaviDIV {
}

#detailIMG {
	border: 3px solid white;
}

#catDIV {
	width: 500px;
	border: solid 25px #590002;
	background-color: white;
}

#catA {
	color: #590002;
}
#catA:visited {
	color: silver;
}
#catNewA {
	color: #ff0000;
}
#catNewA:visited {
	color: silver;
}

#catUL {
	margin: 4px;
	padding: 0px;
	list-style-type: none;
}

#spacer {
	height: 280px;
}

#cr {
  color: red;
  font-weight: bold;
}