body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#mh-nameplate {
  position: absolute;
  top: 0px;
  width: 303px;
  height: 50px;
}

#mh-email {
  position: absolute;
  left: 897px;
  top: 0px;
  width: 99px;
  height: 50px;
}
#masthead {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 996px;
	height: 75px;
}
#sideMenu {
	position: absolute;
	left: 0px;
	top: 75px;
	width: 122px;
}
#pageTitle {
	position: absolute;
	left: 190px;
	top: 113px;
	width: 122px;
	height: 35px;
}
#pageContent {
	position: absolute;
	left: 190px;
	top: 150px;
	width: 960px;
}
	
#projectTitle {
	position: absolute;
	left: 190px;
	top: 110px;
	width: 130px;
	height: 25px;
}
#projectContent {
	position: absolute;
	left: 190px;
	top: 135px;
	width: 530px;
	height: 1000px;
	overflow: auto;
}
#projectContent ul {
    margin: 0;
    padding: 0;
}
#projectContent ul li {
	padding-bottom: 5px;
    overflow: hidden;
    clear: both;
}
#updateTitle {
	position: absolute;
	left: 730px;
	top: 110px;
	width: 70px;
	height: 24px;
}
#updateContent {
	position: absolute;
	left: 730px;
	top: 135px;
	width: 400px;
	height: 1000px;
	overflow: auto;
}
#galleryContent {
	position: absolute;
	left: 190px;
	top: 150px;
	width: 960px;
	min-height: 540px;
    background-image: none !important;
}
#galleryItems {
	position: absolute;
	left: 1160px;
	top: 150px;
	width: 238px;
	height: 618px;
	overflow: auto;
}
#galleryDescription {
	position: absolute;
	left: 190px;
	top: 700px;
	width: 1000px;
	height: 100px;
}
#projectContent p, #updateContent p, #pageContent p, #pageContent li {
	font-family: Arial, Verdana, Helvetia, sans-serif;
	font-size: small;
}

li {
	font-family: Arial, Verdana, Helvetia, sans-serif;
	font-size: small;
}


