/* CSS Document */

body 
	{
	color: #99CCCC;
	background-color: #99CCCC; 
	font-family:Filosofia Univers, Filosofia, Times New Roman, Times, serif; 
	font-size: 16px;
	line-height: 24px;
	}

/* All code in this section should remain consistent throughout site.  If you want to change one part, change on all css pages */
	
#logo
	{
	position: absolute;
	top:10px;
	left:50px;
	width:600px;
	height:40px;
	z-index:1;
	}

#image
	{
	position: absolute;
	top:55px;
	left:50px;
	width:600px;
	height:400px;
	z-index:2;
	}

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

#portfolios
	{
	position: absolute;
	top:460px;
	left:94px;
	width:69px;
	height:20px;
	z-index:4;
	}
	
#gallery
	{
	position: absolute;
	top:460px;
	left:168px;
	width:50px;
	height:20px;
	z-index:5;
	}

#clients
	{
	position: absolute;
	top:460px;
	left:223px;
	width:55px;
	height:20px;
	z-index:6;
	}
	
#contact
	{
	position: absolute; 
	left: 283px; 
	top: 460px; 
	width: 55px; 
	height: 20px; 
	z-index:7;
	}
	
/* 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 */

#sitelink
	{
	position:absolute; 
	width:200px; 
	height:50px; 
	z-index:10; 
	top: 430px; 
	left: 655px;
	}
	
/* Each "main" page has its own layout */


/* contact - layout is within "image" layer */
#plcimg {position:absolute; width:150px; height:150px; z-index:8; left: 225px; top: 35px;}
#plcinfo	  {position:absolute; width:200px; height:90px; z-index:8; left: 200px; top: 215px;}
#plcmail  {position:absolute; width:200px; height:20px; z-index:8; left: 200px; top: 305px;}

#repimg {position:absolute; width:150px; height:150px; z-index:8; left: 375px; top: 35px;}
#repinfo  {position:absolute; width:200px; height:60px; z-index:8; left: 350px; top: 215px;}
#repmail  {position:absolute; width:200px; height:20px; z-index:8; left: 350px; top: 275px;}
#repsite  {position:absolute; width:200px; height:20px; z-index:8; left: 350px; top: 305px;}

#copy	{position:absolute; width:600px; height:50px; z-index:8; left: 0px; top: 350px;}

#plcimg2 {position:absolute; width:150px; height:150px; z-index:8; left: 600px; top: 0px;}
#plcinfo2 {position:absolute; width:200px; height:90px; z-index:8; left: 50px; top: 65px;}
#plcmail2 {position:absolute; width:200px; height:20px; z-index:8; left: 175px; top: 450px;}
#copy2 {position:absolute; width:600px; height:50px; z-index:8; left: 90px; top: 540px;}



/* end contact - sidebar */

/* main editorial portfolio - sidebar */
#editsidebar	{position:absolute; width:250px; height:160px; z-index:8; left: 655px; top: 175px;}
#life	{position:absolute; width:175px; height:40px; z-index:8; left: 0px; top: 0px;}
#work	{position:absolute; width:175px; height:40px; z-index:8; left: 0px; top: 40px;}
#edit	{position:absolute; width:175px; height:20px; z-index:8; left: 0px; top: 80px;}
/* end main edit portfolio - sidebar */

