/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% "Arial", sans-serif;
	background: url(images/body-bg.jpg) top left repeat;
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
	p.metadata { background: #fff9a7; padding: 3px;} 
a { outline: none; }
a img { border: none; }

h1 {
	font-family: Arial, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #890e0e;
	}
	h1#logo {
		width: 928px;
		height: 250px;
		background: url(images/header.jpg) no-repeat center center;
		text-indent: -9999px;
	}
	#pagename {
		padding: 0px 0px 0px 0px;
		width: 928px;
		height: 61px;
		background: url(images/page-nameGallery.jpg) repeat-y center center;
		text-indent: -9999px;
	}	
	#pagenameResume {
		padding: 0px 0px 0px 0px;
		width: 928px;
		height: 61px;
		background: url(images/page-nameResume.jpg) repeat-y center center;
		text-indent: -9999px;
	}
	
	#pagenameLinks {
		padding: 0px 0px 0px 0px;
		width: 928px;
		height: 61px;
		background: url(images/page-nameLinks.jpg) repeat-y center center;
		text-indent: -9999px;
	}
	
	#pagenameContact {
		padding: 0px 0px 0px 0px;
		width: 928px;
		height: 61px;
		background: url(images/page-nameContact.jpg) repeat-y center center;
		text-indent: -9999px;
	}
	#pagenameReel {
		padding: 0px 0px 0px 0px;
		width: 928px;
		height: 61px;
		background: url(images/page-nameReel.jpg) repeat-y center center;
		text-indent: -9999px;
	}	

/* END RESET */


/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 928px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(images/content-bg.jpg) repeat-y;
		}
	#main-content {
		padding: 0px 30px 0px 30px;
	}
	#news-area {
		width: 866x;
		float: left;
	}


ul#nav {
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 32px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.name a {
			width: 301px;
			background: url(images/nav-name.jpg) bottom center no-repeat;
		}
		ul#nav li.home a {
			width: 99px;
			background: url(images/nav-home.jpg) bottom center no-repeat;
		}
		ul#nav li.reel a {
			width: 86px;
			background: url(images/nav-reel.jpg) bottom center no-repeat;
		}
		ul#nav li.gallery a {
			width: 106px;
			background: url(images/nav-gallery.jpg) bottom center no-repeat;
		}		
		ul#nav li.resume a {
			width: 114px;
			background: url(images/nav-resume.jpg) bottom center no-repeat;
		}
		ul#nav li.contact a {
			width: 113px;
			background: url(images/nav-contact.jpg) bottom center no-repeat;
		}
		ul#nav li.links a {
			width: 109px;
			background: url(images/nav-links.jpg) bottom center no-repeat;
		}

		ul#nav li a:hover {
			background-position: center center;
		}
		
#footer {
	min-height: 28px;
	background: url(images/footer-bg.jpg) no-repeat;
}

/* END STRUCTURE */