
/*The height in the following deinition stablish the height of the left nav bar*/
#LeftNavigation {
	height:700px;
}

#ContentBorder {
	height:780px;
}

#Content {
	height:600px;
}

#BottomNavBar {
	top:940px;
}

