@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #FDFDFD;
	margin: 0px 82px;
}

/* Header */

#head {
	width: 764px;
	background-image: url('threadtiny-darkcopy.jpg');
    background-repeat: repeat;
	min-height: 150px;
	vertical-align: middle;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	color: #fff;
}

/* Main column */

#main {
	width: 580px;
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
    line-height: 150%;
}
#main a:link {
    color: #5a140b
}
#image {
	margin: -11px 0px 0px 0px;
	padding: 0px;
}

/* Right column */

#small {
	width: 170px;
	border: thin solid #BBBBBB;
	background-color: #FAFAFA;
	float: left;
	padding: 5px;
	margin: 0px 0px 20px 10px;
}
#authorbox {
	background-color: #888888;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
	text-align: center;
}
a:link {
	color: #5a140b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover, a:active {
	text-decoration: underline;
	color: #825928;
}
a.title {
	color:#fff;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
    line height: 150%;
}
h2 {
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

	/*  Node  */
h4 {
	font-size: 1.3em;
	line-height: 2em;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px;
}

	/* Caption */
h5 {	
	font-size: x-small;
	font-weight: bold;
}

	/* Links */
h6 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	margin: 8px 0px;
	color: #333333;
}