html{
	background-color: #000000;
	background-image:url(images/bkg_vertical_Strip.jpg);
	background-repeat: repeat-x;
	background-position:top center;	
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body{
	background-image:url(images/bkg_vertical_EGA.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#wrapper{
	background-image:url(images/bkg_vertical_EGA.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	height: 100%;
}
#RobertPic{
	background-image:url(images/RobertsMCGraduationPicture.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 450px;
	height: 575px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#comments{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#commentWrapper{
	margin-top: 15px;
	color: #FFFFFF;
	font:Georgia, "Times New Roman", Times, serif;
}
#commentTitle{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
#commentBody{
	font-size: 16px;
}
#commentFrom{
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	margin-top: 5px;
}
#SubmitComment{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFFFFF;
	font-size: 14px;
	font:Georgia, "Times New Roman", Times, serif;
}