.body
{
font-family: helvetica;
font-size: 14px;
font-weight: normal;
letter-spacing: 0pt;
color: black;
line-height: 16px;
text-decoration: none;
}

.caption
{
font-family: helvetica;
font-size: 12px;
font-weight: normal;
letter-spacing: 0pt;
color: black;
line-height: 14px;
text-decoration: none;
}
.newtitle
{
font-family: helvetica;
font-size: 48px;
font-weight: bold;
letter-spacing: 0pt;
color: black;
line-height: 24px;
text-decoration: none;
}


#navigation {
	display: block;
	
	width: 900px;
	margin: 0px auto;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 0 0;
	*border-width: 0px 0px 0 0px;
}

* {
	margin: 0;
	padding: 0;
}
#gallery {
	display: table;
	width: 770px;
	margin: 15px auto;
	font-family: helvetica;
	font-size: 14px;
	border-style: solid;
	border-color: #555;
	border-width: 0px 0px 0 0;
	*border-width: 0px 0px 0 0px;
}
ul {
	display: table-row;
}
li {
	width: 211px;
	padding: 20px 20px 20px 20px;
	display: table-cell;
	*display: inline;
	zoom: 1;
	text-align: center;
	margin-bottom: 15px;
	vertical-align: top;
}
/*\*//*/
#gallery li {
	display: inline-block;
	width: 200px;
	border: 0;
}
/**/
li {
	border-left: 0px solid #555;
	border-bottom: 0px solid #555;
	*border: none;
	*margin-top: 1em; /* vertical offset */
}
li:hover {
	background: #fff;
	*background: transparent;
}
dl {
	height: 100%;
}
ul {
	border-bottom: 0px solid #555;
	*background: url(background.gif) repeat-y 50% 0;
}
oldimg {
	display: block;
	padding: 2px;
	margin: 9px auto;
	background: #fff;
}
em {
	display: block;
	font-weight: bold;
}
li a:hover img,
li a:active img,
li a:focus img {
	background: #CCC;
}