﻿/* CSS layout */
#masthead {
	background: url('../images/JDL_Banner.jpg') no-repeat;
	height: 260px;
	width: 750px;
}
#top_nav {
	width: 750px;
	height: 60px;
}

#page_content {
	width: 750px;
}

#footer {
	width: 750px;
	content: normal;
}
#centertextnormal {
	text-align: center;
}
#pagetitle {
	vertical-align: middle;
	text-align: center;
	font-family: "Palatino Linotype";
	font-weight: bold;
	color: #000000;
	font-size: x-large;
}

