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

