body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
}
.header_title {
	background: url(images/righttitlebkg.gif) repeat-x;
	font: 12px Verdana;
	color: #FFFFFF;
	padding: 10px;
	
}
.mainwindow {
	margin-top: 10px;
	border-top: 1px dashed #000000;

}
.border {
	border-top: 1px dashed #000000;
}
.left_title {
	background: url(images/lefttitlebkg.gif) repeat-x;
	font: 12px Verdana;
	color: #FFFFFF;
	padding: 10px;
}
.text {
	font: 10px Verdana;
	color: #404040;
}
.previewtext {
	font:bold 12px Verdana;
	color: #E7C366;
}
.textlg {
	font: bold 12px Verdana;
	color: #B9000C;
}
.textlgblack {
	font: bold 12px Verdana;
	color: #000000;
}
.previewheading {
	font:bold 12px Verdana;
	color: #EEEEEE;
}
.textheading2 {
	font: 24px Verdana;
	color: #BD0009;
}
.textheading2white {
	font: 20px Verdana;
	color: #FFFFFF;	
	
}
.textheading {
	font: 14px Verdana;
	color: #BD0009;

}
.imageborder {
	padding: 10px;
	border: 1px solid #333333;
	margin: 0px 10px 10px 0px;
}
a:link {
	color: #bb000c;
	text-decoration: none;
}
a:visited {
	color: #bb000c;
	text-decoration: none;
}
a:hover {
	color: #bb000c;
	text-decoration: underline;
}
a:active {
	color: #bb000c;
	text-decoration: none;
}

.yellowbkg {
	background: #FAA731;
	font: bold 12px Verdana;
	color: #000000;
}
/* Comments */

#comments {
	margin:0 2em;
}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #DEC8A6;
}

.commentlist p {
	margin:0.5em 0;
	font-size:1.1em;
}

.commentlist p a {
	border-bottom:1px solid #ddd;
}
.commentlist p a:hover {
	border-bottom:1px solid #157;
	text-decoration:none;
}

.commentlist h4 {
	margin:0;
}

textarea#comment {
	font-size:1.2em;
	width:100%;
}

.commentlist img.avatar {
	align: left; margin: 0 0 0 0px; padding: 0px; border:0px solid #eee;
}
/* Comment ends */