.forum_main {
	width: 337px;
margin-bottom:15px;
margin-left:4px;

}
.forum_main .title_graf {
float:left;
height:40px;
}
.forum_main .title_text  {
color:#000000;
font-family:Times New Roman;
font-size:26px;
height:40px;
padding-top:5px;
}

.forum_main .title_text a {
color:#000000;
text-decoration:none;
}
.foto_main .title_text a:link,
.foto_main .title_text a:vizited {
color:#000000;
text-decoration:none;
}
.forum_main .title_text a:hover {
color:#000000;
text-decoration:underline;
}

.forum_main .content {
	border: 1px solid #e0e0e0;
		overflow: hidden;
		width: 337px;
}
.forum_main .content .bg_yellow,
.forum_main .content .bg_rose,
.forum_main .content .bg_white {
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;

}

.forum_main .content .bg_rose {
	background-image: url(/storage/images/bg_rose.jpg);

}

.forum_main .content .bg_yellow {
	background-image: url(/storage/images/bg_yellow.jpg);

}

.forum_main .content .bg_white {
	background-image: url(/storage/images/bg_white.jpg);
}
.forum_main .content .bg_yellow a,
.forum_main .content .bg_rose a,
.forum_main .content .bg_white a {
padding-top: 4px;
display: block;
	font-family: verdana;
	font-size: 11px;
	padding-left: 12px;
	white-space: nowrap;
	text-decoration: none;
}
.forum_main .content .bg_rose a {
	color: #711d03;
}
.forum_main .content .bg_yellow a{
	color: #654700;
}
.forum_main .content .bg_white a{
	color: black;
}
.forum_main .content .bg_rose a:link,
.forum_main .content .bg_rose a:vizited, 
.forum_main .content .bg_yellow a:link,
.forum_main .content .bg_yellow a:vizited 
.forum_main .content .bg_white a:link,
.forum_main .content .bg_white a:vizited {
	text-decoration: none;
}
.forum_main .content .bg_yellow a:hover,
.forum_main .content .bg_rose a:hover,
.forum_main .content .bg_white a:hover {
	text-decoration: underline;
}

.forum_main .content .title_rose a, 
.forum_main .content .title_yellow a {
display: block;
	height: 22px;
	padding-left: 11px;

}
.forum_main .content .title_rose a, 
.forum_main .content .title_yellow a {
display: block;
	padding-top: 4px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.forum_main .content .title_rose a {
	color: #b32b01;
}

.forum_main .content .title_yellow a {
	color: #8a7710;
}
.forum_main .content .title_rose a:link, 
.forum_main .content .title_yellow a:vizited {
	text-decoration: none;
}
.forum_main .content .title_rose a:hover, 
.forum_main .content .title_yellow a:hover {
	text-decoration: underline;
}

