
/*The height in the following deinition stablish the height of the left nav bar*/
#LeftNavigation {
	height:1000px;
}

#ContentBorder {
	height:1080px;
}

#Content {
	height:900px;
}

#BottomNavBar {
	top:1240px;
}

