body {
	background: #fff;
	font: 9px Arial, Helvetica, sans-serif;
	color: #777;
	letter-spacing: 2px;
	line-height: 9px;
	background: url('../images/background.jpg') center center fixed;
}
a {
	color: #777;
	text-decoration: none;
}
a:visited {
	color: #777;	
}
a:hover {
	color: #000;
}
#main img { 
	float: right;
}

/* LANDING PAGE */

#main_nav {
	margin-top: 30px;
}
#main_nav li {
	margin-bottom: 20px;
}

/* MAIN PAGES */

#wrapper {
	width: 740px;
	height: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -390px;
	padding: 20px;
	background: #fff;
}
#wrapper_about {
	background: url('../images/about.png') no-repeat;
	width: 640px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -320px;
	color: #fff;
}
#wrapper_about a {
	color: #fff;
}
#wrapper_about a:hover {
	color: #aaa;
}
#sidebar {
	width: 170px;
	height: 440px;
	left: 20px;
	position: absolute;
}
#sidebar_film {
	width: 240px;
	height: 440px;
	left: 20px;
	position: absolute;
}

#project_list {
	position: absolute;
	top: 116px;
	left: 0;
}
#project_list a:link {
	padding: 10px 0;
	display: block;	
	background: #fff;
	width: 160px;
}
#project_list a:visited {
	padding: 10px 0;
	display: block;	
	background: #fff;
	width: 160px;
}
#project_list a:hover {
	padding: 10px 0;
	display: block;	
	color: #000;
	width: 160px;
}
#home_link {
	position: absolute;
	bottom: 0;
	left: 0;
}
#home_link_about {
	position: absolute;
	bottom: 10px;
	right: 60px;
}
#back_to_projects_link {
	position: absolute;
	bottom: 24px;
	left: 0;
}
span {
	font-style: italic;
}
.descriptions {
	margin-top: 60px;
	line-height: 15px;
}
.descriptions p {
	margin-bottom: 17px;
}
#franks_description {
	line-height: 12px;
	margin-top: 25px;
}
#wonder_description {
	margin-top: 26px;
	width: 155px;
}
#girls_description {
	margin-top: 32px;
	width: 155px;
}
#main_replace {
	width: 560px;
	height: 440px;
	left: 200px;
	position: absolute;
	text-align: right;
}
#image1, #image2, #image3, #image4, #image5, #image6 {
	position: absolute;
	right: 0;
	top: 0;
}
#main {
	width: 560px;
	height: 440px;
	left: 200px;
	position: absolute;
}
.pic_nav {
	position: absolute;
	right: 0;
	bottom: -32px;
	font-size: 18px;
	line-height: 20px;
	opacity: 0.35;
	text-align: center;
	border: 2px solid #fff;
	background: #000;
	border-right: none;
}
.pic_nav a {
	color: #fff;
	padding: 1px 0;
	width: 58px;
	display: block;
	float: left;
	border-right: 2px solid #fff;
	
}
.pic_nav a:hover {
	color: #000;
	background: #888;
}
#last_pic {
	margin-right: 60px;
} 



.film_thumbs img {
	float: right;
	margin: 0 0 10px 10px;
}
.bold {
	font-weight: bold;
}
#about_text {
	width: 350px;
	height: 270px;
	line-height: 20px;
	font-size: 11px;
	position: absolute;
	top: 70px;
	left: 25px;
	text-align: center;
}
#about_text a {
	text-decoration: underline;
}


/* GIRLS LANDSCAPE */

#girl0, #girl1, #girl2, #girl3, #girl4, #girl5, #girl6, #girl7, #girl8  {
	margin-top: 37px;
}
#image7 {
	position: absolute;
	top: 37px;
	right: 0;
}

/* FILM PAGE SPECIFIC */

#myspace_link {
	margin-bottom: 8px;
}