body{
	font-family: Verdana;
	font-size: 11px;
	background-color: white;
	text-align: left;
}
#mainDiv{
	position: absolute;
	top:0px;
	left:50%;
	width:945px;
	margin-left:-473px;
	background-image: url(../images/background-filler.jpg);
	background-repeat: repeat-y;
}
#contentDiv{
	margin-top: 306px;
	width:580px;
	padding-left:245px;
	padding-right:120px;
	min-height: 629px;
	background-position: bottom center;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
h1{
	color:red;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
h2{
	font-weight: bold;
	font-size: 40px;
}
h3{
	font-weight: normal;
	font-size: 32px;
}
.frontPageText{
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 38px;
}
#menuDiv{
	position:absolute;
	top:190px;
	width:945px;
	left:0px;
	
}
#menuImage{
	position: absolute;
	left:46px;
	width:844px;
	height: 31px;
	top:0px;	
	z-index: 2;
}
#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: 3;
}
#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;
}