img.border {
	border: 0px;
	padding: 0 110px 0 0 ;
}
/*------------------------------------------------------*/
/* Center timeline column
/*------------------------------------------------------*/
.timline_center {
	background-attachment: scroll;
	background-image: url(images/centerLine.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
/*------------------------------------------------------*/
/* Header
/*------------------------------------------------------*/
#header {
	font-family: 'Raleway', cursive;
	text-align: center;
	font-size:40px;
	margin: 0 0 0 0;
	background:url(images/fade_top.png) top;
	padding:10px 0 0 0;
	z-index:100;
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	right:0;
	height: 100px;
}
#header a{
	color: #003;
	text-decoration:none;
}

/*------------------------------------------------------*/
/* Footer
/*------------------------------------------------------*/
#footer {
	margin: 0 0 0 0;
	font-family: 'Raleway', cursive;
	text-align: center;
	font-size:30px;
	background:url(images/fade_bottom.png) top;
	z-index:100;
	position: fixed;
	width: 100%;
	bottom:0;
	left:0;
	right:0;
	height: 100px;
	list-style: none;
	text-indent: -137px;
}
#footer a{
	color: #003;
	text-decoration:none;
}
#footer li{
	display: inline;
	position: relative;
	top: 65px;
}
#footer_beef{
	right: 10px;
}
#footer_lamb{
	left: 10px;
}

/*------------------------------------------------------*/
/* Date/tmestamps
/*------------------------------------------------------*/
.timestamp {
	margin: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	margin: 0px; 
	padding: 0px; 
}
.timestamp li{
	display: inline;
}
.day {
	font-family: 'Raleway', cursive;
	font-variant:small-caps;
	font-size: 24px;
	text-align: right;
	padding: 0 10px 0 0; 
}
.time {
	font-family: Baskerville, Times New Roman, Serif;
	font-size: 20px;
}
.ampm {
	font-family: 'Raleway', cursive;
	font-size: 12px;
}

/*------------------------------------------------------*/
/* Captions
/*------------------------------------------------------*/
.story_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
	text-align: left;
	font-weight: lighter;
	float: left;
	width: 300px;
	top: 0px;
	text-indent: -10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 0px;
}
.story_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
	text-align: left;
	font-weight: lighter;
	float: left;
	width: 300px;
	top: 0px;
	text-indent: -10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

a:link{
	color: #369;
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #CCC;
	text-decoration:none;
}
