body {
	font-size: 62.5%; Resets 1em to 10px 
	font-family: Arial, Helvetica, Sans-Serif;
	background: repeat-x;
	background-color: #1A1A1A;
	margin: 0;
	padding: 0;
	}

#page {
font-family: Arial, Helvetica, Sans-Serif;
	margin: 25px auto;
	width: 896px;
	padding: 0;
	}
	
#content {
	background: url('content.gif') no-repeat;
	width: 880px;
	height: 530px;
	font-size: 1.1em;
	padding-top: 10px;  /* where to start the top of the content */
	padding-left: 35px;
	}
	
#title {
	width: 600px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 0;
	padding-top:12px; /*title spacing away from top */
	padding-bottom: 8px; /* category spacing away from title*/
	color: #4575CD;
	text-decoration: none;
	}
	
#navnav {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4575CD;
	text-decoration: none;
	padding-left:40px; /* navbar positioning */
	padding-top:30px;
	}
	
#navnav a:hover {
	color: #FFFFFF;
	}

#navnav a:active {
	color: #4575CD;
	text-decoration: none;
	}
	
#navnav a {
	color: #4575CD;
	text-decoration: none;
	}
#toptop {
	float:right;
	}	
#imagebox {
	float:right;
	padding-right:58px;
	padding-top:33px;
	}	
#entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height:15px;
	}
#thecategory {
	width:600px;
	float:left;
	}

#author_container {
	float:right;
	padding-right:62px;
	width:150px;
	text-align:right;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;	float: left;
	margin-left: 5px;
	padding-top:20px;
	width: 530px;
	}

small {
	color: white;
}

small a {
	color: white;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
small a:hover {
	text-decoration: none;
	color: #cccccc;
}
small a:visited { 
	color: #ffffff;
	text-decoration: none;
	}
#title a, #title a:visited {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 0;
	padding: 0;
	color: #4575CD;
	text-decoration: none;
	}
a:visited { 
	color: #4575CD;
	text-decoration: none;
	}
a:hover { 
	color: #4575CD;
	text-decoration: none;
	}
a:active {
	color: #4575CD;
	text-decoration: none;
	}

a { 
	color: #4575CD;
	text-decoration: none;
	}

#title a:hover {
	text-decoration: none;
	color: #497ddd;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	}

.post {
	text-align: justify;
	margin: 0;
	color:black;
	padding-top:15px;
	}
	
img {
	border: 0;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 770px;
	height: 35px;
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B3B6B3;
}
 .left_text {
  float: left;
  
 }
 
 .right_text {
  float: right;
 }
