#top { margin-top:-110px;
}
#bottom {
}
#news {
width:75%;
float:left;
}
#righthand {
float:right;
width:20%;
height:100%;
}
h2 { background: #fefcea;
background: -moz-linear-gradient(top, #fefcea 14%, #f1da36 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#fefcea), color-stop(100%,#f1da36));
background: -webkit-linear-gradient(top, #fefcea 14%,#f1da36 100%);
background: -o-linear-gradient(top, #fefcea 14%,#f1da36 100%);
background: -ms-linear-gradient(top, #fefcea 14%,#f1da36 100%);
background: linear-gradient(to bottom, #fefcea 14%,#f1da36 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 );
}
#joint {
}
}
#joint2 { font-size:0pt;
}
.story {
display:flex;
padding-bottom:20px;
}
.story>a {
font-weight:bold;
}
.left {
flex:1;
float:left;
padding-right:10px;
}

.right {
flex:3;
float:right;
}