body{ /* both */
	padding :0;
	margin :0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Heading { /* both: top */
	position:absolute;
	width:100%;
	height:80px;

	padding-left:20px;
	color: #FF9900;
	font-size: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660066;
	background-color: #eeeeee;
	/* background-color : red;/*  for testing */
}

#projectmenu{
	position:absolute;
	top:80px;
	left:0px;
	width: 120px;
	margin: 0px 120px 0px 0px;
	/*
	height:542px;
	margin-right:148px;
	*/
	padding : 10px;
	padding-top: 20px;
	font-size: 12px;
	/* background-color : gray;/* for testing */
}
#portfolioDetails { /*front:  contents */
	position:absolute; /* should really be relative but IEmac doesn't show it right*/
	margin: 0px 0px 0px 140px;
	top:80px; 
	width: 550px; 
	/*
	height:542px;
	margin-left: 130px;
	*/
	padding-top: 20px;
	
	/*background-color : yellow;/*  for testing */
}

/*front:  alternative contents inside portfolioDetails*/
#frontpage, #aroma, #casablanca, #palette, #tacit, #paperbutton, #tactguide, 
#callscalm, #tivoli, #liveboard, #scribble, #handwaving {
	top:40px; 
	position:absolute; 
	visibility: hidden;
	/*border: 2px solid green; background: silver;*/
	}

#leftbottom { /* both: always after the filled-in contents*/
	width: 100%;
	left: 0px;
	text-align:center;
	font-size:10px;
	/*border: 2px solid green; background: silver;*/
}

#projectDetails { /* second page */
	position:absolute;
	top:80px;
	width: 650px;
	height:542px;
	margin-top: 20px;
	margin-left: 0;
	padding-left: 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	/*background-color : orange;/*  for testing */
}


.jumpback {
	top: 30px; 
	position: absolute;
	right: 0;
	margin: 0px 10px 0px 40px;
	width: 100px;
}

.jumpback a {
	outline:none;
}

.sharedTitle {
	position: absolute;
	left: 0;
	width: 300px;
	margin: 5px 300px 0px 10px;
	font-size: 14px;
	text-align: left;
}

.specTitle {
	position: absolute;
	top: 20px;
	left: 10px;
	position: absolute;
	text-align: center;
	width:90%;
	font-size: 32px;
	letter-spacing: 0.2em;
}
