
html {
	background-image: url(Images/GrainPattern.jpg);
	background-repeat: repeat
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica,Arial;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	background-repeat: no-repeat;
<!---	background-image: url(Images/SiteBG.jpg); --->
	background-position: left bottom;
	background-attachment: fixed;
	letter-spacing: 1px
}

a {
	color: #fff;
	font-family: Helvetica,Arial;
	font-size: 18px;
	font-weight: 100;
	text-decoration: none
}

a:focus {
	outline: 0;
}

a:hover {
	color: #fff;
	background-color: #736464;
	padding: 4px 4px 1px 6px;
	margin-left: -6px;
}

a.active {
	background-color: #fff;
	padding: 4px 4px 1px 6px;
	color: #736464;
	margin-left: -6px;
}

/* Layout */
#wrapper {
	overflow-y: hidden
}

#main {
	width: 960px;
	margin: 0 auto
}

#col-left {
	width: 575px;
	float: left;
	margin-top: 200px;
}

#col-right {
	width: 385px;
	float: right;
	margin: 0
}

#film-menu,#design-menu {
	list-style: none;
	padding: 0;
	margin: 75px 0 0
}

#design-header {
	width: 385px;
	height: 46px;
	margin: 0 0 15px;
	background-repeat: no-repeat;
	background-image: url(Images/Design.png)
}

#film-header {
	width: 385px;
	height: 44px;
	margin: 0 0 15px;
	background-repeat: no-repeat;
	background-image: url(Images/Film.png)
}

#twitter-header {
	width: 385px;
	height: 44px;
	margin: 75px 0 15px;
	background-repeat: no-repeat;
	background-image: url(Images/Twitter.png)
}

#menu-a a {
	background-position: 0 0
}

/* Twitter */
#twitter_update_list {
	margin-bottom: 0
}

.twitter {
	text-decoration: none;
	font-weight: 100;
	color: #fff
}

ul#twitter_update_list {
	text-decoration: none;
	list-style-type: none;
    line-height: 24px;
	padding-left: 40px;
	margin-left: -40px;
	text-align: left
}

ul#twitter_update_list li a{
	padding: 4px 4px 1px 6px;
	margin-left: -6px;
}

ul#twitter_update_list li{
	margin-bottom: 1.9em;
}

ul#twitter_update_list a.date {
    line-height: normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.5em;
	text-transform: uppercase;
}

ul#twitter_update_list a:visited {
	text-decoration: none
}

div.popup {
	display: none;
	background-color: #fff;
	color: #736464;
	font-weight: 500;
	width: 320px;
	padding: 50px;	
	position: fixed;
	top: 50%;
}

close {
	color: red;
	text-decoration: none;
	font-weight: 500;
}

div.popup a {
	color: #736464;
	text-decoration: underline;
	font-weight: 500;
}

div.popup a:hover {
	color: #736464;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

smallercaps {
    line-height: normal;
	text-decoration: none;
	font-size: 10px;
	color: #736464;
	text-transform: uppercase;
}


.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;