@charset "UTF-8";
/* Styles for P. Korovilas Photography and Design */

	a:link
		{
		color: #000000;
		}
	
	a:visited
		{
		color: #000000;
		}
	
	a:active
		{
		color: #000000;
		}
	
	a:hover
		{
		color: #58b8e0;
		}

/* for header*/
	#logo
		{
		position: relative;
		top: 4px;
		left: 12px;
		}
		
/* for square */

#bg_image
		{
		z-index: 30;
		
		position: absolute;
		top: 0px;
		left: 0px;
		}
		
#clouds
	{
	z-index: 20;
		
		position: absolute;
		top: 0px;
		left: 303px;
	}		
		
#portfolio
	{
	z-index: 40;
	
	position: relative;
		top: 80px;
		left: 350px;
	}

/* for nav*/	

		
#nav
	{
	z-index: 40;
	
	position: absolute;
		top: 10px;
		left: 350px;
		
		font-family: century gothic, "sans-serif";
		font-size: 15px;
		color: #959595;
	}
	
#nav li
	{
	display: inline;
	margin: 0px 10px 0px 10px;
	}
	
.chameleon1
		{
		color: #58b8e0;
		}
		
		#nav ul li a 
		{
		text-decoration: none;
		}

/* footer*/
	#footer
		{
		z-index: 50;
		
		font-family: century gothic, "sans-serif";
		font-size: 12px;
		color: #959595;
	
		position: absolute;
		top: 590px;
		left: 350px;
	
		width: 700px;
		}
		
	.bold
		{
		font-weight: bold;
		}
		
/* For Clients*/

#text
	{
	z-index: 40;
	
	position: relative;
		top: 80px;
		left: 350px;
		
		width: 500px;
	}