@charset "UTF-8";
/* CSS Document http://jontangerine.com/silo/typography/font-face/Fontin-Regular.otf */

@font-face { 
font-family: "Quadraat_Sans"; 
src: url('http://jpkelly.net/quadraat/QUADRASR.TTF') format('truetype'); 
} 

@font-face { 
font-family: "Quadraat_Sans_SC"; 
src: url('http://jpkelly.net/quadraat/QUADRSSC.TTF') format('truetype'); 
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:#000;
	color:#999;
	font-family: "Quadraat_Sans", Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}
div {
	font-family: "Quadraat_Sans", Geneva, sans-serif;
	font-size:12px;
}
a {
	text-decoration: none;
	letter-spacing:1px;
	color: #999;
}
a:hover {
	text-decoration: none;
	letter-spacing:1px;
	color: #5071AA;
	outline:none;
}
a:active {
	text-decoration: none;
	letter-spacing:1px;
	color: #5071AA;
}
.container {
	margin: 0 auto;
	width:1124px;
	padding-top:50px;
}
.leftColumn {
	width:224px;
	float:left;
}
.header {
	width:190px;
	height:111px;
	float:left;
	margin-bottom: 10px;
	margin-top: 15px;
}
.nav {
	width:224px;
	float:left;
}
.navHed {
	width:190px;
	margin:2px 0px 2px 0px;
}
.navlink {
	width:133px;
	padding:1px 0px 6px 90px;
}
.rightColumn {
	width:825px;
	float:left;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	height: 500px;
}
.content {
	width:520px;
	margin:85px 0px 0px 50px;
	float:left;
	background-color: #000;
}
.image {
	margin: 0 auto;
	margin-top: 15px;
}
.copy {
	margin: 0 auto;
	line-height: 1.7em;
	font-weight:normal;
	padding-bottom: 5px;
}
.copyHed {
	margin: 0 auto;
	padding-top:10px;
	letter-spacing: 1px;
	font-weight:normal;
	font-size:16px;
	padding-bottom: 2px;
}
.thumbs {
	width:200px;
	margin:100px 0px 0px 50px;
	float:left;
}
.thumbDiv {
	width:125px;
	margin:0px 0px 25px 75px;
	float:left;
	font-size: 11px;
	font-family: "Quadraat_Sans_SC", Geneva, sans-serif;
	line-height: 1.5em;
}
.clearFloat {
	clear:both;
}
.loading {
	color:#333;
	text-align:center;
}
a.inlineLink:link {
	font-size:10px;
	text-decoration: none;
	letter-spacing:1px;
	color:#97A3C1;
}
a.inlineLink:visited {
	font-size:10px;
	text-decoration: none;
	letter-spacing:1px;
	color: #97A3C1;
}
a.inlineLink:hover {
	font-size:10px;
	text-decoration: none;
	letter-spacing:1px;
	color: #D0D6F7;
}
a.inlineLink:active {
	font-size:10px;
	text-decoration: none;
	letter-spacing:1px;
	color:#97A3C1;
}
.movie {
	margin-left:125px;
}
 div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
  	height:<length>;
	color:#494A4E;
	font-size: 11px;
	font-family: "Quadraat_Sans_SC", Geneva, sans-serif;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }

#footer a {
  text-decoration: none;
	font-size: 11px;
	font-family: "Quadraat_Sans_SC", Geneva, sans-serif;
	color:#494A4E;
}
#footer a:hover {
  text-decoration: none;
	font-size: 11px;
	font-family: "Quadraat_Sans_SC", Geneva, sans-serif;
	color:#5071AA;
}

