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