
/*The height in the following deinition stablish the height of the left nav bar*/
#LeftNavigation {
	height:800px;
}

#ContentBorder {
	height:1040px;
}

#Content {
	height:690px;
}

#BottomNavBar {
	top:1040px;
}

