body {
	margin: 0;
	padding: 0 0 0 235px;
	color: #030;
	background-color: #FFF;
	font-family: small Verdana,Sans-serif;
	font-size: 1em;
}

#maincontent {
	padding-right: 7%;
}

#header {
	margin: 0 0 0 -235px;
	height: 80px;
	padding: 10px 0 0 50px;
	background-color: #C2C4C6;
	color: #888;
	font: italic bold 3em Arial, sans-serif;
	text-shadow: #FFF 0px 0px 4px;
}

#header a {
	color: #888;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#border {
	margin: 0 0 0 -235px;
	padding: 0;
	height: 57px;
	background-image: url("images/border.gif");
	background-repeat: repeat;
}

.sidecol {
	position: absolute;
	z-index: 10;
	width: 191px;
	top: 0px;
	left: 0;
	margin: 150px 0 0 0;
	padding: 0 22px 0 22px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidecol h3, p {
	padding-top: 0;
	margin-top: 0;
}

h3 a {
	//text-decoration: none;
	color: #030;

}

.subject {
	font-weight: bold;
	font-size: 1.5em;
	padding-right: 10px;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
}

.commentsheader {
	font-weight: bold;
	font-size: 1.5em;
	padding-right: 10px;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
}

.subject a {
	text-decoration: none;
	color: #030;
}

.descriptor {
	font-size: 0.8em;
}

.poster {
	text-shadow: #777 0px 0px 4px;
}

.timestamp {
	background: url(images/db.gif) top left;
	background-repeat: no-repeat;
	width: 250px;
	height: 15px;
	margin: 10px 0px 10px 0px;
	padding-top: 4px;
	text-align: center;
	font-size: 0.6em;
	color: #888;
}

.message {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 0.8em;
	text-align: justify;
}

a img {
	border: 0px;
}

#flake {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
}

#rssicon {
	//display:  none;
	position: absolute;
	right: 5px;
	top: 5px;
}

.quote {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.65em;
	color: #999;
	border-top: 1px dotted grey;
	padding: 2px 2px 2px 2px;
}

