﻿body 
{
}

/* Header: holds logo and logout. Should appear at top */
#headerContent
{
	width:100%;
}

/* Main conent throughout directory */
#mainContent
{
	float:left;
	width:50%;
	margin-left: 10px;
}

/* Menu: holds link to navigate through directory. Currently on the right (floats right) */
#menuContent
{
	float:right;
	width:20%;
}

#menuLinks
{
	color:Black;
	text-decoration:none;
}

/* Left: holds notifications and user info*/
#leftContent
{
	float:left;
	width: 25%;
}

/* Footer: holds random info concerning contact and SREB */
#footerContent
{
	position:fixed;
	bottom:10px;
}

/* loginLeft: holds the nice map image at login */
#loginLeft
{
	float:left;
    height: 236px;
    width: 322px;
}


/* instContent: holds the main content in the center when someone uses the institute registration */
#instContent
{
}