
/*Define the height of the left and right nav bars and body for general apges*/
#LeftNavigation {
	height:520px;
}

#ContentBorder {
	height:600px;
}

#Content {
	height:420px;
}

#BottomNavBar {
	top:760px;
}

