@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	}
p {
	font-family:"Arial";
	font-size:12px;
	text-align:left;
	}
	
a {
	font-family:"Arial";
	font-weight:bold;
	color:#10539e;
	text-decoration:none;
	}

a:hover {
	font-family:"Arial";
	font-weight:bold;
	color:#10539e;
	text-decoration:underline;
	}

a.nav {
	font-family:"Arial";
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}

a.nav:hover {
	font-family:"Arial";
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	}
	
a.footer {
	font-family:"Arial";
	font-weight:normal;
	color:#839298;
	text-decoration:none;
	}

a.footer:hover {
	font-family:"Arial";
	font-weight:normal;
	color:#839298;
	text-decoration:underline;
	}
	
#container {
	position:relative;
	margin:0px;
	width:944px;
	height:auto;
	padding-top:10px;
	}

#header {
	position:relative;
	margin:0px;
	padding:0px;
	width:944px;
	height:201px;
	background:url(../images/header_background.jpg);
	}
	
#nav {
	position:relative;
	float:right;
	width:930px;
	height:auto;
	margin-top:12px;
	margin-right:4px;
	text-align:right;
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}

#content {
	position:relative;
	margin:0px;
	padding-top:15px;
	width:944px;
	height:auto;
	}

#left_column {
	position:relative;
	float:left;
	width:250px;
	height:auto;
	border-right: 1px solid #CCCCCC;
	}

#left_column p {
	}

#title {
	position:relative;
	float:left;
	width:245px;
	margin-bottom:5px;
	padding-left:2px;
	font-family:"Century Gothic";
	font-weight: bold;
	font-size: 18px;
	color: #263147;
	text-align:left;
	background: #c5d9fa;
	}
	
#blog {
	padding-bottom:10px;
	}
	
#books {
	padding-bottom:10px;
	float:left;
	width:245px;
	padding-bottom:10px;
	}
	
#email {
	padding-bottom:10px;
	}
	
#middle_column {
	position:relative;
	float:left;
	width:420px;
	height:auto;
	padding-left:8px;
	padding-right:8px;
	}
	
#right_column {
	position:relative;
	float:right;
	width:250px;
	height:auto;
	border-left: 1px solid #CCCCCC;
	}
 #right_column p {
 	margin-left:5px;
	}

#footer {
	position:relative;
	float:left;
	width: 944px;
	height:auto;
	margin-top:11px;
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	background:#c5d9fa;
	font-family:"Arial";
	font-size:10px;
	color:#666666;
	}

div.feedburnerFeedBlock p.date {
	text-align: left;
	font-family:Verdana;
	font-size:8pt;
	color:#999999;
	margin-left:0px;
	padding: 0;
	margin: 0;	
	}
	
div.feedburnerFeedBlock li div {
	text-align: left;
	font-family:Verdana;
	font-size:8pt;
	}
	
div.feedburnerFeedBlock ul {
	text-align: left;
	margin-left:0px;
	padding: 0;
	margin: 5px;
	}
	
div.feedburnerFeedBlock span.headline {
	text-align: left;
	font-family:Century Gothic;
	color:#000000;
	font-weight:bold;
	font-size:11pt;
	padding-top: 5px;
	}

div.feedburnerFeedBlock a {
	text-decoration:none;
	color:#10539e;
	}	

div.feedburnerFeedBlock a:hover {
	text-decoration:underline;
	color:#10539e;
	}	

div.feedburnerFeedBlock ul li {
	list-style-type: none;
	text-align: left;
	padding-bottom: 10px;
	padding-top:10px;
	border-bottom:dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width:thin;
	border-top:dashed;
	border-top-color: #CCCCCC;
	border-top-width:thin;
	margin-bottom:10px;
	}
	
#creditfooter {
display: none;
}