@charset "UTF-8";
/* CSS Document */

#sidebar {
display: none;
}

.nStory {
width: 975px;
overflow: hidden;
margin-bottom: 20px;
background-color: black;
}

.npImg {
width: 180px;
float: left;
}

.npImg img {
width: 150px;
}

.npHed {
border-top: 1px solid;
border-bottom: 1px dotted;
font-size: 22px;
margin: 5px 0 0 180px;
}

.npDat {
margin-left: 180px;
color: yellow;
}

.npLed, .npLog {
margin-left: 180px;
}