body{
    font-size: 12px;
    color: #FEF2BB;
    background: #3D0000;
    margin: 0;
    padding: 0;
    font-family: arial, tahoma;
}


a{
    color:#FEF2BB;

}
a:hover{
    text-decoration:none;
}

img{
    border: 0;
}

input, select, textarea {
    border: 1px solid #d00;
    font-family: arial, tahoma;
}

.menu{
    background: #FDEA8A url(img/menu_bg.gif);
}

#content{
    background: url(img/content_bg.gif);
}

#contentDiv{
padding: 0 20px;
}
.leftBorder{
    background: url(img/border_l.gif) repeat-y;
    width: 5px;
}
.rightBorder{
    background: url(img/border_r.gif) repeat-x;
    width: 5px;
}

.news_header{
    font-weight:bold;
}

.blog_title{font-weight:bold;color:white;}
.blog_date{font-weight:normal;}

.error, .info
{
    font-size:11pt;
    padding:5px;
    font-weight:bold;
    background-color:#fff;
    color:#e00;
    border:1px solid #e00;
}

.info
{
    color:#00e;
    border:1px solid #00e;    
}


/********* COMMENTS ********/
.comm_user_details{
	float: left;
	width: 100px;
	border: 1px solid gray;
	padding: 1px;
	margin: 2px;
	text-align: center;
}

.comm_date{
	font-size: 8px;
	color: #777;
}



.commentButt{
	float: right;
	font-size: 9px;
}

div.comm_text{
	margin-left: 115px;
}

div.comment2delete{
	border: 1px solid red;
	background: #990000;
}
