
* {
	margin: 0;
}

html, body {
	height: 100%;
}
	body {
	  font-family: 'PT Sans Narrow', serif; 
	  font-size: 11px; 
	  background-color: #222222; 
	  text-decoration: none; 
	  font-weight: normal; 
	  line-height: normal; 
	  margin:0;
	}
	
	#mainContainer{
	
		width: 100%;
		background-color: #222222;
		color: #FFFFFF;
		opacity: 1.0;
		z-index:1;
		align: center;
		clear: both;
		height: 100%;
	}
	
	#pageContainer{
		
		width: 960px;
		background-color: #FFFFFF;
		margin-left:auto;
		margin-right:auto;
		opacity: 1.0;
		z-index:2;
		padding-bottom:0px;
		padding-left: 0px;
		padding-right: 0px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */		
	}
	
	#footer, .push {
	 	width:940px;
		height: 50px; /* .push must be the same height as .footer */
	}
	
	
	#photoSlider{
		position: relative;
		height: 400px;
		width: 100%;
		background-color: #FFFFFF;
		margin-left:auto;
		margin-right:auto;
		opacity: 1.0;
		z-index:4;
		
	}	
	#menuBar{
		height: 110px;
		width: 100%;
		background-color: #FFFFFF;
		opacity: 1.0;
		z-index:3;
		
	}
	
	.menuButton{
		font-family: 'Oswald', serif;
		font-size: 16pt;
		color: #000000;
		opacity: 1.0;
		vertical-align: bottom;
		margin: 0px;
		padding: 0px;
		border-width: 0px;
		text-align: center;
	}
	
	.selectedProject{
		border-color: #bb75b3;
		border-style:solid;
		border-width:5px;
		padding: 0px;
		height: 60px;
		width: 60px;
	}
	
	.people{
		border-color: #bb75b3;
		border-style:solid;
		border-width:5px;
		padding: 0px;
		height: 60px;
		width: 60px;
	}
	
	.publication{
		border-color: #bb75b3;
		border-style:solid;
		border-width:5px;
		padding: 0px;
		height: 60px;
		width: 60px;
	}
	
	.course{
		border-color: #bb75b3;
		border-style:solid;
		border-width:5px;
		padding: 0px;
		height: 60px;
		width: 60px;
	}
	
	.overlayTitle{
		font-family: 'Oswald', serif; 
		font-size: 20pt
	}
	
	.overlayText{
		font-family: 'PT Sans Narrow', serif;
		font-size: 12pt;
	}
	
	.sectionTitle{
		font-family: 'Oswald', serif;
		font-size: 18pt;
	}
	
	.sectionText{
		font-family: 'PT Sans Narrow', serif;
		font-size: 12pt;
	}
	
	.previewText{
		font-family: 'PT Sans Narrow', serif; 
		font-size: 13pt;
	}
	
	.footerText{
		font-family: 'PT Sans Narrow', serif;
		font-size: 9pt;
	}
	
	.genericTitle{
		font-family: 'Oswald', serif;
		font-size: 20pt;
	}
	
	.genericText{
		font-family: 'PT Sans Narrow', serif;
		font-size: 12pt;
	}
	img {
		 border: none;
		}

			 
	a          { border: none; color: #FF0000; }
	a:link     { color: #FF0000; text-decoration: underline; }
	a:visited  { color: #FF0000; text-decoration: underline; }
	a:active   { color: #FF0000; text-decoration: underline; }
	a:hover    { color: #FF0000; text-decoration: underline; }

	a.menulink 			{ border: none; color: #000000; text-decoration: none;}
	a.menulink:link     { color: #000000; text-decoration: none;}
	a.menulink:visited  { color: #000000; text-decoration: none;}
	a.menulink:active   { color: #000000; text-decoration: none;}
	a.menulink:hover    { color: #000000; text-decoration: none;}
	
	
	.galleria-errors
      {
          visibility:hidden;
          display:none;
      }