body {
	background-color: #DBDBDB;
	margin: 0px;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-image:  url(images/bg.jpg);
	background-repeat: repeat-y;
  }
  
.header {
	background-image:  url(images/logo.jpg); 
	background-repeat: no-repeat;
	padding-left: 75px;
	padding-top: 24px;
	padding-bottom: 40px;
}

.header img {
	border: none;
}


.header span {
	float: right;
	padding-top: 0px;
	padding-right: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* home, browse, about */
.header #hba {
	position: absolute;
	margin: 1.2em 1em 0 0;
	font-size: 22px;
}

.header #hba a:hover {
	color: #ccc;
}


.header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	text-decoration: none;
}


.header span a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.header span a:hover {
	color: #333333;
}

.imgnavi {
	float: right;
	padding-top: 0px;
}

.imgnavi img {
	border: none;
}

.image {
	top: 50%;
	width: 100%;
	text-align: center;
}

#trow {
	width: 85%;
	margin-right: 25px;
	margin-left: 50px;
}

.image img {
	margin: 10px;
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: 1px solid #CCC;
	border-left: none;
}


.image .thumbnails {
	border: 1px solid #ccc;
	padding: 1px;
	
}

.image hr {
	width: 700px;
	height: 1px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 75px;
	padding-right: 75px;
	text-align: justify;
	padding-top: 0px;
}

.content hr {
	width: 650px;
	height: 1px;
}

.content h1 {
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.content h1 a {
	text-decoration: none;
}

.content span {
	font-size: 12px;
	color: #999999;
	text-align: justify;
}

.content img {
border: none;
}

#statistics img {
	float: left;
	margin-right:5px;
	border: none;
}

.content span br {
	clear:left;
}

.content a {
	text-decoration: none;
	color: #666666;
}

.content a:hover {
	color: #333333;
}

.content p {font-size: 0.8em;}


#statistics {
	font-size: 10px;
}

#comments {	font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right; color: #fff; margin: 0 6em; font-size: 0.6em;}

#comments li {
	list-style-position: inside;
	list-style-image:  url(images/comment.gif);
	margin: 10px;
}

#comments a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer {
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom:10px;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
}

.footer a {
	text-decoration: none;
	color: #666666;
}

.footer a:hover {
	color: #333333;
}

.footer p {
	width: 650px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}

/* TAG SUPPORT */
.tags00
{
	font-size: 8px !important;	color: #CCCCCC;
	text-decoration: none;

}

.tags01
{
	font-size: 10px !important;	color: #999;
	text-decoration: none;

}

.tags02
{
	font-size: 12px !important;	color: #999;
	text-decoration: none;

}

.tags03
{
	font-size: 14px !important;	color: #999;
	text-decoration: none;

}

.tags04
{
	font-size: 16px !important;	color: #999;
	text-decoration: none;

}

.tags05
{
	font-size: 18px !important;
	color: #999;
	text-decoration: none;
}

.tags06
{
	font-size: 20px !important;
	color: #999;
	text-decoration: none;
}

.tags07
{
	font-size: 22px !important;
	color: #999;
	text-decoration: none;
}

.tags08
{
	font-size: 24px !important;
	color: #999;
	text-decoration: none;
}

.tags09
{
	font-size: 26px !important;
	color: #999;
	text-decoration: none;
}

.tags10
{
	font-size: 28px !important;
	text-decoration: none;
	color: #999;
}

#tagcloud {
	text-decoration: none;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#tagcloud a {
	color: #CCCCCC;
}

#tagcloud a:hover {
	color: #666666;
	}
	
#about img {
	float: right;
	margin-left:10px;
	border: none;
}
#about span {
	float: right;
	font-size: 10px;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
	width: 250px;
}

#links li {
	list-style-position: inside;
	list-style-image:  none;
	margin: 0px;
	list-style-type: none;
}

#links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DBDBDB;
}

#self {
	width: 180px; 
	padding: 2px;
}


