body, html {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font: 0.8em verdana, arial, sans-serif;
	color: black;
}
h1 {
	margin: 0px 0px 0px 15px;
	color: black;
}
h2 {
	font-size: 1.5em;
	color: black;
	padding: 0px;
	margin-left: 15px;
	margin-right: 8px;
}
h2 span {
	float: left;
}
h2 small {
	font-size: .8em;
	padding-top: 2px;
	float: right;
}
h2.archive {
	width: 117px;
	height: 21px;
}
h3 {
	margin-bottom: 13px;
	margin-left: 15px;
	font-size: 1.3em;
}

/* layout ids */
div#content {
	margin-left: 10px;
	padding-top: 18px;
	width: 628px;
}
div#strip {
	margin: 25px 0px 0px 0px;
	width: 628px;
}
div#footer {
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	clear: both;
}

/* comments */
div#comments {
	margin-left: 0px;
	margin-right: 0px;
	color: black;
}
div#comments div.bubble-nick, div#comments div.bubble-nick img {
	float: right;
}
div#comments div.bubble-stoo, div#comments div.bubble-stoo img {
	float: left;
}
div#comments div.bubble-nick {
	background: white url(../img/bg_comment.gif) top left no-repeat;
	width: 563px;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}
div#comments div.bubble-nick div {
	background: white url(../img/bg_comment.gif) bottom left no-repeat;
	margin-bottom: 0px;
	padding-bottom: 15px;
	width: 471px;
	min-height: 40px;
}

div#comments div.bubble-stoo {
	background: white url(../img/bg_comment_stoo.gif) top left no-repeat;
	width: 563px;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}
div#comments div.bubble-stoo div {
	background: white url(../img/bg_comment_stoo.gif) bottom left no-repeat;
	margin-bottom: 0px;
	padding-bottom: 15px;
	width: 471px;
	min-height: 40px;
}

div#comments div.bubble-nick p, div#comments div.bubble-stoo p {
	margin: 5px 20px;
}
div#comments div.bubble-stoo {
	background: white url(../img/bg_comment_stoo.gif) top right no-repeat;
	width: 563px;
}
div#comments div.bubble-nick div {
	margin-right: 98px
}
div#comments div.bubble-stoo div {
	margin-left: 93px
}

/* navigation */
ul#navigation {
	display: none;
}