@charset "utf-8";
/* CSS Document */

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999;
}


a{
	color: #333;
}
a:hover{
	color: #000;
}
img{
	border: 0;
}
#wrapper{
	margin: 0 auto;
	width: 968px;
}
#header{
	float: left;
	width: 991px;
	height: 260px;
	margin: 0 0 0 -15px;
	padding: 0;
}
#menu{
	float: left;
	width: 968px;
	height: 130px;
	margin: -10 0 0 0;
	padding: 0;
}

#menu  a{
	float: left;
	margin: 0 40px 0 0;
	height: 56px;
	overflow: hidden;
	background-position: top;
	padding: 0;
}
#menu a.menuAbout:hover{
	background-position: bottom;
}
#menu a.menuAbout{
	background: url(../img/menuAboutH.png);
	width: 122px;
}
#menu a.menuReviews:hover{
	background-position: bottom;
}
#menu a.menuReviews{
	background: url(../img/menuReviewsH.png);
	width: 118px;
}
#menu a.menuFestivals:hover{
	background-position: bottom;
}
#menu a.menuFestivals {
	background: url(../img/menuFilmFestivalsH.png);
	width: 159px;
}
#menu a.menuDistribution:hover{
	background-position: bottom;
}
#menu a.menuDistribution{
	background: url(../img/menuDistributionH.png);
	width: 156px;
}
#menu a.menuTrailer:hover{
	background-position: bottom;
}
#menu a.menuTrailer{
	background: url(../img/menuTrailerH.png);
	width: 118px;
}
#menu a.menuContact:hover{
	background-position: bottom;
}
#menu a.menuContact{
	background: url(../img/menuContactH.png);
	width: 118px;
}
#leftCol{
	float: left;
	width: 669px;
}
#rightCol{
	float: left;
	width: 299px;
	margin: 5px 0 0 0;
}
#awards{
	width: 100%;
	height: 50px;
	float: left;
	margin: 0;
	padding: 0;
}
#awards img{
	width: 193px;
}
#hamptons, #sundance{
	float: left;
	margin: 5px 0px 5px 0px;
}
#wordsArea{
	margin: 10px 20px 0 0;
}

#wordsArea p, #wordsArea p.criticDeets, #wordsArea p.reviews{
	background-color: #CCC;
	padding: 10px 10px 10px 10px;	
}
#wordsArea p.reviews{
	margin-bottom: 0;
	padding-bottom: 0;
}
#wordsArea p.criticDeets{
	font-weight: bold;
	text-align: right;
	margin-top: 0;
	padding-top: 0;
}
#wordsArea h1{
	font-size: 35px;
	margin: 0;
	padding: 0;
	clear: both;
	text-transform: uppercase;
}
#footer{
	width: 968px;
	height: 65px;
	margin: 10px 0 10px 0;
	float: left;
}
#mortLink a{
	color: #666;
	text-decoration: none;
	float: right;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 00px 0 25px 0;
	padding: 0 25px 25px 0;
}
#mortLink a:hover{
	text-decoration: underline;
	color: #333;
}
#wordsArea ul{
	list-style: none;
	background: #ccc;
	margin:0;
	padding:10px 10px 10px 10px;
}
#wordsArea ul li{
	padding: 5px;
}
#wordsArea table{
	background: #ccc;
	width: 100%;
	padding: 10px 0 20px 10px;
}
#wordsArea td{
	width: 150px;
}
p.copyright{
	width: 100%;
	text-align: center;
}
