/*placement of slice of butterfly girl image*/
.img1
	{
	position: absolute;
	z-index: 40;
	left: 270px;
	top: 55px;
	height: 29px;
	width: 378px;
	background-image: url(../images/1a.jpg);
	background-repeat: repeat;
	}

/*floats portfolio image to right of text in content section*/
.right
	{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

/*floats portfolio image to left of text in content section*/	
.left
	{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	}
	
/*Portfolio title placement*/
.title
	{
	position: absolute;
	z-index: 50;
	left: 496px;
	top: 15px;
	width: 108px;
	}

/*Placement of bottom navBar on the first page that comes up when portfolio is selected*/	
.bottomNavInit
	{
	margin-top: 50px;
	}

/*placement of bottom navigation bar on portfolio page, entire portfolio must have own declaration because*/
/*of the double column*/
.bottomNavEntirePort
	{
	position: relative;
	font: 500 9px/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 85px;
	width: 480px;
	text-align: center;
	}

/*fine tuning of header for this page*/		
H1
	{
	margin-top: 48px; 
	}

/*placement of header on entire portfolio page*/	
H1.entirePort
	{
	position: absolute;
	top: 65px;
	left: 200px;
	}
	
/*sub-title*/
.portfolio
	{
	margin-top: 25px;
	text-align: center;
	}
	
/*placement of copyright for Entire Portfolio page, must have own declaration because of double columns*/	
.copyrightEntire
	{
	position: relative;
	font: 500 9px arial,helvetica,geneva,sans-serif;
	margin-top: 25px;
	margin-bottom: 50px;
	left: 0px;
	width: 480px;
	}
	
p.introsent
	{
	margin-bottom: -25px;
	}

/*placement of portfolio content*/
.copyportfolio
	{
	position: absolute;
	top: 135px;
	left: 225px;
	width: 65%;
	}
	
/*declaration of placement and appearance of first column in entire portfolio*/
.copyentireportcolA
	{
	position: absolute;
	top: 140px;
	left: 200px;
	width: 230px;
	text-align: center;
	}

/*declaration of placement and appearance of second column in entire portfolio*/
.copyentireportcolB
	{
	position: absolute;
	top: 140px;
	left: 460px;
	width: 220px;
	text-align: center;
	}
	
.bottomspace
	{
	margin-bottom: 35px;
	}
	
img.popup {position: absolute; left: 0px; top: 0px;}

img.earthly {position: absolute; left: 40px; top: 40px;}
	
img.label {float: right;}

ul li {margin-bottom: 5px;}