#wholePage {
	width: 1020px;
}
#topThickLeftBar {
	float: left;
	width: 10px;
	height: 145px;
}
#header {
	float: right;
	height: 145px;
	width: 1010px;
}
#topThinBar {
	float: left;
	height: 5px;
	width: 1020px;
	clear: both;
	font-size: 5px;
}
#navBar {
	height: 23px;
	width: 970px;
	clear: both;
	padding-top: 7px;
	padding-left: 50px;
}
#thickBarTop {
	height: 15px;
	width: 1020px;
	clear: both;
	float: none;
}
#contentArea {
	float: left;
	width: 850px;
	clear: both;	
}
#subHeader {
	height: 25px;
	width: 800px;
	float: right;
	padding-top: 5px;
	padding-left: 20px;
	border-left-width: 20px;
	border-left-style: solid;

}
#pageContent {
	float: right;
	width: 750px;
	border-left-width: 20px;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 20px;
}
#footerBar {
	clear: both;
	width: 850px;
	height: 5px;
	font-size: 5px;
}
#thinLeftBar {
	float: left;
	width: 10px;
	height: auto;
	clear: both;
}
#profileImage {
	float: left;
	height: 150px;
	width: 150px;
}
#profileInformation {
	float: left;
	padding-left: 15px;
	width: 300px;
}
#profile {
	float: left;
	width: 750px;
	padding-top: 15px;
}
#infoArea {
	height: 20px;
	width: 800px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
