/* watershed studio global css file */
/* started 10-11-07 */

p {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
}

div {
	font-family: 'arial narrow', 'arial', sans-serif;
}

a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }


#frame {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 750px;
}

#narrative {
	position: absolute;
	left: 120px;
	width: 230px;
	height: 500px;
	text-align: right;
}

#photo {
	position: absolute;
	left: 370px;
	width: 268px;
	height: 268px;
}

#studio_photo {
	position: absolute;
	left: 370px;
}

.project_listing {
	margin-bottom: 20px;
	font-family: 'arial narrow', arial, verdana, sans-serif;
}

.narr_top {
	font-size: 28px;
}

.proj_thumb {
	position: absolute;
	left: 300px;
}

#caption {
	font-style: italic;
}