/* TITLE */

#title {
	background-color: #000000;
	background-image: url(../title_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #fdd34c;
	font-size: 24px;
	font-weight: bold;
	line-height: 62px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 65px;
	vertical-align: middle;
	width: 100%;
	text-indent: 10px;
}

#title_lt_corner {
	position: relative;
	top: -66px;
	left: -1px;
}

#title_rt_corner {
	float: right;
	position: relative;
/*	top: -71px; */
	top: -84px;
	right: -1px;
	height: 21px;
}


/* TITLE BACKGROUNDS */

#title.title_background_forums {
	color: #f5f5f8;
	background-image: url(../title_bg_forums.gif);
}

#title.title_background_news {
	color: #f5f5f8;
	background-image: url(../title_bg_news.gif);
}

#title.title_background_search {
	color: #f0f7f6;
	background-image: url(../title_bg_search.gif);
}
