html, body {
	margin: 0px;  
	background: url('images/punisherbg.jpg') no-repeat right top;
	background-color: #262626;
}

h1 {
	text-align: right; 
	color: #83837B;
	font-size: 18px;
	letter-spacing: 3px;
	font-family: Arial;
	text-transform: uppercase; 
	margin: 0 0 20px 0; 
	font-weight: lighter; 
}

body, tr, td { 
	font-size: 11px; 
	font-family: Arial, sans-serif; 
	text-align: justify; 
	color: #BABABA; 
}

#content a { 
	color: #962D27; 
	text-decoration: none; 
	font-weight: bold; 
}

#content a:hover { 
	color: #613E3C; 
	text-decoration: underline; 
	font-weight: bold; 
}

#menu {
	position: absolute;
	top: 185px; 
	right: 692px; 
	text-align: right;
	letter-spacing: 1px;
}

#stats {
	position: absolute;
	top: 385px; 
	right: 700px; 
	text-align: right;
	letter-spacing: 1px;
	border: 1px solid #494949;
	width: 150px; 
	text-align: right; 
	padding: 0 10px; 
	font-size: 10px; 
}

#content { 
	position: absolute; 
	top: 124px; 
	right: 20px; 
	width: 600px; 
	line-height: 18px; 
}

b, i {
	color: #D2D2D2;
}

.date {
	background-color: #181818;
	text-align: right; 
}

.venue {
	background-color: #181818;
	text-align: left; 
}

.thumb {
	border: 3px solid #000000;
	margin: 5px;
}