h1{
	font-size:14px;
	font-weight:bold;
}
h2{
	font-size:12px;
	font-weight:bold;
}

ul{
	/*margin:0px;*/
	margin-right:0px;
}
li{
	/*list-style:none;*/
	margin-bottom:2px;
}

/* --- FLASH APP --- */

#projectContent{
	border-top:1px solid #00A7E7;
	border-bottom:1px solid #00A7E7;
}


#flashIndex{
	
}

#flashDownload{
	width:112px;
	height:33px;
	position:relative;
	left:456px;
	top:250px;
}

/* --- PDF FRAME --- */

#pdfBooklet{
	width:768px;
	height:576px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#EEEEEE;
}

#pdfFrame{
	width:768px;
	height:576px;
}

#getAdobeReader{
	width:120px;
	position:absolute;
	top:220px;
	left:300px;
	text-align:center;
}


/* --- WORKSHOP FACTS --- */

#workshopFacts{
	width:236px;
	height:576px;
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
	text-align:justify;
	background-color:#EEEEEE;
}

#workshopFacts a{
	color:#00AEEF;
}
#workshopFacts a:hover{
	color:#666666;
}

