
* {
	margin: 0;
	padding: 0;}

body {  
	background:  #fff;
	color: #000;
	font:16px Arial,sans-serif;}
	
#pagewrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #414352;}
	
a:link {
	color: #BFA888;}
	
a:visited {
	color:#666666;
	text-decoration:none;}
	
a:hover {
	color: #000;}
	
a:active {
	position: relative;
	top: 1px;}
	
p {
	margin-bottom: 10px;
	line-height: 19px;}					
	
	
/*--NAVIGATION-----------------------------------------*/
#nav {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 960px;
	background-color: #000;
	color: #fff;
	border-top: 2px solid #BFA888;
	border-bottom: 2px solid #BFA888;}
	
#nav ul {
	list-style: none;
	margin: 10px 0;
	font-size: 16px;}
	
#nav ul li {
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;}	
	
#nav a:link {
	color: #fff;
	text-decoration: none;}
	
#nav a:visited {
	color: #fff;
	text-decoration: none;}
	
#nav a:hover {
	text-decoration: underline;}
	
#nav a:active {
	position: relative;
	top: 1px;}	
		

/*--HOMEPAGE------------------------------------------*/
	
#pagewrap.home {
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 698px;}	
	
h1#homelogo {
	width: 498px;
	height: 53px;
	text-indent: -9999px;
	background-image: url(images/homelogo.gif);
	position: absolute;
	top: 180px;
	left: 50px;}		


/*--REEL PAGE-----------------------------------------*/

#pagewrap.reel {
	background-image: url(images/reelpagebg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 700px;}				

#demo {
	width: 720px;
	position: absolute;
	top: 70px;
	left: 50px;}
	
	
/*--RESUME PAGE------------------------------------------*/

#pagewrap.resume {
	background-image: url(images/resumebg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 800px;}	
	
#resume {
	width: 720px;
	position: absolute;
	top: 20px;
	left: 20px;
	border: 1px solid #000;
	background: #BFA888;
	font-size:12px;}
	
#resume a {
	color: #000;
	font-weight: bold;
	text-decoration:underline;}	
	
#resume table {
	margin: 10px auto;}
	
.header {
	font-weight: bold;
	text-decoration: underline;}	
	
	
/*--PHOTOS PAGE----------------------------------------*/

#pagewrap.photos {
	background-image: url(images/photosbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 700px;}	
	
/*--FRANK PAGE----------------------------------------*/

#pagewrap.frank {
	background-image: url(images/frankbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 700px;}	
	
#frank {
	width: 700px;
	height: 583px;
	background-image: url(images/frankshots.jpg);
	position: relative;}
		
#franktext1 {
	position: absolute;
	top: 70px;
	left: 450px;
	width: 280px;
	font-weight:bold;}
	
#franktext2 {
	position: absolute;
	top: 420px;
	left: 30px;
	width: 280px;
	font-weight:bold;}		
						
						
/*--CONTACT PAGE----------------------------------------*/

#pagewrap.stalkme {
	background-image: url(images/stalkbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 700px;}
	
#contactinfo {
	position: absolute;
	top: 150px;
	left: 100px;
	width: 400px;
	font-size: 18px;}		
							