BODY,HTML
{
	margin:0px;
	background-color:#000000;
	font-family:Times New Roman, Times, serif;
	color:#000000;
}

#MainContent
{
	position:absolute;
	margin-left: -300px;
	left: 50%;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

#Reply
{
	position:relative;
}

.ReplyText
{
	font-family:Verdana;
	color:#000000;
	font-size:8pt;
	color:#4f4f4f;
	font-weight:bold;
}

H1
{
	font-size:20pt;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

H2
{
	color:#FFFFFF;
	font-size:12pt;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

H3
{
	font-size:10pt;
	padding:0px;
	margin:0px;
	font-weight:normal;
}


/* Comments */

#CommentHeader {
	position:relative;
	background-image:url(../images/comments_header.gif);
	width:592px;
	height:134px;
}

.CommentsNumber
{
	cursor:pointer;
	border:solid yellow 1px;
	width:100px;
	height:100px;
}

#Topic
{
	position:relative;
	padding:11px;
}

#TopicTop
{
	position:relative;
	width:570px;
	height:49px;
	background-image:url(../images/topic_top.gif);
}

#TopicTextBox
{
	position:relative;
	width:570px;
	background-color:#b8000c;
	background-image:url(../images/topic_bg.gif);
	
}

#TopicText
{
	position:relative;
	padding:12px 0px 13px 20px;
	width:533px;
	color:#FFFFFF;
}

#TopicBottom
{
	position:relative;
	width:570px;
	height:4px;
	background-image:url(../images/topic_bottom.gif);
	overflow:hidden;
}

#Comments
{
	position:relative;
	padding:11px 11px 41px 30px;
	font-family:verdana;
	font-size:8pt;
}

.CommentSpacerReply
{
	position:relative;
	width:592px;
	height:27px;
	background-image:url(../images/comment_spacer_reply.gif);
}

.CommentSpacer
{
	position:relative;
	width:592px;
	height:27px;
	background-image:url(../images/comment_spacer.gif);
}

.CommentName
{
	font-weight:bold;
	color:#b8000c;
}

.SpecialPost {
	color: #000099;
}

.SpacerText
{
	padding-top:6px;
	padding-left:30px;
	font-family:verdana;
	font-size:8pt;
}

/* Reply */

#Reply
{
	position:relative;
	padding:11px 11px 0px 30px;
}

#NoComments
{
	margin:30px 0px 30px 0px;
	font-family:verdana;
	font-size:8pt;
	text-align:center;
}

/* Spacer */

.Spacer
{
	position:relative;
	width:570px;
	height:96px;
}
