body {
	margin: 0;
	padding: 0;
	background: url(tarsier.gif) no-repeat fixed 90% bottom;
	text-align: left;
}

.container {
	border-top: 20px solid #8d0000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	text-align: left;
}

h1 {
	margin: 0 0 35px;
	text-align: left;
	font: normal normal 2em/1em Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-left: 8em;
	color: #4c4c4c;
	margin-top: 10px;
	font: italic normal 1.2em "Times New Roman", Times, serif;
}

h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 3px;
	clear: both;
}

h4 {
	margin: 0 0 3px;
	font: bold .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
	width: 90%;
	font: .8em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

p em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

p a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

p a:hover {
	border-bottom: 1px dotted black;
}

.title {
	display: block;
	font-size: 3em;
	letter-spacing: -5px;
	line-height: 1em;
}

.col1 {
	width: 350px;
	float: left;
	background-color: rgba(255,255,255,0.5);
}

.col2 {
	width: 350px;
	float: left;
	background-color: rgba(255,255,255,0.5);
}

#footer {
	clear: both;
	margin-top: 25px;
	float: left;
}

#footer p {
	font-size: .7em;
	width: 100%;
}

ul#updates {
	margin: 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	overflow: auto;
	height: 250px;
}

#updates li {
	list-style-type: none;
	font: .8em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
}

.username {
	font-weight: bold;
	text-decoration: none;
	color: #8d0000;
}

a.username:hover {
	text-decoration: underline;
}

.date {
	font: italic .9em Georgia, "Times New Roman", Times, serif;
	color: #999;
}

.date a {
	text-decoration: none;
	color: #999;
}

.date a:hover {
	color: #8d0000;
	text-decoration: underline;
}