.content{
 height: auto;
}

.content .main .main_content{
 float: left;
 width: 510px;
 height: auto;
 min-height: 450px;
 overflow-y: auto;
 overflow-x: hidden;*/
}
.folder{
 /*height: 500px;*/
}
.folder .folder_top_content{
 float: left;
 width: 730px;
 padding: 27px 0 2px 0;
 border-bottom: black dotted 1px;
 margin: 0px;
 
}

.folder_top_content .title{
 float: left;
 color: #910610;
 font-weight: bold;
 font-size: 14px;
 padding-bottom: 2px;
 text-transform: uppercase;
 margin: 0px;
 width: 650px;
}
.folder_top_content .icons{
 float: right;
}
.icons a img{
 float: left;
 padding-left: 3px;
}
.folder .left{
 width: 130px;
 float: left;
 padding: 10px 90px 0 0;
}


.article{
 float: left
 width: 510px; 
 padding-top: 15px;
}
.article.condensed{
 border-bottom: 1px dotted #999999;
 clear: both;
 float: left;
 padding:10px 0pt;
 width: 500px;
}
.article h2{
 width: 300px;
 padding-top: 10px;
}
.article .image{
 float: right;
}
.article .image img{
 float: left;
 margin-left: 5px;
}
.article .text{
 padding: 3px 0 10px 0;
 clear: none;
 float: none;

}
.article .abstract{
 padding: 3px 0 0 0;
}
.right .right_menus{
 float: left;
 width: 227px;
 padding-top: 5px; 
 padding-left: 3px;
}
.right_menus .right_menu{
 float: left;
 clear: both;
 border-top: black solid 1px;
 padding: 2px 5px;
 width: 217px;
}
.right_menus .right_menu.noborder{
 border: none;
}
.right_menus .right_menu a, .right_menus .right_menu a:visited{
 color: #666666;
 float: left;
}
.right_menus .right_menu a:hover, 
.right_menus .right_menu a:active,
.right_menus .right_menu a.active{
 color: #910610;
 text-decoration: none;
 font-weight: bold;
}
.image_condensed{
 border-bottom: #910610 solid 1px;
 padding: 5px 0;
 float: left;
 width: 510px;
}
.image_condensed .image{
 float: left;
}
.image_condensed .image img{
 float: left;
 margin-right: 10px;
}
.image_condensed .text{
 padding: 3px 0 10px 0;
 clear: none;
 float: none;
}
.right .relevant_item {
border-bottom: 1px solid black;
}
.right .relevant_item a, .right .relevant_item  a:visited{
 color: #666666;
}
.right .relevant_item a:active, .right .relevant_item  a:hover, .right .relevant_item a.active{
 color: #910610;
}
