body {
	background: #CCC;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, times, serif;
	font-size: 12px;
}

h1 {
	margin: 0px;
	padding-top: 20px;
	background: #777;
	border-bottom: 1px solid #333;
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
	font-size: 16px;
	padding: 12px;
	color: #444;
}

h1 a {
	color: #444;
	text-decoration: none;	
}

/* navbar */

#navtop {
	border-bottom: 1px solid #333;
}

#navbot {
	border-top: 1px solid #333;
}

#navtop, #navbot
{
	margin: 0;
	padding: 0 0 23px 7px;
	border-bottom: 1px solid #333;
	background: #655;
}

#navtop ul, #navtop li, #navbot ul, #navbot li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	line-height: 15px;
}

#navtop a:link, #navtop a:visited, #navbot a:link, #navbot a:visited
{
	float: left;
	text-decoration: none;
	color: #A99;
	padding: 5px;
}

#navtop a:link.current, #navtop a:visited.active, #navtop a:hover,
#navbot a:link.current, #navbot a:visited.active, #navbot a:hover
{
	padding: 5px;
	padding-bottom: 2px;
	background: #766;
	color: #000;
}

#navtop a:hover, #navbot a:hover { 
	color: #000; 
	text-decoration: underline;	
}

#content {
	padding: 24px;
}

#content td {
	text-align: center;
	padding-bottom: 20px;
}

/* title, comments */

.title {
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
	font-size: 16px;
	margin-bottom: 6px;
}

.comment {
	font-size: 11px;
	color: #666;
	width: 480px;
}

.time {
	color: #333;
	margin-top: 10px;
}

.idxtitle {
	margin: 0px:
	padding: 0px;
	font-size: 11px;
}

/* photo */

.ph
{
  padding: 10px;
  border: 1px #A1A199 solid;
  background-repeat: no-repeat;
  background: #FFF;
}

.idxph {
	padding: 5px;
	border: 1px #A1A199 solid;
	background-repeat: no-repeat;
	background: #FFF;
}