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

