/* CSS Document */

/* style sheet for portfolio pages */



/**********/
/* LAYOUT */
/**********/

#logolayer_p {
	position:absolute;
	left:63px;
	top:56px;
	width:222px;
	height:120px;
	z-index:99;
}



/******************/
/* portfolio MENU */
/******************/


#menu_p {
	position:absolute;
	left:579px;
	top:124px;
	width:288px;
	height:15px;
	z-index:12;
	text-align:right;
	font-size: 90%;
}




/**********************/
/* CIRCLE IMAGE LINKS */
/**********************/

/* NOTE: circles are named 1 - 9 to correspond to the portfolio pages they link to. On index page, they are named differently. */

#c1 {
	position:absolute;
	left:71px;
	top:561px;
	width:79px;
	height:77px;
	z-index:2;
}
#c2 {
	position:absolute;
	left:162px;
	top:561px;
	width:79px;
	height:77px;
	z-index:4;
}
#c3 {
	position:absolute;
	left:253px;
	top:561px;
	width:79px;
	height:77px;
	z-index:5;
}
#c4 {
	position:absolute;
	left:344px;
	top:561px;
	width:79px;
	height:77px;
	z-index:6;
}
#c5 {
	position:absolute;
	left:435px;
	top:561px;
	width:79px;
	height:77px;
	z-index:7;
}
#c6 {
	position:absolute;
	left:526px;
	top:561px;
	width:79px;
	height:77px;
	z-index:8;
}
#c7 {
	position:absolute;
	left:617px;
	top:561px;
	width:79px;
	height:77px;
	z-index:9;
}
#c8 {
	position:absolute;
	left:708px;
	top:561px;
	width:79px;
	height:77px;
	z-index:10;
}
#c9 {
	position:absolute;
	left:799px;
	top:561px;
	width:79px;
	height:77px;
	z-index:11;
}
