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

