@import url("left-rail.css");

#article-container {
    float: right;
    width: 458px;
    margin: 2px;
}

#article-container img.article-image {
    float: left;
    border-style: dotted;
    padding: 2px;
    margin-right: 8px;
    margin-bottom: 0;
	width: 220px;
	height: 260px;
}


.archivelink {
  border-top: 5px solid;
}



#article-container p {
  margin-top: 6px;
  margin-bottom: 8px;
  color: #333333;
}

#articleheader p {
    margin: 0px 4px;
    font-style: oblique;
}


