/* CSS Document */



 body {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #232323;
	background-image: url(/images/bottombg.gif);
	background-repeat: repeat-x;
	background-position: 0px 640px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#pagecontent {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:630px;	
    background-color: #000000;
}



/* header nav buttons */

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 57px;
	padding: 0px;
    background-color: #232323;		
	background-image: url(/images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#frankaufman {
	position:absolute;
	left:30px;
	top:0px;
	width:290px;
	height:35px;
}

#title {
	position:absolute;
	left:320px;
	top:0px;
	width:200px;
	height:35px;
}

#spacer1 {
	position:absolute;
	left:520px;
	top:0px;
	width:270px;
	height:35px;
}

#spacer3 {
	position:absolute;
	left:790px;
	top:0px;
	width:250px;
	height:57px;
}

#spacer2 {
	position:absolute;
	left:30px;
	top:35px;
	width:290px;
	height:22px;
}

#homebtn {
	position:absolute;
	left:320px;
	top:35px;
	width:100px;
	height:22px;
}

#newsbtn {
	position:absolute;
	left:420px;
	top:35px;
	width:100px;
	height:22px;
}

#portfoliobtn {
	position:absolute;
	left:520px;
	top:35px;
	width:145px;
	height:22px;
}

#contactbtn {
	position:absolute;
	left:665px;
	top:35px;
	width:125px;
	height:22px;
}


/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 609px;
	margin: 0px;
	width: 100%;
	height: 40px;
	left: 0px;
    background-color: #232323;	
	background-image: url(/images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 50px;
	width: 250px;
	height: 15px;
	text-align: left;
	padding: 3px;
}

#copyright {
	position: absolute; 
	top: 0px;
	left: 410px;
	width: 218px;
	height: 15px;
	text-align: right;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 635px;
	width: 254px;
	height: 15px;
	text-align: right;
	padding: 3px;
}


