body {
	margin: 0;
	padding: 0;
	font: 11px/15px "Winterhur", Calibri, Tahoma, Helvetica, sans-serif;
	background: #000 url(../images/background.jpg) top center no-repeat;
}
@font-face {
	font-family: "League Gothic";
	src: url(fonts/League Gothic.otf) format("opentype");
}
@font-face {
	font-family: "Big Noodle";
	src: url(fonts/big_noodle_titling.ttf) format("truetype");
}
@font-face {
	font-family: "Winterhur";
	src: url(fonts/WinterhurCondensed.ttf) format("truetype");
}
@font-face {
	font-family: "Droid";
	src: url(fonts/DroidSans.ttf) format("truetype");
}
#wrapper {
	width: 1020px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}
#header {
	width: 1020px;
	height: 201px;
	margin: 0;
	padding: 0;
}
#header img.banner {
	width: 1020px;
	height: 201px;
}
#nav {
	width: 1020px;
	height: 70px;
	margin: 0;
	padding: 0;
}
#nav img.nav {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
img { border: none; }
sup { font-size: .625em; }
#content {
	width: 960px;
	padding: 10px 30px 10px 30px;
	margin: 0;
	border: 1px solid #fff;
}
#leftCol { 
	width: 500px;
	float: left;
}
#rightCol { 
	width: 400px;
	float: right;
}
#leftCol ul, #leftCol ol {
	margin-left: -6px;
}
#leftCol dd {
	margin-left: 10px;
}
#content h1 {
	font-family: "League Gothic", sans-serif;
	text-align: left;
	font-size: 2.95em;
	margin-bottom: 15px;
	color: #3a3a3a;
	font-weight: normal;
	
}
#content h2 {
	font-family: "Winterhur", sans-serif;
	font-size: 2.3em;
	margin-bottom: 15px;
	color: #34393a;
	font-weight: normal;
	
}
#content h3 {
	font-family: "Winterhur", sans-serif;
	font-size: 1.6em;
	margin-bottom: 15px;
	font-weight: normal;
}
#collage {
	float: right;
	width: 380px;
	height: 656px;
	padding: 5px;
	/* border: 1px solid #369;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
}
#t-shirt {
	position: absolute;
	top: 300px;
	left:1100px;
	z-index: 40;
	width: 300px;
	height: 270px;
	background: url(../images/t-shirt.png) top left no-repeat;
}

#footer {
	clear: both;	
	text-align: center;
	padding: 11px 4px 12px 3px;
	background-color: #6c0001;
}
#footer a {
	color: #ffcc01;	
	text-decoration: none;
}
img { border: none; }
table.tablenav { border-collapse: collapse;
border: none; margin:0; padding: 0;}
table.tablenav td { border: none; margin: 0; padding: 0; }
.silver { color: #A69E9D; }
.bronze { color: #A54521; }
a:link, a:active, a:visited { color: #194374; text-decoration: none; }
a:hover { color: #f0990d; text-decoration: none; }

