body{
	font-family: Helvetica, Verdana;
	font-size: 12px;
	background-color: white;
	text-align: left;
}
#mainDiv{
	position: absolute;
	top:0px;
	left:50%;
	width:945px;
	margin-left:-473px;
}
#contentDiv{
	position: absolute;
	top: 220px;
	width:580px;
	padding-left:245px;
	padding-right:120px;
	height: 504px;
	padding-top:50px;
	padding-bottom: 50px;
	
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	line-height: 23px;
}
h1{
	color:#e8ab07;
	text-transform:none;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: normal;
}
h2{
	font-weight: bold;
	font-size: 40px;
	line-height: normal;
}
h3{
	font-weight: normal;
	font-size: 32px;
		line-height: normal;
}
.frontPageText{
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 38px;
}
#menuDiv{
	position:absolute;
	top:180px;
	width:945px;
	left:0px;
	z-index: 3;
	
}
#menuImage{
	position: absolute;
	left:0px;
	width:945px;
	height: 40px;
	top:0px;	
	z-index: 4;
}
#headerImage{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
}
#homeLink, #registrationLink,#programLink,#introductionLink,#informationLink,#registrationLink,#epccsLink{
	position: absolute;
	top:0px;
	height:31px;
	z-index: 8;
}
#homeLink{
	left:46px;
	width:70px;
}
#introductionLink{
	left:116px;
	width:116px; 
}
#programLink{
	left:231px;
	width:113px;
}
#informationLink{
	left:343px;
	width:112px;
}
#registrationLink{
    left:454px;
    width:110px;	
}
#epccsLink{
	left:563px;
	width:80px;
}