body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
#fixed {
   margin:0 auto;
   width:935px;   /* you can use px, em or % */
   text-align:left;
}

.pos_0,
.pos_1,
.pos_2 {margin-right:10px; width:275px; float:left;}
.pos_2 {margin-right:0px;}
.pos_0 {clear:left;}

.display_date{background-color:#eee; color:#666; padding:2px; font-size:8pt; text-align:right;}

.minorstory{padding-bottom:15px;}

