#download #nav-download a {
    font-weight: bold;
	color: white;
}

#home #nav-home a {
    font-weight: bold;
	color: white;
}

#blog #nav-news a {
    font-weight: bold;
	color: white;
}

#team #nav-team a {
    font-weight: bold;
	color: white;
}

#links #nav-links a {
    font-weight: bold;
	color: white;
}

#chat #nav-chat a {
    font-weight: bold;
	color: white;
}


.comment {
	padding: 10px;
	margin: 0 0 10px 0;
	list-style: none;
	/* background-color: #021414; */
	background-image: url("sidebar-background-trans.png");
	border-top: 1px solid #032120;
}

/*
#body div {
	padding: 10px;
	margin: 0 0 10px 0;
	list-style: none;
	background-image: url("sidebar-background-trans.png");
	border-top: 1px solid #032120;
}
*/


.comment_form {
	padding: 10px;
	margin: 0 0 10px 0;
	list-style: none;
	/* background-color: #021414; */
	background-image: url("sidebar-background-trans.png");
	border-top: 1px solid #032120;
}

.news_feed {
	position: relative;
	top: 1px;
	left: -1px;
}

