* {margin: 0; padding: 0;}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	}
a {
	color: #008fff;
	text-decoration: none;
	}
	a:hover {
	text-decoration: underline;
	}
br.clear {
	clear: both;
	}
h1 {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	}
h2 {
	margin-bottom: 10px;
	padding: 0 5px 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 22px;
	font-weight: normal;
	}
h3 {
	margin: 5px 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	}
p {
	margin: 0 10px 10px;
	}
hr {
	height: 1px;
	margin: 0 10px 10px;
	border: none;
	background: #ccc;
	}
img {border: none;}
	
#navigation {
	position: absolute;
	top: 86px;
	left: 500px;
	list-style: none;
	}
	#navigation li {
	margin-bottom: 2px;
	}
	#navigation li a {
	display: block;
	width: 180px;
	height: 20px;
	padding-left: 20px;
	background: url(images/nav_bg.png) no-repeat;
	font-weight: bold;
	color: #fff;
	opacity: .3;
	}
	#navigation li a:hover {
	position: relative;
	_left: 10px;
	text-decoration: none;
	opacity: 1;
	}
	
#subscribe {
	position: absolute;
	top: 86px;
	left: 10px;
	width: 200px;
	height: 64px;
	background: url(images/mailing_list_bg.png) no-repeat;
	}
	#subscribe label {
	visibility: hidden;
	height: 0;
	overflow: hidden;
	}
	#subscribe #emailAddress {
	position: absolute;
	top: 29px;
	left: 10px;
	width: 159px;
	height: 19px;
	padding: 3px;
	border: none;
	outline: none;
	font-size: 14px;
	}
	#subscribe #subscribeSubmit {
	position: absolute;
	top: 36px;
	left: 168px;
	width: 34px;
	height: 34px;
	background: transparent url(images/mailing_list_button.png);
	border: none;
	text-indent: -9000px;
	}
	
#container {
	position: relative;
	width: 720px;
	margin: 0 auto;
	padding-top: 190px;
	padding-bottom: 50px;
	background: url(images/logo.jpg) no-repeat top center;
	}
#window {
	background: url(images/window_middle.jpg) repeat-y;
	}
	#window #window-top {
	height: 30px;
	background: url(images/window_top.jpg) no-repeat top center;
	}
	#window #window-bottom {
	height: 30px;
	background: url(images/window_bottom.jpg) no-repeat top center;
	}
	#window #main {
	float: left;
	width: 460px;
	padding: 0 10px 10px 20px;
	text-align: justify;
	}
	#window #sidebar {
	float: left;
	width: 210px;
	margin: 0 5px 10px;
	text-align: justify;
	}
#footer {
	color: #aaa;
	text-align: center;
	}
	
.tweet {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	}
	.tweet .byline {
	display: block;
	color: #999;
	text-align: right;
	}
.readmore {
	display: block;
	font-size: 18px;
	text-align: center;
	}
	
#sidebar h2 {
	padding: 0 5px 10px;
	border-bottom: 1px solid #b4c7d6;
	font-size: 16px;
	}
#sidebar p {
	margin: 0 10px 10px;
	}
