* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	background: #413F47 url(../images/blue/background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: white;
	
	text-align: center;
	font-family: tahoma, verdana, arial, sans-serif;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.6em;
	margin: 0.5em 0;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: georgia, times, serif;
	font-style: oblique;
	margin-bottom: 0.8em;
	color: #eee;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: georgia, times, serif;
	margin: 0.8em 0;
	color: #eee;
}

ol, ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

li {
	line-height: 1.4;
}

p {
	font-size: 1em;
	line-height: 1.5;
	
	text-align: left;
	
	margin-bottom: 0.5em;
}

a, a:link
{
	text-decoration: none;
	color: #FFC500;
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
}

a:active {
	
}

a img {
	border-width: 0;
}

#container {
	position: relative;
	top: 0;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	
	
	text-align: left;
	
	border: 2px solid #202024;
	background: #202024;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 810px;
	height: 140px;
	
	margin: 0;
	background: url(../images/blue/header_bg.gif);
	background-repeat: repeat-x;
}

#header h1 {
	position: relative;
	top: 15px;
	left: 15px;
	width: 221px;
}

#navigation {
	position: relative;
	top: 0;
	left: 0;
	width: 810px;
	height: 29px;
	border-top: 2px solid #202024;
	
	overflow: hidden;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
}

#navigation ul li {
	list-style: none;
	display: block;
	float: left;
	width: 160px;
	height: 29px;
	
	border-right: 2px solid #202024;
	
	text-align: center;
}

#navigation ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/blue/button_off_bg.gif);
	color: white;
	
	font-family: "univers 47", helvetica neue, helvetica, arial, sans-serif;
	font-size: 20px;
}

#navigation ul li a.current,
#navigation ul li a:hover {
	background: url(../images/blue/button_on_bg.gif);
	text-decoration: none;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 810px;
	height: auto;
	padding-bottom: 2em;
	
	
	border-top: 2px solid #202024;
	background-color: #353B49;
}

#content h2 {
	color: #ffc;
	text-transform: uppercase;
	margin: 0 0 0.8em 0;
	font-weight: normal;
	font-family: georgia, times, serif;
}

.column {
	position: relative;
	top: 1em;
	left: 1em;
	height: auto;
	width: 300px;
}

.single {
	width: 96%;
	margin: 1em;
}

.column#second {
	position: absolute;
	left: 345px;
	width: 445px;
	height: 840px;
	
	overflow: auto;
	padding-right: 1em;
}

.film {
	height: 100px;
	margin-bottom: 1em;
	margin-right: 1em;
}

.film img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.film br {
	clear: both;
}

#top_images {
	position: absolute;
	top: 0;
	right: 0;
	width: 561px;
	height: 140px;
	z-index: 1000;
	background: transparent;
	overflow: hidden;
}

#top_images ul {
   list-style: none;
   margin: 0;
   padding: 0;
   width: 187px;
   height: 140px;
   overflow: hidden;
   float: left;
}

#top_images ul li {
   list-style: none;
   margin: 0;
   padding: 0;
    
}

.photo {
	margin: 0 0.5em 0.5em 0.5em;
	border: 1px solid black;
}
		
.review {
	line-height: 1.6em;
}

.reviewer
{
	text-align: right;
	margin-bottom: 1.5em;
	font-weight: bold;
	font-size: 0.9em;
	color: #ccc;
}

.spacer {
	height: 7em;
}

img.framed {
	border: 1px solid #202024;
}