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

