body {
	font-size:100%;
	}

.header {
		position:relative;
		width:100%;

		margin:0 auto;
		clear:both;
		padding-top:70px;
			}
		.header_left {
			display:none;
			}
		#header_right {
			position:relative;
			float:left;
			width:100%;
			text-align:center;
			font-size:1.2em;
			padding:10px 0px 10px 0px;
			
			font-weight:bold;
			font-family:verdana, arial, sans-serif;
			background-color:#f9fcd4;
			}
			#header_right a {
				margin-left:25px;
				font-weight:bold;
				}
.entry {
	border-bottom:1px solid #666;
	padding-bottom:45px;
	}
#footer {display:none;			
			}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 815px; 
	height:auto;
	overflow: visible;
	
	margin-top:0px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:960px;
		height:auto;
		overflow:visible;
		float:left;
			
		}
	div.scroller div.content {
		width: 960px;
		position:relative;
		float:left;
		}

	.scroller_nav {
		display:none;
		}
		.prev_link {
		position:relative;
		float:left;
		
		}
	.next_link {
		position:relative;
		float:right;
		}
.entry {
	width:960px;
	}
.entry p, .comment_mid  {
	margin-left:0px;
	line-height:25px;
	}
.entry_footer {
	border-top:none;
	}	
.entry_footer_left {
		position:relative;
		float:left;
		width:600px;
		}
		.entry_footer_left p {
			font-size:1.8em
			line-height:25px;
			margin-left:0px;
			}
		.entry_footer_left h2 {
			margin-left:0px;
			font-size:2em;
			
			}
	.entry_footer_right {
		position:relative;
		float:right;
		text-align:right;
		}
		.entry_footer_right p {
			background-image:url(http://www.biosfear.com/img/arrow_morelink.png);
			background-repeat:no-repeat;
			background-position:right 7px;
			padding:1px 27px 1px 4px;
			margin-right:36px;
			margin-top:15px;
			background-color:#f9fcd4;
				}

