body {
	margin: 0;
	padding: 0;
	font-family: "Courier New", "Courier", times, serif;
}

#container {
	width: 900px;
	height: 900px;
	margin: 0 auto;
	background: transparent url("/i/gc-bg.png") no-repeat scroll 0% 0%;
}

#main {
	width: 475px;
	height: 600px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

#logo {
	position: absolute;
	top: 21px;
	left: 93px;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 125px;
	left: 215px;
}

#nav li {
	padding: 2px 0;
}

#nav a {
	text-decoration: none;
	color: #000;
	padding: 2px;
}

#nav a.on, 
#nav a:hover {
	background-color: #FFFE04;
}

#content {
	position: absolute;
	top: 250px;
	width: 420px;
	margin: 0 28px;
	height: 290px;
	padding-bottom: 5px;
	overflow: auto;
}

#thumbRow {
	border: solid 0px red;
}

#thumbRow a img {
	border: 0;
	margin: 0;
	padding: 0 10px 20px 0;
}

#thumbRow a img#last,
#thumbRow a img.last {
	padding-right: 0;
}

#film-video #content {
	overflow: visible;
}

#videoPlayer {
	text-align: center;
}

#videoPlayer p {
	margin-top: 0;
}

#footer {
	position: absolute;
	bottom: 15px;
	width: 100%;
	height: 25px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	font-size: 11px;
}

#footer ul li img {
	vertical-align: middle;
}

#footer ul li#twitter {
	margin-left: 20px;
}

#footer ul li#flickr {
	margin-left: 18px;
}

#footer ul li#youtube {
	margin-left: 13px;
}

#footer ul li#copyright {
	margin-left: 28px;
	padding-right: 11px;
	border-right: solid 1px black;
	text-transform: uppercase;
}

#footer ul li#mailto {
	padding-left: 11px;
	font-weight: bold;
}

#footer ul li#mailto a {
	text-decoration: none;
	color: black;
	padding: 2px;
}

#footer ul li#mailto a:hover {
	background-color: #FFFE04;
}

p {
	font-size: 12px;
	margin-right: 10px;
}

p a {
	text-decoration: none;
	color: black;
	padding: 2px;
	font-weight: bold;
}

p a:hover {
	background-color: #FFFE04;
}
a img {
	border: 0;
}

:focus {
outline: 0;
}
