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

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

img
{  border-style: none;
}

a:hover {
	color: #adadad;
}

div.wrapper {
	width: 700px;
	height: auto;
	min-height:800px
	overflow: auto;
	position: relative;
	margin: auto;

}




#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;
}

div.header {
		margin: auto;
		text-align: center;
		width: 620px;
}

a.navbutton {
	top: 60px;
	border: 0;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	float: right;
	font: bold 16px Helvetica, sans-serif;
	color: #ebebeb;
	position: relative;
	text-decoration: none;
}

a.navbutton:hover {
	background-image: url(images/hover.png);
	color: #fff;
}

a.navbutton:active {
	background-image: url(images/hover-active.png);
	color: #fff;
}

a.navbutton2 {
	top: 60px;
	border: 0;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	float: right;
	font: bold 16px Helvetica, sans-serif;
	color: #ebebeb;
	position: relative;
	text-decoration: none;
}

a.navbutton2:hover {
	background: url(images/hover2.png) 0 3px;
	color: #fff;
}

a.navbutton2:active {
	background-image: url(images/hover2-active.png);
}

a.nametitle {
	top: 100px;
	border: 0;
	padding-left: 30px;
	padding-right: 30px;
	float: right;
	font: bold 16px Helvetica, sans-serif;
	color: #3d3d3d;
	position: relative;
	text-decoration: none;
}


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

a.featured{
	display: block;
	width: 590px;
	height: auto;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	/*padding: 0 8px 10px;*/
	text-align: right;
}

a.featured:hover{
	text-decoration: none;
}


/*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;
}

h2.headlinemovie {
	font-weight: bold;
	font-size: 18px;
	padding: 0 8px 10px;
	text-align: right;
}

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: 900px;
	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 15px 5px 6px;
}

div.work p.movietextmain {	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}
div.workwrap {
	width: 620px;
	height: auto;
	min-height: 1200px;
	line-height:12px;
	margin: auto;
	overflow: auto;
	position: relative;
	top: 60px;
}

div.work {
	background: #fff;
	padding: 15px 10px 10px;
	margin-bottom: 20px;
}




div.projectbox{
	clear: left;
	position: relative;
	margin-bottom: 5px;
	overflow: auto;
	height: auto;
	padding-bottom: 8px;
}

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

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

#line {
display:block;
height:1px;
text-indent:-8000px;
width:600px;
background:url("images/line.jpg") no-repeat scroll 0 0 transparent;
	top: 60px;
	left: 9px;
	position: relative;
}
