@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;
	}
	
h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight:bold;
	color: #263147;
	text-align:left;
}

h2 {
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-bottom:-10px;
	padding-bottom:0px;
	}

#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:220px;
	height:auto;
	border-right: 1px solid #CCCCCC;
	}

#left_column p {
	}

#title {
	position:relative;
	float:left;
	width:215px;
	margin-bottom:5px;
	padding-left:2px;
	font-family:"Century Gothic";
	font-weight: bold;
	font-size: 18px;
	color: #263147;
	text-align:left;
	background: #c1f68d;
	}
	
#blog {
	padding-bottom:10px;
	}
	
#books {
	padding-bottom:10px;
	float:left;
	width:220px;
	padding-bottom:10px;
	}
	
#email {
	padding-bottom:10px;
	}
	
#middle_column {
	position:relative;
	float:left;
	width:700px;
	height:auto;
	padding-left:8px;
	padding-right:8px;
	}

#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:#c1f68d;
	font-family:"Arial";
	font-size:10px;
	color:#839298;
	}
