@charset "utf-8";
/* CSS Document */
* {
	outline: none;
}
body {
	background: #293845;
	color: #ffffff;
	font: small Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#wrapper {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #4f6373;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	width: 960px;
	height: 200px;
	background: #293845;
	background-image:url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}
#header ul {
	list-style: none;
	display: block;
	text-align: center;
	margin: 75px 0 0 0;
	padding: 0;
}
#header ul li {
	display: inline;
	margin: 0 50px;
	font-size: 1.3em;
}
#header a {
	color: #ffffff;
}
#header img.logo {
	margin-left: 235px;
	margin-top: 15px;
}
#content {
	width: 960px;
	overflow: hidden;
	min-height: 600px;
}
#leftcol {
	width: 100px;
	float: left;
	min-height: 600px;
}
#centercol {
	width: 600px;
	float: left;
	background: #D9D7AC;
	color: #293845;
	padding-bottom: 50px;
}
#blurb {
	height: 150px;
	padding-right: 10px;
	padding-left: 10px;
}
#maincontent {
	padding-right: 10px;
	padding-left: 10px;
}
#rightcol {
	width: 260px;
	float: left;
}
#tweet {
	height: 150px;
	width: 240px;
	margin-left: 10px;
	text-align: center;
}
#books {
	width: 240px;
	margin-left: 10px;
	text-align: center;
}
#sidebar {
	width: 240px;
	margin-left: 10px;
}
#tweet h2, #books h2 {
	margin-bottom: 2px;
}
#tweet p, #books p {
	margin-top: 2px;
	text-align: left;
}
p.notation {
	color: #D9D7AC;
}
#books img {
	padding: 5px;	
}
#footer {
	width: 960px;
	height: 200px;
	clear: both;
}
a:link, a:visited {
	color: #8C4F0C;
}
a:hover, a:active {
	color: #8F8164;
}
#rightcol a, #footer a {
	color: #D9D7AC;
	text-decoration: none;
}
h2 a {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	text-align: center;
}