body {
	font:12px/1.5em "Helvetica", Arial, Verdana, sans-serif;
	background:#222;
	color:#aaa;
	}
	
/* ===================
	MAIN DIVs
=================== */

#top {
	background-color: black;
	}

#bottom {
	padding:30px 0 0 0;
	}

.wrapper {
	width:784px;
	margin:0 auto;
	position: relative;
	}
	
#head {
	height:120px;
	}
	
#splash {
	height:300px;
	background: url("../i/splash-1.png") no-repeat;
	}

#feet {
	padding:100px 0 30px 0;
	}

/* ===================
	GENERAL
=================== */

a {
	color:white;
	}

p {
	margin:10px 0;
	}

br {
	clear:both;
	}

/* ===================
	TITLES
=================== */

h1 {
	position:absolute;
	top:20px;
	left:0;
	}

h1 a {
	display: block;
	width:156px;
	height: 84px;
	background: url("../i/h1.gif") no-repeat;
	text-indent: -3000px;
	}

h2, h3, h4 {
	font-size: 18px;
	margin-top:20px;
	color:#fff;
	}

#column h4 {
	padding:20px 0 0 0;
	}

/* ===================
	SPECIFIC DIVs
=================== */

#head ul {
	position:absolute;
	top:50px;
	right:0;
	}

#head ul li {
	float:left;
	}

#head ul li a {
	display: block;
	padding: 5px 15px;
	color:white;
	}

#head ul li a:hover {
	background: #333;
	}

#main {
	float:left;
	width:55%;
	}

#splash ul {
	height:40px;
	width:784px;
	position:absolute;
	bottom:0;
	background: url("../i/splashLink.gif") repeat-x;
	}

#splash ul li {
	float: left;
	text-align: center;
	font-size: 14px;
	}

#splash a {
	display:block;
	height:40px;
	line-height: 40px;
	border-right:1px solid #999;
	padding:0 20px;
	color:#333;
	}

#splash a:hover {
	color:#fff;
	background-image:none;
	background-color: #333;
	}

#movies {
	padding: 20px 0;
	}

#movies a.img, #movies img {
	display: block;
	width:184px;
	height:122px;
	}

#movies a.img {
	float:left;
	height:142px;
	margin:0 10px 10px 0;
	}

#column {
	float:right;
	width:36%;
	}

#column ol {
	padding:10px 0 0 0;
	}

#column ol li{
	margin:0 0 10px 0;
	}

.flickr {
	padding:10px 0 0 0;
	}

.flickr a {
	display: block;
	float: left;
	border:5px solid #333;
	}

.flickr a, .flickr img {
	width:60px;
	height:60px;
	}

.flickr a:hover {
	border:5px solid #999;
	}

.flickr a.text {
	clear: left;
	float:none;
	border:none;
	height: 25px;
	width:auto;
	line-height: 25px;
	}

a.top {
	display: block;
	line-height: 14px;
	padding:0 0 0 13px;
	background: url("../i/arrow.gif") no-repeat;
	}

ul.text {
	margin:10px 0;
	}

ul.text a {
	text-decoration: underline;
	}
