body {
	background: #000;
	color: #fff;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 0.8em;
	margin: 0;
}
#top {
	margin: 0 auto;
	width: 800px;
}
#top a {
	color: #fff;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}
.lefttop {
	background: url("../img/left.png") no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}
.centertop {
	float: left;
	height: 18px;
	line-height: 18px;
	background: #800000;
	width: 380px;
	text-align: center;
	font-size: 0.9em;
}
.righttop {
	background: url("../img/right.png") no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}
.cleaner {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	float: none;
	clear: both;
}
#main {
	width: 800px;
	margin: 0 auto;
}
h1 {
	font-size: 1em;
}
.text {
	margin-left: 10px;
	padding-bottom: 10px;
}
.date {
	font-weight: bold;
	color: #FF3F00;
}
.time {
	color: #494343;
	line-height: 16px;
	float: left;
}
.time a {
	color: #494343;
	text-decoration: none;
}
.time a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.text2 {
	color: #CCCCCC;
	line-height: 16px;
	margin-left: 80px;
	display: block;
}
a {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
.actions {
	padding: 20px 0px 20px 0px;
}
input {
	background: #000;
	border: 1px solid #FF3F00;
	color: #fff;
}
textarea {
	background: #000;
	border: 1px solid #FF3F00;
	color: #fff;
	width: 181px;
	height: 90px;
}
img {
	border: 0;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.messages {
	padding-top: 10px;
}
#copy {
	padding: 20px 0 0 0;
	font-size: 0.7em;
	position: fixed;
	bottom: 4px;
}
#page_prev {
	float: left;
	text-align: left;
	width: 190px;
}
#page_next {
	float: left;
	text-align: right;
	width: 190px;
}
#page_next a, #page_prev a {
	color: #494343;
	text-decoration: none;
}
#page_next a:hover, #page_prev a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/* Comments :) */
.comments {
	margin: 0 auto;
	width: 50%;
}
.commentsmini {
	margin: 0 auto;
	width: 77%;
}
.comments span {
	font-size: 0.7em;
}
.comments span a {
	border-bottom: 1px dotted #fff;
}
.comments td {
	vertical-align: top;
}
.commentsLink {
	text-decoration: none;
	font-size: 0.8em;
}
.commentsLink:hover {
	text-decoration: underline;
}
.SmallText {
	font-size: 0.6em;
}
.note {
	display: inline;
	padding-left: 5px;
}
.Avatar {
	margin: 3px;
	float: left;
}
.CommentHeader {
	color: #FF3F00;
	clear: both;
}
.TextBoxMinimalistic {
	width: 120px;
}
.hr {
	border-bottom: 1px solid #800000;
	margin: 5px 0 5px 0;
}
.CommentsImage {
	border-top: 3px solid #494343;
	border-left: 1px solid #494343;
	border-bottom: 1px solid #494343;
	border-right: 1px solid #494343;
	display: block;
	float: left;
	min-width: 14px;
	height: 12px;
	line-height: 12px;
	font-size: 0.6em;
	text-align: center;
	margin-top: 1px;
	margin-right: 5px;
	text-decoration: none;
}

.CommentsImage:hover {
	border-top: 3px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
