body 
{
background-image:url('images/bg.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
font-family: 'Cantarell', arial, serif;
font-size: 12px;
}

a {
	color: #445d09;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #adadad;
}

div.wrapper {
	width: 1000px;
	height: autx;
	min-height:800px
	overflow: auto;
	position: relative;
	float: left;
}

div.headspace {
	width: 700px;
	height: auto;
	margin: auto;
	position: relative;
	float: left;
}


#nickpaley {
display:block;
height:45px;
text-indent:-8000px;
width:251px;
background:url("images/nickpaley.png") no-repeat scroll 0 0 transparent;
	top: 123px;
	left: 125px;
	position: relative;
}

a.navbutton {
	top: 129px;
	border: 0;
	padding: 3px;
	float: left;
	font: bold 22px Helvetica, sans-serif;
	color: #fff;
	position: relative;
	margin-right: 18px;
	text-decoration: none;
}

a.navbutton:hover {
	color: #dedbde;
}

a#news{
	margin-left: 120px;
}

/*Bold headlines for news section*/

h1{
	font-weight: bold;
	font-size: 12px;
	margin: 0; 
	padding: 0;
}

/*Titles for movies on Work page*/

h2{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0; 
	padding: 0;
	top: 7px;
	position: relative;
}

p.details{
	font-style: italic;
	color: #656565;
}

p.bio {
	line-height: 15px;
}

div.content h1 {margin: 15px 0 3px 15px; padding:0;}
div.content p {margin: 5px 135px 5px 15px; padding:0;}

div.content {
	width: 600px;
	height: auto;
	min-height: 100px;
	background: #fff;
	float:left;
	line-height:12px;
	margin: 1px 2px 5px 0;
	overflow: auto;
	padding: 15px 10px 65px;
	position: relative;
	left: 120px;
	top: 140px;
}

div.work p { 
	padding: 0 0 0 15px;
	margin: 0 25px 5px 100px;
}

div.work {
	width: 600px;
	height: auto;
	min-height: 200px;
	background: #fff;
	float:left;
	line-height:12px;
	margin: 1px 2px 5px 0;
	overflow: auto;
	padding: 15px 10px 65px;
	position: relative;
	left: 120px;
	top: 140px;
}

div.projectbox{
	clear: left;
	position: relative;
	margin-bottom: 25px;
}

img.thumb {
background-color:#FFFFFF;
/*border:1px solid #999999;
color:#999999;*/
padding:5px;
float: left;
	margin-right: 15px;
	clear: left;
}
