/* GENERAL CSS TAGS */
	
body {
	background: #000 url('images/altbg2.jpg');
	color: #c8a774;
	font-family: courier;
	font-size: 14;
}
	
#wrapper {
	background: #000;
	width: 1024px;
	border: 1px solid #302617;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
	
#header {
	background: url('images/header.jpg'); 
	width: 1024px;
	height: 246px;
	top: 0px;
}
	
#nav {
	top: 246px;
}
	
.imagelink {
	border: none;
	padding: 0;
}
	
#content {
	top: 275px;
	padding: 10px;
}
	
#footer {
	border-top: 1px solid #302617;
	background: #302617;
	font-size: .75em;
}
	
h1 {
	font-family: futura;
	text-align: center;
}

h2 {
	font-family: futura;
	text-align: center;
}
	
.link {
	color: red;
	text-decoration: none;
}
	
/* INDEX SPECIFIC CSS TAGS */

.postcard {
	float: left;
	padding-right: 10px;
}

.sam {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.contest {
	background: no-repeat url('images/machete.jpg');
}
	
/* VIDEO SPECIFIC CSS TAGS */
	
.video {
	background: no-repeat center url('images/videobg.jpg');
	height: 476px;
}

.deathcount {
	height: 60px;
	color: black;
}

.videotable {
	/*max-width: 650px;*/
	empty-cells: show;
}

.videotable a{
	color: #c8a774;
	text-decoration: none;	
}

.videotable td{
	max-width: 175px;
}