/* CSS Document */

body 
	{
	color: #b1d1f2;
	background-color: #99b69c; 
	font-family:Filosofia Univers, Filosofia, Times New Roman, Times, serif; 
	font-size: 16px;
	line-height: 24px;
	}
	
#logo
	{
	position: absolute;
	top:10px;
	left:50px;
	width:600px;
	height:40px;
	z-index:1;
	}

#sitelink
	{
	position:absolute; 
	width:185px; 
	height:50px; 
	z-index:10; 
	top: 430; 
	left: 650;
	}

/* Navigation Bar */
#home
	{
	position: absolute;
	top:460px;
	left:50px;
	width:40px;
	height:20px;
	z-index:3;
	}

#portfolios
	{
	position: absolute;
	top:460px;
	left:100px;
	width:63px;
	height:20px;
	z-index:4;
	}
	
#clients
	{
	position: absolute;
	top:460px;
	left:173px;
	width:40px;
	height:20px;
	z-index:5;
	}

#publications
	{
	position: absolute;
	top:460px;
	left:223px;
	width:78px;
	height:20px;
	z-index:6;
	}
	
#contact
	{
	position: absolute; 
	left: 311px; 
	top: 460px; 
	width: 55px; 
	height: 20px; 
	z-index:7;
	}
	
#movie
	{
	position:absolute; 
	left: 376px; 
	top: 460px; 
	width:85px; 
	height:20px; 
	z-index:8;
	}
/* End of Navigation Bar */
	
/* All code above here should remain consistent throughout site.  If you want to change one part, change on all css pages */

	
/* Each page has its own layout */
#image
	{
	position: absolute;
	top:115px;
	left:25px;
	width:600px;
	height:400px;
	z-index:2;
	}
/* Each page has its own layout */

/* portfolios - sidebar */
#sidebar	{position:absolute; width:175px; height:200px; z-index:8; left: 655px; top: 125px;}
#port1	{position:absolute; width:175px; height:25px; z-index:8; left: 0px; top: 0px;}
#port2	{position:absolute; width:175px; height:25px; z-index:8; left: 0px; top: 25px;}
#port3	{position:absolute; width:175px; height:25px; z-index:8; left: 0px; top: 50px;}
#port4	{position:absolute; width:175px; height:25px; z-index:8; left: 0px; top: 75px;}
#port5	{position:absolute; width:175px; height:25px; z-index:8; left: 0px; top: 100px;}
#port6	{position:absolute; width:175px; height:25px; z-index:8; left: 0px; top: 125px;}
#port7	{position:absolute; width:175px; height:25px; z-index:8; left: 0px; top: 150px;}
#port8	{position:absolute; width:175px; height:25px; z-index:8; left: 0px; top: 175px;}
/* end portfolios - sidebar */




/* press - text */
#presstext
	{
	position:absolute; 
	width:450px; 
	height:400px; 
	z-index:11; 
	top: 115px; 
	left: 450px;
	}
/* end press - text */


/* contact - email */
#studioemail
	{
	position:absolute; 
	width:264px; 
	height:20px; 
	z-index:11; 
	left: 106px; 
	top: 324px;}
/* end - contact - email */



#plcimg2 {position:absolute; width:150px; height:150px; z-index:8; left: 570px; top: 0px;}
#plcinfo2 {position:absolute; width:200px; height:90px; z-index:8; left: 50px; top: 0px;}
#plcmail2 {position:absolute; width:318px; height:24px; z-index:8; left: 105px; top: 400px; background: transparent url(/graphics/emailoff.jpg) 0 0 no-repeat;}
#plcmail2 a:hover {z-index:8; background: url(/graphics/emailover.jpg) 0 0 no-repeat;}
#copy2 {position:absolute; width:600px; height:50px; z-index:8; left: 70px; top: 450px;}

