/* @override http://ollyblackburn.com/ollyblackburn.css */

body   {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0
	}

h1 {
	position: absolute;
	font-family: "Times New Roman", Georgia, Times, serif;
	left: 225px;
	top: 60px;
	font-size: 33px;
	font-style: italic;
	font-weight: normal;
	margin: 0.67em 0
	}
h2 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 0.67em 0
	}
h3 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin: 0.67em 0
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
a {
	color: #600;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	text-decoration: underline
	}

img {
	border: 0
	}

dl {
	padding: 1em 10em;
}
dl dt {
	font-size: 1.2em;
	margin: 1em 0 0 0;
}
dl dd {
	font-size: 1.1em;
	margin: 0.3em;
	font-style: italic;
}
#imageMain {
	visibility: visible;

	}
#logo {
	visibility: visible;
	position: absolute;
	left: 100%;
	margin-left: -190px;
	}
#navigation  {
	background-image: url("assets/navigation/tentacle.gif");
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 92px;
	height: 110px;
	border: 0;
	width: 670px;
	}
#navigation a {
	padding-right: 12px;
	}
#navigation2  {
	float: left;
	width: 100px;
	}
#navigation2 a {
	padding-left: 12px;
	clear: all;
	}
#content {
	margin-left: 225px;
	padding-top: 20px;
	width: 380px;
	}
#sidebar  {
	float: left;
	width: 152px;
	padding: 0 0 0 12px;
	}

#movieLinks  a  {
	text-decoration: none;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	width: 190px;
	float: left;
	/*background-color: #a00;
	border: solid 1px #ccc;*/
	}

#movieLinks a:hover   {
	background-image: url("assets/frame2.png");
	background-repeat: no-repeat;
	background-position: center 115px;
	}
#movieLinks a img  {
	margin: 0 0 4px 0;
	padding: 0;
	clear: both;
	border: solid 1px #666;
	}

#movieLinks a:hover img {
	border: 1px solid black;
	}

.note  {
	color: gray;
	font-size: 11px
	}

