body { 
	background-color: #161410;
	color: #999;
	font: 62.5%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, 'Times New Roman', serif; 
	font-weight: normal; 
	}

h1 { 
	color: #fff; 
	font-size: 2em; 
	margin: 0 0 8px; }

h2 { 
	color: #ace149; 
	font-size: 1.25em; 
	margin: 0; 
	padding: 1px 0 2px; 
	display: inline; 
	border-bottom: 1px solid #35302a; 
	}

hr {
	background-color: #22201d;
	border: 1px solid #363430;
	height: 5px;
	margin: 10px 0;
	width: 760px;
	}

div#wrapper {
	background: #000000;
	position: absolute;
	margin: 0px 0px 0px -350px;
	left: 45%;

	height: 800px;
	width: 850px;
	border: 1px solid #363430;
	}
div#thumb {
	background-color: #22201d;
	border: 1px solid #363430;
	
	}
	
a:link, a:visited, a:active { 
	color: #d8d7d3; 
	text-decoration: none; 
	}
a:hover { 
	color: #fff; text-decoration: none; 
	}
	
table { 
	width: 92%; }
tr { 
	border-bottom: 1px solid #35302a; 
	text-align: left; }
	
.date {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	display: inline;
	}
