@charset "UTF-8";
/* CSS Document */

body {	
	background-image: url(../images/background.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "Courier New", Courier, monospace;
	margin: 0 auto;
	text-align: center;
}

a {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	font-size: 15px;
	text-indent: 45px;
}

h1, h2 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	text-align: left;
	margin-top: 40px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

/*********************/

#stacks {
	background-image: url(../images/stack.png);
	background-repeat: no-repeat;
	background-position:center top;
	margin:10px 0px;
	height: 1050px;
	min-width: 95%;
	position:absolute;
	padding-bottom: 50px;
}

#featured {
	margin-left: 550px;
	margin-top: 30px;
	position: relative;
	top: -280px;
}

/*****************/

#navigation {
	top:110px;
	position:relative;
	left:-457px;
}

#navigation ul li {
	list-style:none;
}

/***************/

#content {
	margin: -320px auto 0;
	padding:10px 0 55px 185px;
	width:770px;
}

#scroll img {
	width: 18%;
}

#header {
	margin: -100px 0 50px 40px;
	
}

h1.smaller {
	font-size: 27px;
}
	

.thumbnail {
	border: none;
	padding: 12px;
}

.caption {
	font-size: 13px;
	text-align: center;
}

/*****************/

table {
	border:none;
	float:left;
	margin-left: 40px;
	width: 100%;
}

th {
	font-size: 23px;
	text-align: left;
}

td {
	padding: 0px;
	text-align: left;
}

/****************/

.hide {
	display: none;
}

#wrapper {
	*float:left; /** WTF IE7? This doesn't even make sense **/
}
