body
{
    background-color: #333333;
    font-family: Verdana;
    font-size: 11pt;
    color: #999999;
}


#ths
{
    padding: 10px;
    text-align: center;
}

.hl
{
    border-style: solid;
    border-width: 4px;
    border-color: #ffffff;
}

.nhl
{
    border-style: solid;
    border-width: 4px;
    border-color: #333333;
}

#photo
{
    background-color: #000000;
    padding: 7px;
}

#counter
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-family: Verdana;
  font-size: 7pt;
  color: #333333;
}

.gallery_navi
{
	font-family: Verdana;
  font-size: 8pt;
  color: #333333;
  text-decoration: none;
}

.gallery_navi_inactive
{
	font-family: Verdana;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

.photo
{
	border-style: solid;
	border-color: #000000;
	border-width: 11px;
}

.comment
{
	font-size: 8pt;
	width: 75%;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #cecab0;
}

.thumb_navi
{
	width: 100%;
	text-align: center;
	height: 75px;
}

.category
{
	margin-top: 8px;
	height: auto;
}

.text_navi
{
	height: auto;
	margin-bottom: 3px;
}

.image_div
{
	width: 100%;
	text-align: center;
}

.comment_form
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.comment_row
{
	width: 100%;
	background-color: yellow;
}

.comment_first
{
	width: 25%;
	float: left;
	background-color: red;
	text-align: right;
}

.comment_second
{
	width: 75%;
	float: left;
	background-color: blue;
	text-align: left;
}

.comments
{
	width: 100%;
	text-align: center;
	background-color: green;
}