body {
	color: #7b7b7b;
	background-color: black;
	font: .70em Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #484848;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	border-bottom: 1px solid #303030;
}

h1 {
	text-align: center;
	font-size: 140%;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 50px 50px 8px;
}

#content {
	margin-top: 30px;
	margin-bottom: 30px;
	float: right;
	width: 800px;
}

#content ul li {
	line-height: 1.6em;
	list-style-type: square;
}

#content p {
	line-height: 1.6em;
}

#content div.movie {
	text-align: center;
}

.moviethumb {
	display: inline-block;
	background-color: #1b1b1b;
	margin: 25px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	border: 1px solid #2a2a2a;
	float: left;
	padding: 5px 7px 5px 5px;
	font-size: 1.2em;
}

.moviethumb p {
	margin: 0;
	font-variant: small-caps;
	padding: 7px 4px 4px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

.moviethumb a {
	border: 1px solid #131313;
	display: block;
}

.moviethumb a:hover {
	border-color: #484848;
}

.moviethumb img {
	border-style: none;
	display: block;
	width: 200px;
	height: 133px;
}

#footer {
	border-top: 1px solid #303030;
	clear: both;
}

#footer p {
	margin: 40px;
	text-align: center;
}

a.back {
	display: inline;
	margin-right: auto;
	margin-left: auto;
}

#menu p {
	text-align: center;
}

#home #footer p {
	display: none;
}

#template01 #menu p {
	display: none;
}

#content img.canneslogo {
	margin-left: 76px;
}

#content ul.mediakit {
	background-color: #1b1b1b;
	width: 490px;
	text-align: center;
	margin: 0 auto 30px;
	padding: 10px 0;
}

#content .mediakit li {
	list-style-type: none;
	padding: 3px;
}

#content .mediakit li a {
}